From 10281fa00f7b3541933c71cdc0fdb3b07589b039 Mon Sep 17 00:00:00 2001 From: Nirbheek Chauhan Date: Mon, 17 Jan 2011 09:06:22 +0530 Subject: x11-libs/gtksourceview: 2.91.0 -> 2.91.4, live version * Unmask too * Live version needs unreleased glib --- x11-libs/gtksourceview/Manifest | 5 +- x11-libs/gtksourceview/gtksourceview-2.91.0.ebuild | 52 ------------------- x11-libs/gtksourceview/gtksourceview-2.91.4.ebuild | 60 ++++++++++++++++++++++ x11-libs/gtksourceview/gtksourceview-9999.ebuild | 60 ++++++++++++++++++++++ 4 files changed, 123 insertions(+), 54 deletions(-) delete mode 100644 x11-libs/gtksourceview/gtksourceview-2.91.0.ebuild create mode 100644 x11-libs/gtksourceview/gtksourceview-2.91.4.ebuild create mode 100644 x11-libs/gtksourceview/gtksourceview-9999.ebuild (limited to 'x11-libs/gtksourceview') diff --git a/x11-libs/gtksourceview/Manifest b/x11-libs/gtksourceview/Manifest index a80f1687..f95e39b0 100644 --- a/x11-libs/gtksourceview/Manifest +++ b/x11-libs/gtksourceview/Manifest @@ -1,3 +1,4 @@ AUX 2.0/gentoo.lang 3910 RMD160 43b51212ec2787b9d95e9d4f512342b920d6c355 SHA1 22ce79797f654f1f7b6894de8cb12bbdcdf70bee SHA256 fcb5133892038174826d9ee1a720ec7204f3842c7bd3e9aabf0532b408e663d1 -DIST gtksourceview-2.91.0.tar.bz2 1328149 RMD160 856e2ace03b9b82f4047ead28ae3abb512b15228 SHA1 2a05f0bb99d7c8b60a646d99bf3f79d9a17df460 SHA256 9a036160565b583dd875c44bd60c422076757af83ea2a6f1608955aed3bdb921 -EBUILD gtksourceview-2.91.0.ebuild 1304 RMD160 432f98e6d18a3b2edcdc93069cc7d8d34bb73873 SHA1 d5be01e0dc36556a81204242a516c351372b34b8 SHA256 9b3f44ca62e86c972feb31fce3008d0095f9357c3dbb02e90787365f8f5a2362 +DIST gtksourceview-2.91.4.tar.bz2 1346189 RMD160 04deb1198b04cc80289317c7597932d0349b41f4 SHA1 68fc6ff754fc65ca8a11ad0e10f5d2cb8e56d976 SHA256 b43f3d55e2104ab0e84a329cf862e7fd0940a4bc9b78473d7a8c9f73aabf0a6d +EBUILD gtksourceview-2.91.4.ebuild 1491 RMD160 452b7cbd648399a49ea110dd7d33e6bce4d9db4f SHA1 bc2fe7516620d08f4f68d278ed3f5fa3af872e21 SHA256 8b13e0d21a8598dcb0046ec7b592d96f535117520cac78f2dd3add661c2ab539 +EBUILD gtksourceview-9999.ebuild 1494 RMD160 7a1963917afcd7ed7a7aecad918d90a7f82b334d SHA1 9ad48153ddb396ef574c6cb4f8ee37b8a1a49446 SHA256 acd16da6f1e8a84637aaadc3eb326d626652614890e9f7797b87e241c1619e2a diff --git a/x11-libs/gtksourceview/gtksourceview-2.91.0.ebuild b/x11-libs/gtksourceview/gtksourceview-2.91.0.ebuild deleted file mode 100644 index ba4b6e45..00000000 --- a/x11-libs/gtksourceview/gtksourceview-2.91.0.ebuild +++ /dev/null @@ -1,52 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtksourceview/gtksourceview-2.10.4.ebuild,v 1.1 2010/06/23 12:08:34 pacho Exp $ - -EAPI="2" -GCONF_DEBUG="no" - -inherit gnome2 virtualx - -DESCRIPTION="A text widget implementing syntax highlighting and other features" -HOMEPAGE="http://www.gnome.org/" - -LICENSE="GPL-2" -SLOT="3.0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd" -IUSE="doc glade +introspection" - -RDEPEND=">=x11-libs/gtk+-2.91:3[introspection?] - >=dev-libs/libxml2-2.6 - >=dev-libs/glib-2.14 - glade? ( >=dev-util/glade-3.2 ) - introspection? ( >=dev-libs/gobject-introspection-0.9.0 )" -DEPEND="${RDEPEND} - sys-devel/gettext - >=dev-util/intltool-0.40 - >=dev-util/pkgconfig-0.9 - doc? ( >=dev-util/gtk-doc-1 )" - -DOCS="AUTHORS ChangeLog HACKING MAINTAINERS NEWS README" - -pkg_config() { - G2CONF="${G2CONF} - $(use_enable glade glade-catalog) - $(use_enable introspection)" -} - -src_prepare() { - sed -i -e 's:--warn-all::' gtksourceview/Makefile.in - - gnome2_src_prepare -} - -src_test() { - Xemake check || die "Test phase failed" -} - -src_install() { - gnome2_src_install - - insinto /usr/share/${PN}-3.0/language-specs - doins "${FILESDIR}"/2.0/gentoo.lang || die "doins failed" -} diff --git a/x11-libs/gtksourceview/gtksourceview-2.91.4.ebuild b/x11-libs/gtksourceview/gtksourceview-2.91.4.ebuild new file mode 100644 index 00000000..6426cd04 --- /dev/null +++ b/x11-libs/gtksourceview/gtksourceview-2.91.4.ebuild @@ -0,0 +1,60 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtksourceview/gtksourceview-2.10.4.ebuild,v 1.1 2010/06/23 12:08:34 pacho Exp $ + +EAPI="2" +GCONF_DEBUG="no" + +inherit gnome2 virtualx + +DESCRIPTION="A text widget implementing syntax highlighting and other features" +HOMEPAGE="http://www.gnome.org/" + +LICENSE="GPL-2" +SLOT="3.0" +IUSE="doc glade +introspection" +if [[ ${PV} = 9999 ]]; then + inherit gnome2-live + KEYWORDS="" +else + KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd" +fi + +# Note: has native OSX support, prefix teams, attack! +RDEPEND=">=x11-libs/gtk+-2.99.0:3[introspection?] + >=dev-libs/libxml2-2.6 + >=dev-libs/glib-2.14 + glade? ( >=dev-util/glade-3.2 ) + introspection? ( >=dev-libs/gobject-introspection-0.9.0 )" +DEPEND="${RDEPEND} + sys-devel/gettext + >=dev-util/intltool-0.40 + >=dev-util/pkgconfig-0.9 + doc? ( >=dev-util/gtk-doc-1.11 )" + +DOCS="AUTHORS ChangeLog HACKING MAINTAINERS NEWS README" + +pkg_config() { + G2CONF="${G2CONF} + --disable-deprecations + --enable-completion-providers + $(use_enable glade glade-catalog) + $(use_enable introspection)" +} + +src_prepare() { + sed -i -e 's:--warn-all::' gtksourceview/Makefile.in + + gnome2_src_prepare +} + +src_test() { + Xemake check || die "Test phase failed" +} + +src_install() { + gnome2_src_install + + insinto /usr/share/${PN}-3.0/language-specs + doins "${FILESDIR}"/2.0/gentoo.lang || die "doins failed" +} diff --git a/x11-libs/gtksourceview/gtksourceview-9999.ebuild b/x11-libs/gtksourceview/gtksourceview-9999.ebuild new file mode 100644 index 00000000..e3994230 --- /dev/null +++ b/x11-libs/gtksourceview/gtksourceview-9999.ebuild @@ -0,0 +1,60 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtksourceview/gtksourceview-2.10.4.ebuild,v 1.1 2010/06/23 12:08:34 pacho Exp $ + +EAPI="2" +GCONF_DEBUG="no" + +inherit gnome2 virtualx + +DESCRIPTION="A text widget implementing syntax highlighting and other features" +HOMEPAGE="http://www.gnome.org/" + +LICENSE="GPL-2" +SLOT="3.0" +IUSE="doc glade +introspection" +if [[ ${PV} = 9999 ]]; then + inherit gnome2-live + KEYWORDS="" +else + KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd" +fi + +# Note: has native OSX support, prefix teams, attack! +RDEPEND=">=x11-libs/gtk+-2.99.0:3[introspection?] + >=dev-libs/libxml2-2.6 + >=dev-libs/glib-2.27.92 + glade? ( >=dev-util/glade-3.2 ) + introspection? ( >=dev-libs/gobject-introspection-0.9.0 )" +DEPEND="${RDEPEND} + sys-devel/gettext + >=dev-util/intltool-0.40 + >=dev-util/pkgconfig-0.9 + doc? ( >=dev-util/gtk-doc-1.11 )" + +DOCS="AUTHORS ChangeLog HACKING MAINTAINERS NEWS README" + +pkg_config() { + G2CONF="${G2CONF} + --disable-deprecations + --enable-completion-providers + $(use_enable glade glade-catalog) + $(use_enable introspection)" +} + +src_prepare() { + sed -i -e 's:--warn-all::' gtksourceview/Makefile.in + + gnome2_src_prepare +} + +src_test() { + Xemake check || die "Test phase failed" +} + +src_install() { + gnome2_src_install + + insinto /usr/share/${PN}-3.0/language-specs + doins "${FILESDIR}"/2.0/gentoo.lang || die "doins failed" +} -- cgit v1.2.3-65-gdbad