diff options
author | Sebastian Pipping <sping@gentoo.org> | 2013-06-08 16:28:35 +0000 |
---|---|---|
committer | Sebastian Pipping <sping@gentoo.org> | 2013-06-08 16:28:35 +0000 |
commit | 07c783d502532e2680274cf89c0a30ce642b5873 (patch) | |
tree | 0c2fa21674f95da8a0c8c683f93238b09f9d5181 | |
parent | Marked ~hppa too. (diff) | |
download | gentoo-2-07c783d502532e2680274cf89c0a30ce642b5873.tar.gz gentoo-2-07c783d502532e2680274cf89c0a30ce642b5873.tar.bz2 gentoo-2-07c783d502532e2680274cf89c0a30ce642b5873.zip |
clearlooks-phenix: 2.0.17, 3.0.15 (bug #472666)
(Portage version: 2.1.11.62/cvs/Linux x86_64, signed Manifest commit with key 0x401A1600)
-rw-r--r-- | x11-themes/clearlooks-phenix/ChangeLog | 9 | ||||
-rw-r--r-- | x11-themes/clearlooks-phenix/clearlooks-phenix-2.0.17.ebuild | 26 | ||||
-rw-r--r-- | x11-themes/clearlooks-phenix/clearlooks-phenix-3.0.15.ebuild | 26 |
3 files changed, 60 insertions, 1 deletions
diff --git a/x11-themes/clearlooks-phenix/ChangeLog b/x11-themes/clearlooks-phenix/ChangeLog index 82cf08d3b054..e15520c20597 100644 --- a/x11-themes/clearlooks-phenix/ChangeLog +++ b/x11-themes/clearlooks-phenix/ChangeLog @@ -1,6 +1,13 @@ # 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.5 2013/06/08 13:41:20 hasufell Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/clearlooks-phenix/ChangeLog,v 1.6 2013/06/08 16:28:35 sping Exp $ + +*clearlooks-phenix-3.0.15 (08 Jun 2013) +*clearlooks-phenix-2.0.17 (08 Jun 2013) + + 08 Jun 2013; Sebastian Pipping <sping@gentoo.org> + +clearlooks-phenix-2.0.17.ebuild, +clearlooks-phenix-3.0.15.ebuild: + Add copies with proper version numbers (bug #472666, comment 2) *clearlooks-phenix-3 (08 Jun 2013) diff --git a/x11-themes/clearlooks-phenix/clearlooks-phenix-2.0.17.ebuild b/x11-themes/clearlooks-phenix/clearlooks-phenix-2.0.17.ebuild new file mode 100644 index 000000000000..ef81e8318929 --- /dev/null +++ b/x11-themes/clearlooks-phenix/clearlooks-phenix-2.0.17.ebuild @@ -0,0 +1,26 @@ +# 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.0.17.ebuild,v 1.1 2013/06/08 16:28:35 sping Exp $ + +EAPI=5 + +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://jpfleury.indefero.net/p/${PN}/source/download/${PV}/ -> ${P}.zip" + +KEYWORDS="~amd64 ~x86" +LICENSE="GPL-3" +SLOT="3.4" +IUSE="" + +SLOT_BLOCK="!x11-themes/clearlooks-phenix:3.6 + !x11-themes/clearlooks-phenix:0" +RDEPEND="${SLOT_BLOCK} + =x11-libs/gtk+-3.4*:3 + x11-themes/gtk-engines" +DEPEND="app-arch/unzip" + +src_install() { + insinto "/usr/share/themes/Clearlooks-Phenix" + doins -r * +} diff --git a/x11-themes/clearlooks-phenix/clearlooks-phenix-3.0.15.ebuild b/x11-themes/clearlooks-phenix/clearlooks-phenix-3.0.15.ebuild new file mode 100644 index 000000000000..ccaa73a1398e --- /dev/null +++ b/x11-themes/clearlooks-phenix/clearlooks-phenix-3.0.15.ebuild @@ -0,0 +1,26 @@ +# 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-3.0.15.ebuild,v 1.1 2013/06/08 16:28:35 sping Exp $ + +EAPI=5 + +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://jpfleury.indefero.net/p/${PN}/source/download/${PV}/ -> ${P}.zip" + +KEYWORDS="~amd64 ~x86" +LICENSE="GPL-3" +SLOT="3.6" +IUSE="" + +SLOT_BLOCK="!x11-themes/clearlooks-phenix:3.4 + !x11-themes/clearlooks-phenix:0" +RDEPEND="${SLOT_BLOCK} + >=x11-libs/gtk+-3.6:3 + x11-themes/gtk-engines" +DEPEND="app-arch/unzip" + +src_install() { + insinto "/usr/share/themes/Clearlooks-Phenix" + doins -r * +} |