diff options
author | Kevin McCarthy <signals@gentoo.org> | 2011-03-02 16:27:46 +0000 |
---|---|---|
committer | Kevin McCarthy <signals@gentoo.org> | 2011-03-02 16:27:46 +0000 |
commit | ffcc2637f81213a4b2dc2e7416927108efa0eaca (patch) | |
tree | 766a4dbde3258dcf60861db5b697e044320049b4 | |
parent | Make libpdf non-optionally disabled due to media-libs/pdflib's pending remova... (diff) | |
download | gentoo-2-ffcc2637f81213a4b2dc2e7416927108efa0eaca.tar.gz gentoo-2-ffcc2637f81213a4b2dc2e7416927108efa0eaca.tar.bz2 gentoo-2-ffcc2637f81213a4b2dc2e7416927108efa0eaca.zip |
Slotted gtk+
(Portage version: 2.2.0_alpha25/cvs/Linux x86_64)
-rw-r--r-- | x11-misc/efax-gtk/ChangeLog | 8 | ||||
-rw-r--r-- | x11-misc/efax-gtk/efax-gtk-3.0.18.ebuild | 10 | ||||
-rw-r--r-- | x11-misc/efax-gtk/efax-gtk-3.2.2.ebuild | 10 |
3 files changed, 18 insertions, 10 deletions
diff --git a/x11-misc/efax-gtk/ChangeLog b/x11-misc/efax-gtk/ChangeLog index 12cff5aa4424..c5e7bd1cbb33 100644 --- a/x11-misc/efax-gtk/ChangeLog +++ b/x11-misc/efax-gtk/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-misc/efax-gtk -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/efax-gtk/ChangeLog,v 1.31 2010/05/27 23:35:29 hwoarang Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/efax-gtk/ChangeLog,v 1.32 2011/03/02 16:27:46 signals Exp $ + + 02 Mar 2011; Kevin McCarthy <signals@gentoo.org> efax-gtk-3.0.18.ebuild, + efax-gtk-3.2.2.ebuild: + Slotted gtk+ and glib deps. EAPI=2 bump to support it. *efax-gtk-3.2.2 (27 May 2010) diff --git a/x11-misc/efax-gtk/efax-gtk-3.0.18.ebuild b/x11-misc/efax-gtk/efax-gtk-3.0.18.ebuild index 1a760cf8fd3f..0154b5765c8c 100644 --- a/x11-misc/efax-gtk/efax-gtk-3.0.18.ebuild +++ b/x11-misc/efax-gtk/efax-gtk-3.0.18.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/x11-misc/efax-gtk/efax-gtk-3.0.18.ebuild,v 1.2 2009/02/22 15:26:27 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/efax-gtk/efax-gtk-3.0.18.ebuild,v 1.3 2011/03/02 16:27:46 signals Exp $ + +EAPI=2 DESCRIPTION="GTK+2 frontend for the efax program." HOMEPAGE="http://efax-gtk.sourceforge.net/" @@ -11,9 +13,9 @@ SLOT="0" KEYWORDS="~amd64 ~ppc x86" IUSE="nls" -RDEPEND=">=dev-libs/glib-2 +RDEPEND="dev-libs/glib:2 >=dev-libs/libsigc++-2 - >=x11-libs/gtk+-2" + x11-libs/gtk+:2" DEPEND="${RDEPEND} dev-util/pkgconfig" diff --git a/x11-misc/efax-gtk/efax-gtk-3.2.2.ebuild b/x11-misc/efax-gtk/efax-gtk-3.2.2.ebuild index f19b52c01879..53c44abb1e12 100644 --- a/x11-misc/efax-gtk/efax-gtk-3.2.2.ebuild +++ b/x11-misc/efax-gtk/efax-gtk-3.2.2.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/x11-misc/efax-gtk/efax-gtk-3.2.2.ebuild,v 1.1 2010/05/27 23:35:29 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/efax-gtk/efax-gtk-3.2.2.ebuild,v 1.2 2011/03/02 16:27:46 signals Exp $ + +EAPI=2 DESCRIPTION="GTK+2 frontend for the efax program." HOMEPAGE="http://efax-gtk.sourceforge.net/" @@ -11,8 +13,8 @@ SLOT="0" KEYWORDS="~amd64 ~ppc ~x86" IUSE="nls" -RDEPEND=">=dev-libs/glib-2 - >=x11-libs/gtk+-2" +RDEPEND="dev-libs/glib:2 + x11-libs/gtk+:2" DEPEND="${RDEPEND} dev-util/pkgconfig" |