diff options
4 files changed, 9 insertions, 34 deletions
diff --git a/x11-themes/clearlooks-phenix/ChangeLog b/x11-themes/clearlooks-phenix/ChangeLog index 9e58b8b17653..1e16e119f91c 100644 --- a/x11-themes/clearlooks-phenix/ChangeLog +++ b/x11-themes/clearlooks-phenix/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-themes/clearlooks-phenix # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/clearlooks-phenix/ChangeLog,v 1.3 2013/02/16 22:39:44 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/clearlooks-phenix/ChangeLog,v 1.4 2013/06/07 16:31:15 hasufell Exp $ + + 07 Jun 2013; Julian Ospald <hasufell@gentoo.org> -clearlooks-phenix-1.ebuild, + clearlooks-phenix-2.ebuild, clearlooks-phenix-9999.ebuild: + add slot for gtk+ deps, remove old 16 Feb 2013; Agostino Sarubbo <ago@gentoo.org> clearlooks-phenix-2.ebuild: Stable for x86, wrt bug #457884 diff --git a/x11-themes/clearlooks-phenix/clearlooks-phenix-1.ebuild b/x11-themes/clearlooks-phenix/clearlooks-phenix-1.ebuild deleted file mode 100644 index 0b87cccea016..000000000000 --- a/x11-themes/clearlooks-phenix/clearlooks-phenix-1.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/clearlooks-phenix/clearlooks-phenix-1.ebuild,v 1.1 2013/01/01 19:40:37 hasufell Exp $ - -EAPI=5 - -MY_P=${PN}-v${PV} -DESCRIPTION="Clearlooks-Phenix is a GTK+ 3 port of Clearlooks, the default theme for GNOME 2" -HOMEPAGE="http://www.jpfleury.net/en/software/clearlooks-phenix.php" -SRC_URI="http://dev.gentoo.org/~hasufell/distfiles/${MY_P}.zip" - -KEYWORDS="~amd64 ~x86" -LICENSE="GPL-3" -SLOT="3.2" -IUSE="" - -SLOT_BLOCK="!x11-themes/clearlooks-phenix:3.4 - !x11-themes/clearlooks-phenix:0" -RDEPEND="${SLOT_BLOCK} - <x11-libs/gtk+-3.3 - x11-themes/gtk-engines" -DEPEND="app-arch/unzip" - -S=${WORKDIR}/${MY_P} - -src_install() { - insinto "/usr/share/themes/Clearlooks-Phenix" - doins -r * -} diff --git a/x11-themes/clearlooks-phenix/clearlooks-phenix-2.ebuild b/x11-themes/clearlooks-phenix/clearlooks-phenix-2.ebuild index 0aa4b1751ff3..736f7143ddd8 100644 --- a/x11-themes/clearlooks-phenix/clearlooks-phenix-2.ebuild +++ b/x11-themes/clearlooks-phenix/clearlooks-phenix-2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/clearlooks-phenix/clearlooks-phenix-2.ebuild,v 1.3 2013/02/16 22:39:44 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/clearlooks-phenix/clearlooks-phenix-2.ebuild,v 1.4 2013/06/07 16:31:15 hasufell Exp $ EAPI=5 @@ -17,7 +17,7 @@ IUSE="" SLOT_BLOCK="!x11-themes/clearlooks-phenix:3.2 !x11-themes/clearlooks-phenix:0" RDEPEND="${SLOT_BLOCK} - =x11-libs/gtk+-3.4* + =x11-libs/gtk+-3.4*:3 x11-themes/gtk-engines" DEPEND="app-arch/unzip" diff --git a/x11-themes/clearlooks-phenix/clearlooks-phenix-9999.ebuild b/x11-themes/clearlooks-phenix/clearlooks-phenix-9999.ebuild index d55f67a68139..0e9d2567b4eb 100644 --- a/x11-themes/clearlooks-phenix/clearlooks-phenix-9999.ebuild +++ b/x11-themes/clearlooks-phenix/clearlooks-phenix-9999.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/clearlooks-phenix/clearlooks-phenix-9999.ebuild,v 1.1 2013/01/01 19:40:37 hasufell Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/clearlooks-phenix/clearlooks-phenix-9999.ebuild,v 1.2 2013/06/07 16:31:15 hasufell Exp $ EAPI=5 @@ -18,7 +18,7 @@ IUSE="" SLOT_BLOCK="!x11-themes/clearlooks-phenix:3.2 !x11-themes/clearlooks-phenix:3.4" RDEPEND="${SLOT_BLOCK} - >=x11-libs/gtk+-3.6 + >=x11-libs/gtk+-3.6:3 x11-themes/gtk-engines" src_install() { |