diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2011-03-24 06:56:36 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2011-03-24 06:56:36 +0000 |
commit | 6d1741b15bd6cae48788d3831aa845ef8a4d21af (patch) | |
tree | 4580a37b3e66788d7efcc7e16ac44f18ec1b91f5 /dev-util/alleyoop | |
parent | fix phases for eapi2 ebuild too (diff) | |
download | gentoo-2-6d1741b15bd6cae48788d3831aa845ef8a4d21af.tar.gz gentoo-2-6d1741b15bd6cae48788d3831aa845ef8a4d21af.tar.bz2 gentoo-2-6d1741b15bd6cae48788d3831aa845ef8a4d21af.zip |
Use SLOT dependencies for x11-libs/gtk+.
(Portage version: 2.2.0_alpha28/cvs/Linux x86_64)
Diffstat (limited to 'dev-util/alleyoop')
-rw-r--r-- | dev-util/alleyoop/ChangeLog | 8 | ||||
-rw-r--r-- | dev-util/alleyoop/alleyoop-0.8.2.ebuild | 8 | ||||
-rw-r--r-- | dev-util/alleyoop/alleyoop-0.9.5.ebuild | 8 | ||||
-rw-r--r-- | dev-util/alleyoop/alleyoop-0.9.7.ebuild | 7 |
4 files changed, 20 insertions, 11 deletions
diff --git a/dev-util/alleyoop/ChangeLog b/dev-util/alleyoop/ChangeLog index 9c39622ccdb3..41e6601c31ed 100644 --- a/dev-util/alleyoop/ChangeLog +++ b/dev-util/alleyoop/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-util/alleyoop -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/alleyoop/ChangeLog,v 1.17 2010/07/18 10:06:07 fauli Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-util/alleyoop/ChangeLog,v 1.18 2011/03/24 06:56:36 ssuominen Exp $ + + 24 Mar 2011; Samuli Suominen <ssuominen@gentoo.org> alleyoop-0.8.2.ebuild, + alleyoop-0.9.5.ebuild, alleyoop-0.9.7.ebuild: + Use SLOT dependencies for x11-libs/gtk+. 18 Jul 2010; Christian Faulhammer <fauli@gentoo.org> alleyoop-0.9.5.ebuild: diff --git a/dev-util/alleyoop/alleyoop-0.8.2.ebuild b/dev-util/alleyoop/alleyoop-0.8.2.ebuild index 2d987a594d15..4a88e694c38d 100644 --- a/dev-util/alleyoop/alleyoop-0.8.2.ebuild +++ b/dev-util/alleyoop/alleyoop-0.8.2.ebuild @@ -1,6 +1,8 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/alleyoop/alleyoop-0.8.2.ebuild,v 1.12 2009/10/12 17:30:39 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/alleyoop/alleyoop-0.8.2.ebuild,v 1.13 2011/03/24 06:56:36 ssuominen Exp $ + +EAPI=1 inherit gnome2 eutils @@ -13,7 +15,7 @@ KEYWORDS="x86 ~ppc -sparc -alpha" IUSE="doc" RDEPEND=">=dev-libs/glib-2.2 - >=x11-libs/gtk+-2.2 + >=x11-libs/gtk+-2.2:2 >=gnome-base/gconf-2.2 >=gnome-base/libgnomeui-2.2 >=gnome-base/libglade-2.2 diff --git a/dev-util/alleyoop/alleyoop-0.9.5.ebuild b/dev-util/alleyoop/alleyoop-0.9.5.ebuild index e8caaff222d7..94c7e2c5238d 100644 --- a/dev-util/alleyoop/alleyoop-0.9.5.ebuild +++ b/dev-util/alleyoop/alleyoop-0.9.5.ebuild @@ -1,6 +1,8 @@ -# 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/dev-util/alleyoop/alleyoop-0.9.5.ebuild,v 1.4 2010/07/18 10:06:07 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/alleyoop/alleyoop-0.9.5.ebuild,v 1.5 2011/03/24 06:56:36 ssuominen Exp $ + +EAPI=1 inherit gnome2 eutils @@ -14,7 +16,7 @@ KEYWORDS="-alpha ~amd64 ~ppc -sparc x86" IUSE="doc" RDEPEND=">=dev-libs/glib-2.2 - >=x11-libs/gtk+-2.2 + >=x11-libs/gtk+-2.2:2 >=gnome-base/gconf-2.2 >=gnome-base/libgnomeui-2.2 >=gnome-base/libglade-2.2 diff --git a/dev-util/alleyoop/alleyoop-0.9.7.ebuild b/dev-util/alleyoop/alleyoop-0.9.7.ebuild index 18076c77f3cc..d3a14b6e5eff 100644 --- a/dev-util/alleyoop/alleyoop-0.9.7.ebuild +++ b/dev-util/alleyoop/alleyoop-0.9.7.ebuild @@ -1,7 +1,8 @@ -# 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/dev-util/alleyoop/alleyoop-0.9.7.ebuild,v 1.2 2010/07/18 15:19:27 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/alleyoop/alleyoop-0.9.7.ebuild,v 1.3 2011/03/24 06:56:36 ssuominen Exp $ +EAPI=2 inherit gnome2 DESCRIPTION="A Gtk+ front-end to the Valgrind memory checker for x86 GNU/ Linux." @@ -14,7 +15,7 @@ KEYWORDS="-alpha ~amd64 ~ppc -sparc ~x86" IUSE="doc" RDEPEND=">=dev-libs/glib-2.2 - >=x11-libs/gtk+-2.2 + >=x11-libs/gtk+-2.2:2 >=gnome-base/gconf-2.2 >=gnome-base/libgnomeui-2.2 >=gnome-base/libglade-2.2 |