diff options
author | Kevin McCarthy <signals@gentoo.org> | 2011-03-02 20:09:18 +0000 |
---|---|---|
committer | Kevin McCarthy <signals@gentoo.org> | 2011-03-02 20:09:18 +0000 |
commit | 6cba4c634ceb29731bbade09fa3030817d65cce8 (patch) | |
tree | 4ec548b42e5d2e592d1f3b3711fa9526cc254453 /net-im | |
parent | Correct Slots for gtk 3 introduction to tree (diff) | |
download | gentoo-2-6cba4c634ceb29731bbade09fa3030817d65cce8.tar.gz gentoo-2-6cba4c634ceb29731bbade09fa3030817d65cce8.tar.bz2 gentoo-2-6cba4c634ceb29731bbade09fa3030817d65cce8.zip |
Slotted gtk+ depend and EAPI=2 bump to support it.
(Portage version: 2.2.0_alpha25/cvs/Linux x86_64)
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/gnomeicu/ChangeLog | 8 | ||||
-rw-r--r-- | net-im/gnomeicu/gnomeicu-0.99.12.ebuild | 12 | ||||
-rw-r--r-- | net-im/gnomeicu/gnomeicu-0.99.14.ebuild | 7 |
3 files changed, 16 insertions, 11 deletions
diff --git a/net-im/gnomeicu/ChangeLog b/net-im/gnomeicu/ChangeLog index 4bfde487b550..5d5f7afec5b2 100644 --- a/net-im/gnomeicu/ChangeLog +++ b/net-im/gnomeicu/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-im/gnomeicu -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/gnomeicu/ChangeLog,v 1.50 2010/03/04 00:30:39 eva Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-im/gnomeicu/ChangeLog,v 1.51 2011/03/02 20:09:18 signals Exp $ + + 02 Mar 2011; Kevin McCarthy <signals@gentoo.org> gnomeicu-0.99.12.ebuild, + gnomeicu-0.99.14.ebuild: + Slotted gtk+ depend and EAPI=2 bump to support it. 04 Mar 2010; Gilles Dartiguelongue <eva@gentoo.org> gnomeicu-0.99.12.ebuild, gnomeicu-0.99.14.ebuild: diff --git a/net-im/gnomeicu/gnomeicu-0.99.12.ebuild b/net-im/gnomeicu/gnomeicu-0.99.12.ebuild index 589b511b4388..8e97e1f4b48e 100644 --- a/net-im/gnomeicu/gnomeicu-0.99.12.ebuild +++ b/net-im/gnomeicu/gnomeicu-0.99.12.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/net-im/gnomeicu/gnomeicu-0.99.12.ebuild,v 1.9 2010/03/04 00:30:39 eva Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/gnomeicu/gnomeicu-0.99.12.ebuild,v 1.10 2011/03/02 20:09:18 signals Exp $ +EAPI=2 inherit gnome2 DESCRIPTION="Gnome ICQ Client" @@ -12,7 +13,7 @@ SLOT="0" LICENSE="GPL-2" KEYWORDS="alpha amd64 ppc sparc x86" -RDEPEND=">=x11-libs/gtk+-2.10.0 +RDEPEND="x11-libs/gtk+:2 >=dev-libs/libxml2-2.4.23 >=gnome-base/libgnome-2.0.0 >=gnome-base/libgnomeui-2.0.0 @@ -31,14 +32,13 @@ DEPEND="${RDEPEND} IUSE="spell" -src_unpack () { - unpack ${A} +src_prepare () { gnome2_omf_fix "${S}/doc/C/Makefile.in" "${S}/doc/omf.make" "${S}/doc/uk/Makefile.in" } src_configure() { G2CONF=$(use_enable spell) - gnome2_src_compile + gnome2_src_configure } DOCS="AUTHORS CREDITS ChangeLog README" diff --git a/net-im/gnomeicu/gnomeicu-0.99.14.ebuild b/net-im/gnomeicu/gnomeicu-0.99.14.ebuild index 5cb3ace76820..ed7859eb07a9 100644 --- a/net-im/gnomeicu/gnomeicu-0.99.14.ebuild +++ b/net-im/gnomeicu/gnomeicu-0.99.14.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/net-im/gnomeicu/gnomeicu-0.99.14.ebuild,v 1.3 2010/03/04 00:30:39 eva Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/gnomeicu/gnomeicu-0.99.14.ebuild,v 1.4 2011/03/02 20:09:18 signals Exp $ +EAPI=2 inherit gnome2 DESCRIPTION="Gnome ICQ Client" @@ -14,7 +15,7 @@ KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86" IUSE="spell" # panel applet is unmaintained, do not enable it -RDEPEND=">=x11-libs/gtk+-2.10 +RDEPEND="x11-libs/gtk+:2 >=dev-libs/libxml2-2.4.23 >=gnome-base/libgnome-2 >=gnome-base/libgnomeui-2 |