diff options
author | Gilles Dartiguelongue <eva@gentoo.org> | 2013-03-05 23:09:01 +0000 |
---|---|---|
committer | Gilles Dartiguelongue <eva@gentoo.org> | 2013-03-05 23:09:01 +0000 |
commit | 1c65d9dbd815fa6437ac7409ef01f686ca0985b1 (patch) | |
tree | 198fd16a1e0b43f5b9a429154e1334148d4cc37f /dev-cpp | |
parent | Clean up old revision. (diff) | |
download | gentoo-2-1c65d9dbd815fa6437ac7409ef01f686ca0985b1.tar.gz gentoo-2-1c65d9dbd815fa6437ac7409ef01f686ca0985b1.tar.bz2 gentoo-2-1c65d9dbd815fa6437ac7409ef01f686ca0985b1.zip |
Clean up old revision.
(Portage version: 2.2.0_alpha163/cvs/Linux x86_64, signed Manifest commit with key C6085806)
Diffstat (limited to 'dev-cpp')
-rw-r--r-- | dev-cpp/gtksourceviewmm/ChangeLog | 9 | ||||
-rw-r--r-- | dev-cpp/gtksourceviewmm/files/gtksourceviewmm-2.10.2-glib-2.31.patch | 45 | ||||
-rw-r--r-- | dev-cpp/gtksourceviewmm/gtksourceviewmm-2.10.2.ebuild | 50 |
3 files changed, 7 insertions, 97 deletions
diff --git a/dev-cpp/gtksourceviewmm/ChangeLog b/dev-cpp/gtksourceviewmm/ChangeLog index 2cdbf8316d88..1291187f2954 100644 --- a/dev-cpp/gtksourceviewmm/ChangeLog +++ b/dev-cpp/gtksourceviewmm/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-cpp/gtksourceviewmm -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-cpp/gtksourceviewmm/ChangeLog,v 1.31 2012/10/16 04:09:58 blueness Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/gtksourceviewmm/ChangeLog,v 1.32 2013/03/05 23:09:01 eva Exp $ + + 05 Mar 2013; Gilles Dartiguelongue <eva@gentoo.org> + -gtksourceviewmm-2.10.2.ebuild, + -files/gtksourceviewmm-2.10.2-glib-2.31.patch: + Clean up old revision. 16 Oct 2012; Anthony G. Basile <blueness@gentoo.org> gtksourceviewmm-2.10.3.ebuild: diff --git a/dev-cpp/gtksourceviewmm/files/gtksourceviewmm-2.10.2-glib-2.31.patch b/dev-cpp/gtksourceviewmm/files/gtksourceviewmm-2.10.2-glib-2.31.patch deleted file mode 100644 index b42d0727f106..000000000000 --- a/dev-cpp/gtksourceviewmm/files/gtksourceviewmm-2.10.2-glib-2.31.patch +++ /dev/null @@ -1,45 +0,0 @@ -Fix build with glib 2.31 - -Patch by Dominique Leuenberger <dimstar@opensuse.org> - -https://bugzilla.gnome.org/show_bug.cgi?id=666651 - -Index: gtksourceviewmm-2.10.2/gtksourceview/gtksourceviewmm/sourceiter.cc -=================================================================== ---- a/gtksourceviewmm-2.10.2/gtksourceview/gtksourceviewmm/sourceiter.cc -+++ b/gtksourceviewmm-2.10.2/gtksourceview/gtksourceviewmm/sourceiter.cc -@@ -28,7 +28,7 @@ - */ - - #include "sourceiter.h" --#include <glib/gmessages.h> -+#include <glib.h> - #include <gtksourceview/gtksourceview-typebuiltins.h> - namespace gtksourceview - { -Index: gtksourceviewmm-2.10.2/gtksourceview/src/sourceiter.ccg -=================================================================== ---- a/gtksourceviewmm-2.10.2/gtksourceview/src/sourceiter.ccg -+++ b/gtksourceviewmm-2.10.2/gtksourceview/src/sourceiter.ccg -@@ -21,7 +21,7 @@ - */ - - #include "sourceiter.h" --#include <glib/gmessages.h> -+#include <glib.h> - #include <gtksourceview/gtksourceview-typebuiltins.h> - namespace gtksourceview - { -Index: gtksourceviewmm-2.10.2/tests/search/main.cc -=================================================================== ---- a/gtksourceviewmm-2.10.2/tests/search/main.cc -+++ b/gtksourceviewmm-2.10.2/tests/search/main.cc -@@ -6,7 +6,7 @@ - #include <cstring> - #include <gtkmm.h> - #include <gtksourceviewmm.h> --#include <glib/gmessages.h> -+#include <glib.h> - - using namespace std ; - using namespace Gtk; diff --git a/dev-cpp/gtksourceviewmm/gtksourceviewmm-2.10.2.ebuild b/dev-cpp/gtksourceviewmm/gtksourceviewmm-2.10.2.ebuild deleted file mode 100644 index 18f6188ab3ed..000000000000 --- a/dev-cpp/gtksourceviewmm/gtksourceviewmm-2.10.2.ebuild +++ /dev/null @@ -1,50 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-cpp/gtksourceviewmm/gtksourceviewmm-2.10.2.ebuild,v 1.8 2012/05/04 03:44:57 jdhore Exp $ - -EAPI="4" -GCONF_DEBUG="no" -GNOME2_LA_PUNT="yes" - -inherit eutils gnome2 - -DESCRIPTION="C++ bindings for gtksourceview" -HOMEPAGE="http://projects.gnome.org/gtksourceviewmm/" - -KEYWORDS="amd64 ppc x86" -IUSE="doc" -SLOT="2.0" -LICENSE="LGPL-2.1" - -RDEPEND=">=dev-cpp/gtkmm-2.12:2.4 - dev-cpp/atkmm - >=x11-libs/gtksourceview-2.10.0:2.0 - !>=dev-cpp/libgtksourceviewmm-1" - -DEPEND="${RDEPEND} - virtual/pkgconfig - doc? ( app-doc/doxygen )" - -pkg_setup() { - DOCS="AUTHORS ChangeLog* NEWS README" - G2CONF="${G2CONF} - $(use_enable doc documentation) - --disable-static" -} - -src_prepare() { - # bug #414127, https://bugzilla.gnome.org/show_bug.cgi?id=666651 - epatch "${FILESDIR}/${P}-glib-2.31.patch" - - gnome2_src_prepare - - # Remove docs from SUBDIRS so that docs are not installed, as - # we handle it in src_install. - sed -i -e 's|^\(SUBDIRS =.*\)$(doc_subdirs)\(.*\)|\1\2|' Makefile.in || \ - die "sed Makefile.in failed" -} - -src_install() { - gnome2_src_install - use doc && dohtml -r docs/reference/html/* -} |