diff options
author | 2007-10-10 15:01:21 +0000 | |
---|---|---|
committer | 2007-10-10 15:01:21 +0000 | |
commit | 44b23349f63bdbe466fa9f3c353a90a29dcbf808 (patch) | |
tree | 761772271b3e8a98e4decc2dccccdccd004a1959 /x11-libs/gtksourceview | |
parent | slot move for x11-libs/gtksourceview (diff) | |
download | gentoo-2-44b23349f63bdbe466fa9f3c353a90a29dcbf808.tar.gz gentoo-2-44b23349f63bdbe466fa9f3c353a90a29dcbf808.tar.bz2 gentoo-2-44b23349f63bdbe466fa9f3c353a90a29dcbf808.zip |
x11-libs/gtksourceview: add version 2.0.0 in its own slot and change the slot for earlier versions
(Portage version: 2.1.3.12)
Diffstat (limited to 'x11-libs/gtksourceview')
-rw-r--r-- | x11-libs/gtksourceview/ChangeLog | 9 | ||||
-rw-r--r-- | x11-libs/gtksourceview/files/digest-gtksourceview-2.0.0 | 3 | ||||
-rw-r--r-- | x11-libs/gtksourceview/gtksourceview-1.6.1.ebuild | 6 | ||||
-rw-r--r-- | x11-libs/gtksourceview/gtksourceview-1.8.1.ebuild | 4 | ||||
-rw-r--r-- | x11-libs/gtksourceview/gtksourceview-1.8.5-r1.ebuild | 4 | ||||
-rw-r--r-- | x11-libs/gtksourceview/gtksourceview-1.8.5.ebuild | 4 | ||||
-rw-r--r-- | x11-libs/gtksourceview/gtksourceview-2.0.0.ebuild | 30 |
7 files changed, 50 insertions, 10 deletions
diff --git a/x11-libs/gtksourceview/ChangeLog b/x11-libs/gtksourceview/ChangeLog index 6616e3d8f5f6..71dd0602f5d9 100644 --- a/x11-libs/gtksourceview/ChangeLog +++ b/x11-libs/gtksourceview/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for x11-libs/gtksourceview # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtksourceview/ChangeLog,v 1.101 2007/09/20 18:56:35 dang Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtksourceview/ChangeLog,v 1.102 2007/10/10 15:01:21 remi Exp $ + +*gtksourceview-2.0.0 (10 Oct 2007) + + 10 Oct 2007; Rémi Cardona <remi@gentoo.org> gtksourceview-1.6.1.ebuild, + gtksourceview-1.8.1.ebuild, gtksourceview-1.8.5.ebuild, + gtksourceview-1.8.5-r1.ebuild, +gtksourceview-2.0.0.ebuild: + add version 2.0.0 in its own slot and change the slot for earlier versions 20 Sep 2007; Daniel Gryniewicz <dang@gentoo.org> gtksourceview-1.8.5-r1.ebuild: diff --git a/x11-libs/gtksourceview/files/digest-gtksourceview-2.0.0 b/x11-libs/gtksourceview/files/digest-gtksourceview-2.0.0 new file mode 100644 index 000000000000..d4409350173c --- /dev/null +++ b/x11-libs/gtksourceview/files/digest-gtksourceview-2.0.0 @@ -0,0 +1,3 @@ +MD5 f1d0cce82401801feb477bf30daab07e gtksourceview-2.0.0.tar.bz2 1016130 +RMD160 d1280b8a7220109fc61c96e40009ae76fbd83373 gtksourceview-2.0.0.tar.bz2 1016130 +SHA256 400702cfcf448c4622101eb2aa892c03872bbd39375e4bb1a2686517e5b3b359 gtksourceview-2.0.0.tar.bz2 1016130 diff --git a/x11-libs/gtksourceview/gtksourceview-1.6.1.ebuild b/x11-libs/gtksourceview/gtksourceview-1.6.1.ebuild index 7183a99b2e66..9a9d10e4c8e4 100644 --- a/x11-libs/gtksourceview/gtksourceview-1.6.1.ebuild +++ b/x11-libs/gtksourceview/gtksourceview-1.6.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtksourceview/gtksourceview-1.6.1.ebuild,v 1.11 2006/10/20 17:22:38 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtksourceview/gtksourceview-1.6.1.ebuild,v 1.12 2007/10/10 15:01:21 remi Exp $ inherit gnome2 @@ -8,7 +8,7 @@ DESCRIPTION="A text widget implementing syntax highlighting and other features" HOMEPAGE="http://www.gnome.org/" LICENSE="GPL-2" -SLOT="0" +SLOT="1.0" KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sh sparc x86" IUSE="doc" diff --git a/x11-libs/gtksourceview/gtksourceview-1.8.1.ebuild b/x11-libs/gtksourceview/gtksourceview-1.8.1.ebuild index d288d65a813b..1e97b321d23e 100644 --- a/x11-libs/gtksourceview/gtksourceview-1.8.1.ebuild +++ b/x11-libs/gtksourceview/gtksourceview-1.8.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtksourceview/gtksourceview-1.8.1.ebuild,v 1.10 2007/01/18 23:47:30 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtksourceview/gtksourceview-1.8.1.ebuild,v 1.11 2007/10/10 15:01:21 remi Exp $ inherit gnome2 @@ -8,7 +8,7 @@ DESCRIPTION="A text widget implementing syntax highlighting and other features" HOMEPAGE="http://www.gnome.org/" LICENSE="GPL-2" -SLOT="0" +SLOT="1.0" KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sh sparc x86" IUSE="doc" diff --git a/x11-libs/gtksourceview/gtksourceview-1.8.5-r1.ebuild b/x11-libs/gtksourceview/gtksourceview-1.8.5-r1.ebuild index e4daa5a6868a..d39c0413af40 100644 --- a/x11-libs/gtksourceview/gtksourceview-1.8.5-r1.ebuild +++ b/x11-libs/gtksourceview/gtksourceview-1.8.5-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtksourceview/gtksourceview-1.8.5-r1.ebuild,v 1.2 2007/09/20 18:56:35 dang Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtksourceview/gtksourceview-1.8.5-r1.ebuild,v 1.3 2007/10/10 15:01:21 remi Exp $ inherit gnome2 @@ -8,7 +8,7 @@ DESCRIPTION="A text widget implementing syntax highlighting and other features" HOMEPAGE="http://www.gnome.org/" LICENSE="GPL-2" -SLOT="0" +SLOT="1.0" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd" IUSE="doc" diff --git a/x11-libs/gtksourceview/gtksourceview-1.8.5.ebuild b/x11-libs/gtksourceview/gtksourceview-1.8.5.ebuild index 315ef3e2d5a6..8d7be62260e5 100644 --- a/x11-libs/gtksourceview/gtksourceview-1.8.5.ebuild +++ b/x11-libs/gtksourceview/gtksourceview-1.8.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtksourceview/gtksourceview-1.8.5.ebuild,v 1.10 2007/06/24 22:29:12 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtksourceview/gtksourceview-1.8.5.ebuild,v 1.11 2007/10/10 15:01:21 remi Exp $ inherit gnome2 @@ -8,7 +8,7 @@ DESCRIPTION="A text widget implementing syntax highlighting and other features" HOMEPAGE="http://www.gnome.org/" LICENSE="GPL-2" -SLOT="0" +SLOT="1.0" KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sh sparc x86 ~x86-fbsd" IUSE="doc" diff --git a/x11-libs/gtksourceview/gtksourceview-2.0.0.ebuild b/x11-libs/gtksourceview/gtksourceview-2.0.0.ebuild new file mode 100644 index 000000000000..7442ce04524a --- /dev/null +++ b/x11-libs/gtksourceview/gtksourceview-2.0.0.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtksourceview/gtksourceview-2.0.0.ebuild,v 1.1 2007/10/10 15:01:21 remi Exp $ + +inherit gnome2 eutils autotools + +DESCRIPTION="A text widget implementing syntax highlighting and other features" +HOMEPAGE="http://www.gnome.org/" + +LICENSE="GPL-2" +SLOT="2.0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd" +IUSE="doc" + +RDEPEND=">=x11-libs/gtk+-2.8 + >=dev-libs/libxml2-2.5 + >=dev-libs/glib-2" +DEPEND="${RDEPEND} + sys-devel/gettext + >=dev-util/intltool-0.35 + >=dev-util/pkgconfig-0.9 + doc? ( >=dev-util/gtk-doc-1 )" + +DOCS="AUTHORS ChangeLog HACKING MAINTAINERS NEWS README TODO" + +pkg_setup() { + # Removes the gnome-vfs dep + G2CONF="${G2CONF} --disable-build-tests" +} + |