diff options
author | Pacho Ramos <pacho@gentoo.org> | 2013-04-22 18:09:49 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2013-04-22 18:09:49 +0000 |
commit | 1fa91dfb8be7c1b8513d11d167d4a65c21abeb76 (patch) | |
tree | 40c732ffee00e7ef7325e6fa9f558e5905be6873 /x11-libs/gtksourceview | |
parent | Support multilib libraries alternatively to emul-linux-x86-xlibs. (diff) | |
download | gentoo-2-1fa91dfb8be7c1b8513d11d167d4a65c21abeb76.tar.gz gentoo-2-1fa91dfb8be7c1b8513d11d167d4a65c21abeb76.tar.bz2 gentoo-2-1fa91dfb8be7c1b8513d11d167d4a65c21abeb76.zip |
Version bump, drop old
(Portage version: 2.1.11.62/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'x11-libs/gtksourceview')
-rw-r--r-- | x11-libs/gtksourceview/ChangeLog | 8 | ||||
-rw-r--r-- | x11-libs/gtksourceview/gtksourceview-3.4.2.ebuild | 58 | ||||
-rw-r--r-- | x11-libs/gtksourceview/gtksourceview-3.8.1.ebuild (renamed from x11-libs/gtksourceview/gtksourceview-3.6.2.ebuild) | 20 |
3 files changed, 11 insertions, 75 deletions
diff --git a/x11-libs/gtksourceview/ChangeLog b/x11-libs/gtksourceview/ChangeLog index cb40fb86fcda..d1ca0738a70c 100644 --- a/x11-libs/gtksourceview/ChangeLog +++ b/x11-libs/gtksourceview/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for x11-libs/gtksourceview # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtksourceview/ChangeLog,v 1.249 2013/04/09 16:44:51 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtksourceview/ChangeLog,v 1.250 2013/04/22 18:09:49 pacho Exp $ + +*gtksourceview-3.8.1 (22 Apr 2013) + + 22 Apr 2013; Pacho Ramos <pacho@gentoo.org> +gtksourceview-3.8.1.ebuild, + -gtksourceview-3.4.2.ebuild, -gtksourceview-3.6.2.ebuild: + Version bump, drop old 09 Apr 2013; Agostino Sarubbo <ago@gentoo.org> gtksourceview-3.6.3.ebuild: Stable for sh, wrt bug #458984 diff --git a/x11-libs/gtksourceview/gtksourceview-3.4.2.ebuild b/x11-libs/gtksourceview/gtksourceview-3.4.2.ebuild deleted file mode 100644 index 1a67929eae6a..000000000000 --- a/x11-libs/gtksourceview/gtksourceview-3.4.2.ebuild +++ /dev/null @@ -1,58 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtksourceview/gtksourceview-3.4.2.ebuild,v 1.10 2012/12/16 20:22:36 tetromino Exp $ - -EAPI="4" -GCONF_DEBUG="no" -GNOME2_LA_PUNT="yes" - -inherit gnome2 virtualx - -DESCRIPTION="A text widget implementing syntax highlighting and other features" -HOMEPAGE="http://projects.gnome.org/gtksourceview/" - -LICENSE="GPL-2+ LGPL-2.1+" -SLOT="3.0" -IUSE="glade +introspection" -KEYWORDS="alpha amd64 arm ia64 ~mips ppc ppc64 sh sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris" - -# Note: has native OSX support, prefix teams, attack! -RDEPEND=">=x11-libs/gtk+-3.4:3[introspection?] - >=dev-libs/libxml2-2.6:2 - >=dev-libs/glib-2.32:2 - glade? ( >=dev-util/glade-3.9:3.10 ) - introspection? ( >=dev-libs/gobject-introspection-0.9.0 )" -DEPEND="${RDEPEND} - dev-util/gtk-doc-am - >=dev-util/intltool-0.50 - >=sys-devel/gettext-0.17 - virtual/pkgconfig" - -src_prepare() { - DOCS="AUTHORS ChangeLog HACKING MAINTAINERS NEWS README" - G2CONF="${G2CONF} - --disable-deprecations - --enable-providers - $(use_enable glade glade-catalog) - $(use_enable introspection)" - - gnome2_src_prepare - - sed -i -e 's:--warn-all::' gtksourceview/Makefile.in || die - - # Skip broken test until upstream bug #621383 is solved - sed -e "/guess-language/d" \ - -e "/get-language/d" \ - -i tests/test-languagemanager.c || die -} - -src_test() { - Xemake check -} - -src_install() { - gnome2_src_install - - insinto /usr/share/${PN}-3.0/language-specs - doins "${FILESDIR}"/2.0/gentoo.lang -} diff --git a/x11-libs/gtksourceview/gtksourceview-3.6.2.ebuild b/x11-libs/gtksourceview/gtksourceview-3.8.1.ebuild index 97f0c339ad17..d784aaea7bc0 100644 --- a/x11-libs/gtksourceview/gtksourceview-3.6.2.ebuild +++ b/x11-libs/gtksourceview/gtksourceview-3.8.1.ebuild @@ -1,10 +1,9 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtksourceview/gtksourceview-3.6.2.ebuild,v 1.1 2013/01/26 00:00:35 eva Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtksourceview/gtksourceview-3.8.1.ebuild,v 1.1 2013/04/22 18:09:49 pacho Exp $ EAPI="5" GCONF_DEBUG="no" -GNOME2_LA_PUNT="yes" inherit gnome2 virtualx @@ -12,15 +11,15 @@ DESCRIPTION="A text widget implementing syntax highlighting and other features" HOMEPAGE="http://projects.gnome.org/gtksourceview/" LICENSE="GPL-2+ LGPL-2.1+" -SLOT="3.0" +SLOT="3.0/1" IUSE="glade +introspection" KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris" # Note: has native OSX support, prefix teams, attack! RDEPEND=" - >=x11-libs/gtk+-3.4:3[introspection?] + >=x11-libs/gtk+-3.7.12:3[introspection?] >=dev-libs/libxml2-2.6:2 - >=dev-libs/glib-2.32:2 + >=dev-libs/glib-2.34.0:2 glade? ( >=dev-util/glade-3.9:3.10 ) introspection? ( >=dev-libs/gobject-introspection-0.9.0 ) " @@ -31,17 +30,6 @@ DEPEND="${RDEPEND} virtual/pkgconfig " -src_prepare() { - gnome2_src_prepare - - sed -i -e 's:--warn-all::' gtksourceview/Makefile.in || die - - # Skip broken test until upstream bug #621383 is solved - sed -e "/guess-language/d" \ - -e "/get-language/d" \ - -i tests/test-languagemanager.c || die -} - src_configure() { gnome2_src_configure \ --disable-deprecations \ |