diff options
author | Julian Ospald <hasufell@gentoo.org> | 2013-10-28 22:51:40 +0000 |
---|---|---|
committer | Julian Ospald <hasufell@gentoo.org> | 2013-10-28 22:51:40 +0000 |
commit | accc22180885f51ae1af80b44e94680c07ae1fc0 (patch) | |
tree | 32267c7d7f2f106438950b7c63d8ce62da1f8fc0 /x11-themes | |
parent | Version bump (diff) | |
download | gentoo-2-accc22180885f51ae1af80b44e94680c07ae1fc0.tar.gz gentoo-2-accc22180885f51ae1af80b44e94680c07ae1fc0.tar.bz2 gentoo-2-accc22180885f51ae1af80b44e94680c07ae1fc0.zip |
version bump wrt #461280, also allow parallel installation
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key E73C35B3)
Diffstat (limited to 'x11-themes')
4 files changed, 73 insertions, 7 deletions
diff --git a/x11-themes/clearlooks-phenix/ChangeLog b/x11-themes/clearlooks-phenix/ChangeLog index e15520c20597..fd6d6c73ba7b 100644 --- a/x11-themes/clearlooks-phenix/ChangeLog +++ b/x11-themes/clearlooks-phenix/ChangeLog @@ -1,6 +1,14 @@ # 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.6 2013/06/08 16:28:35 sping Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/clearlooks-phenix/ChangeLog,v 1.7 2013/10/28 22:51:40 hasufell Exp $ + +*clearlooks-phenix-3.0.16 (28 Oct 2013) +*clearlooks-phenix-2.0.18 (28 Oct 2013) + + 28 Oct 2013; Julian Ospald <hasufell@gentoo.org> + +clearlooks-phenix-2.0.18.ebuild, +clearlooks-phenix-3.0.16.ebuild, + clearlooks-phenix-9999.ebuild: + version bump wrt #461280, also allow parallel installation *clearlooks-phenix-3.0.15 (08 Jun 2013) *clearlooks-phenix-2.0.17 (08 Jun 2013) diff --git a/x11-themes/clearlooks-phenix/clearlooks-phenix-2.0.18.ebuild b/x11-themes/clearlooks-phenix/clearlooks-phenix-2.0.18.ebuild new file mode 100644 index 000000000000..7c9031168ffc --- /dev/null +++ b/x11-themes/clearlooks-phenix/clearlooks-phenix-2.0.18.ebuild @@ -0,0 +1,31 @@ +# 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.18.ebuild,v 1.1 2013/10/28 22:51:40 hasufell 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="https://gitorious.org/projets-divers/clearlooks-phenix/archive/${PV}.tar.gz -> ${P}.tar.gz" + +KEYWORDS="~amd64 ~x86" +LICENSE="GPL-3" +SLOT="3.4" +IUSE="" + +RDEPEND="=x11-libs/gtk+-3.4*:3 + x11-themes/gtk-engines" +DEPEND="app-arch/unzip" + +S=${WORKDIR}/projets-divers-clearlooks-phenix + +src_install() { + insinto "/usr/share/themes/Clearlooks-Phenix-${SLOT}" + doins -r * +} + +pkg_postinst() { + elog "If you are upgrading from ${PN}-2.0.17 you might have" + elog "to reselect the theme, because it has been renamed!" + elog "to allow parallel installation!" +} diff --git a/x11-themes/clearlooks-phenix/clearlooks-phenix-3.0.16.ebuild b/x11-themes/clearlooks-phenix/clearlooks-phenix-3.0.16.ebuild new file mode 100644 index 000000000000..01c8a568b2a1 --- /dev/null +++ b/x11-themes/clearlooks-phenix/clearlooks-phenix-3.0.16.ebuild @@ -0,0 +1,30 @@ +# 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.16.ebuild,v 1.1 2013/10/28 22:51:40 hasufell 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="https://gitorious.org/projets-divers/clearlooks-phenix/archive/${PV}.tar.gz -> ${P}.tar.gz" + +KEYWORDS="~amd64 ~x86" +LICENSE="GPL-3" +SLOT="3.6" +IUSE="" + +RDEPEND=">=x11-libs/gtk+-3.6:3 + x11-themes/gtk-engines" + +S=${WORKDIR}/projets-divers-clearlooks-phenix + +src_install() { + insinto "/usr/share/themes/Clearlooks-Phenix-${SLOT}" + doins -r * +} + +pkg_postinst() { + elog "If you are upgrading from ${PN}-2.0.17 you might have" + elog "to reselect the theme, because it has been renamed" + elog "to allow parallel installation!" +} diff --git a/x11-themes/clearlooks-phenix/clearlooks-phenix-9999.ebuild b/x11-themes/clearlooks-phenix/clearlooks-phenix-9999.ebuild index 153d7795832e..489875972e81 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.3 2013/06/08 13:41:20 hasufell Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/clearlooks-phenix/clearlooks-phenix-9999.ebuild,v 1.4 2013/10/28 22:51:40 hasufell Exp $ EAPI=5 @@ -15,13 +15,10 @@ LICENSE="GPL-3" SLOT="0" IUSE="" -SLOT_BLOCK="!x11-themes/clearlooks-phenix:3.4 - !x11-themes/clearlooks-phenix:3.6" -RDEPEND="${SLOT_BLOCK} - >=x11-libs/gtk+-3.6:3 +RDEPEND=">=x11-libs/gtk+-3.6:3 x11-themes/gtk-engines" src_install() { - insinto "/usr/share/themes/Clearlooks-Phenix" + insinto "/usr/share/themes/Clearlooks-Phenix-${SLOT}" doins -r * } |