diff options
author | Justin Lecher <jlec@gentoo.org> | 2011-03-02 20:04:16 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2011-03-02 20:04:16 +0000 |
commit | 40ebacc75197e1f252be7c9a457b325b6add0a49 (patch) | |
tree | fddbc0fc6387998d7477559bb49030b730173857 /sci-libs/gts | |
parent | Slotted gtk+, glib, and libunique depends. (diff) | |
download | gentoo-2-40ebacc75197e1f252be7c9a457b325b6add0a49.tar.gz gentoo-2-40ebacc75197e1f252be7c9a457b325b6add0a49.tar.bz2 gentoo-2-40ebacc75197e1f252be7c9a457b325b6add0a49.zip |
Correct Slots for gtk 3 introduction to tree
(Portage version: 2.2.0_alpha26/cvs/Linux x86_64)
Diffstat (limited to 'sci-libs/gts')
-rw-r--r-- | sci-libs/gts/ChangeLog | 8 | ||||
-rw-r--r-- | sci-libs/gts/gts-20081607.ebuild | 13 | ||||
-rw-r--r-- | sci-libs/gts/gts-20090909.ebuild | 6 | ||||
-rw-r--r-- | sci-libs/gts/gts-20100321-r1.ebuild | 6 |
4 files changed, 20 insertions, 13 deletions
diff --git a/sci-libs/gts/ChangeLog b/sci-libs/gts/ChangeLog index c252d75a6989..a052ac62b739 100644 --- a/sci-libs/gts/ChangeLog +++ b/sci-libs/gts/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-libs/gts -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/gts/ChangeLog,v 1.13 2010/05/25 19:20:18 jlec Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-libs/gts/ChangeLog,v 1.14 2011/03/02 20:04:16 jlec Exp $ + + 02 Mar 2011; Justin Lecher <jlec@gentoo.org> gts-20081607.ebuild, + gts-20090909.ebuild, gts-20100321-r1.ebuild: + Correct Slots for gtk 3 introduction to tree *gts-20100321-r1 (25 May 2010) diff --git a/sci-libs/gts/gts-20081607.ebuild b/sci-libs/gts/gts-20081607.ebuild index 63917f40c811..2a254fba17d4 100644 --- a/sci-libs/gts/gts-20081607.ebuild +++ b/sci-libs/gts/gts-20081607.ebuild @@ -1,6 +1,8 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/gts/gts-20081607.ebuild,v 1.2 2008/10/28 02:11:32 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/gts/gts-20081607.ebuild,v 1.3 2011/03/02 20:04:16 jlec Exp $ + +EAPI="1" inherit eutils @@ -13,9 +15,10 @@ SLOT="0" KEYWORDS="~amd64 ~ppc ~x86" IUSE="doc" -RDEPEND=">=dev-libs/glib-2.4.0 - sys-apps/gawk - media-libs/netpbm" +RDEPEND=" + dev-libs/glib:2 + sys-apps/gawk + media-libs/netpbm" DEPEND="${RDEPEND} sys-devel/libtool dev-util/pkgconfig" diff --git a/sci-libs/gts/gts-20090909.ebuild b/sci-libs/gts/gts-20090909.ebuild index dbd8ac8f6fb2..9caf6bf6e6a3 100644 --- a/sci-libs/gts/gts-20090909.ebuild +++ b/sci-libs/gts/gts-20090909.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/gts/gts-20090909.ebuild,v 1.1 2010/01/15 07:14:10 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/gts/gts-20090909.ebuild,v 1.2 2011/03/02 20:04:16 jlec Exp $ EAPI=2 inherit eutils autotools @@ -14,7 +14,7 @@ SLOT="0" KEYWORDS="~amd64 ~ppc ~x86" IUSE="doc examples test" -RDEPEND=">=dev-libs/glib-2.4.0" +RDEPEND="dev-libs/glib:2" DEPEND="${RDEPEND} dev-util/pkgconfig test? ( media-libs/netpbm )" diff --git a/sci-libs/gts/gts-20100321-r1.ebuild b/sci-libs/gts/gts-20100321-r1.ebuild index bde54e09725e..0dc44a8aa8e1 100644 --- a/sci-libs/gts/gts-20100321-r1.ebuild +++ b/sci-libs/gts/gts-20100321-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/gts/gts-20100321-r1.ebuild,v 1.1 2010/05/25 19:20:18 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/gts/gts-20100321-r1.ebuild,v 1.2 2011/03/02 20:04:16 jlec Exp $ EAPI=2 inherit eutils autotools @@ -15,7 +15,7 @@ KEYWORDS="~amd64 ~ppc ~x86" IUSE="doc examples test" RDEPEND=" - >=dev-libs/glib-2.4.0 + dev-libs/glib:2 !dev-vcs/rcs !<=sci-chemistry/ccp4-apps-6.1.3-r2" DEPEND="${RDEPEND} |