diff options
author | Kevin McCarthy <signals@gentoo.org> | 2011-03-02 17:07:49 +0000 |
---|---|---|
committer | Kevin McCarthy <signals@gentoo.org> | 2011-03-02 17:07:49 +0000 |
commit | 04283f737160ccdf775a239d62f00994e832d7de (patch) | |
tree | a88fd72b4d12c9ac3d8d2aa240b50cd4dca5ec17 /x11-misc | |
parent | Slotted gtk+ depends and EAPI=2 bump to support it. (diff) | |
download | gentoo-2-04283f737160ccdf775a239d62f00994e832d7de.tar.gz gentoo-2-04283f737160ccdf775a239d62f00994e832d7de.tar.bz2 gentoo-2-04283f737160ccdf775a239d62f00994e832d7de.zip |
Slotted gtk+ depends and EAPI=2 bump to support it.
(Portage version: 2.2.0_alpha25/cvs/Linux x86_64)
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/grun/ChangeLog | 8 | ||||
-rw-r--r-- | x11-misc/grun/grun-0.9.2-r1.ebuild | 12 | ||||
-rw-r--r-- | x11-misc/grun/grun-0.9.3-r1.ebuild | 6 |
3 files changed, 15 insertions, 11 deletions
diff --git a/x11-misc/grun/ChangeLog b/x11-misc/grun/ChangeLog index b3381f069776..c650bafeee7c 100644 --- a/x11-misc/grun/ChangeLog +++ b/x11-misc/grun/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-misc/grun -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/grun/ChangeLog,v 1.31 2010/06/06 13:30:02 ssuominen Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/grun/ChangeLog,v 1.32 2011/03/02 17:07:49 signals Exp $ + + 02 Mar 2011; Kevin McCarthy <signals@gentoo.org> grun-0.9.2-r1.ebuild, + grun-0.9.3-r1.ebuild: + Slotted gtk+ depends and EAPI=2 bump to support it. 06 Jun 2010; Samuli Suominen <ssuominen@gentoo.org> grun-0.9.3-r1.ebuild: Fix postinst message wrt #278091 by Alexandros Diamantidis. diff --git a/x11-misc/grun/grun-0.9.2-r1.ebuild b/x11-misc/grun/grun-0.9.2-r1.ebuild index 14ea595ed3da..4a212eecd331 100644 --- a/x11-misc/grun/grun-0.9.2-r1.ebuild +++ b/x11-misc/grun/grun-0.9.2-r1.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/x11-misc/grun/grun-0.9.2-r1.ebuild,v 1.6 2008/12/01 20:36:43 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/grun/grun-0.9.2-r1.ebuild,v 1.7 2011/03/02 17:07:49 signals Exp $ + +EAPI=2 WANT_AUTOMAKE="1.9" @@ -18,14 +20,12 @@ SLOT="0" KEYWORDS="amd64 ppc sparc x86 ~x86-fbsd" IUSE="nls" -RDEPEND=">=x11-libs/gtk+-2" +RDEPEND="x11-libs/gtk+:2" DEPEND="${RDEPEND} dev-util/pkgconfig nls? ( sys-devel/gettext )" -src_unpack() { - unpack ${A} - cd "${S}" +src_prepare() { epatch "${WORKDIR}"/${PN}_${PV}-${PATCH_LEVEL}.diff eautoreconf } diff --git a/x11-misc/grun/grun-0.9.3-r1.ebuild b/x11-misc/grun/grun-0.9.3-r1.ebuild index 9aef70e274b2..b40a59f873db 100644 --- a/x11-misc/grun/grun-0.9.3-r1.ebuild +++ b/x11-misc/grun/grun-0.9.3-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/x11-misc/grun/grun-0.9.3-r1.ebuild,v 1.2 2010/06/06 13:30:02 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/grun/grun-0.9.3-r1.ebuild,v 1.3 2011/03/02 17:07:49 signals Exp $ EAPI=2 inherit eutils @@ -14,7 +14,7 @@ SLOT="0" KEYWORDS="~amd64 ~ppc ~sparc ~x86 ~x86-fbsd" IUSE="nls" -RDEPEND=">=x11-libs/gtk+-2" +RDEPEND="x11-libs/gtk+:2" DEPEND="${RDEPEND} dev-util/pkgconfig nls? ( sys-devel/gettext )" |