diff options
author | Julian Ospald <hasufell@gentoo.org> | 2014-10-29 13:47:42 +0000 |
---|---|---|
committer | Julian Ospald <hasufell@gentoo.org> | 2014-10-29 13:47:42 +0000 |
commit | ff2a9c6ed47d25fcf59e6c414ec2971d75d69009 (patch) | |
tree | 782196486e07566fc7915907687130b7f9cc01a6 /x11-themes/clearlooks-phenix | |
parent | version bump wrt #527210, add Mikhail as maintainer (diff) | |
download | gentoo-2-ff2a9c6ed47d25fcf59e6c414ec2971d75d69009.tar.gz gentoo-2-ff2a9c6ed47d25fcf59e6c414ec2971d75d69009.tar.bz2 gentoo-2-ff2a9c6ed47d25fcf59e6c414ec2971d75d69009.zip |
version bump, update live ebuild
(Portage version: 2.2.14_rc1/cvs/Linux x86_64, signed Manifest commit with key BDEED020)
Diffstat (limited to 'x11-themes/clearlooks-phenix')
-rw-r--r-- | x11-themes/clearlooks-phenix/ChangeLog | 8 | ||||
-rw-r--r-- | x11-themes/clearlooks-phenix/clearlooks-phenix-5.0.7.ebuild | 28 | ||||
-rw-r--r-- | x11-themes/clearlooks-phenix/clearlooks-phenix-9999.ebuild | 14 |
3 files changed, 44 insertions, 6 deletions
diff --git a/x11-themes/clearlooks-phenix/ChangeLog b/x11-themes/clearlooks-phenix/ChangeLog index 18be2984b395..6d632c887a69 100644 --- a/x11-themes/clearlooks-phenix/ChangeLog +++ b/x11-themes/clearlooks-phenix/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for x11-themes/clearlooks-phenix # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/clearlooks-phenix/ChangeLog,v 1.9 2014/03/19 00:13:35 hasufell Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/clearlooks-phenix/ChangeLog,v 1.10 2014/10/29 13:47:42 hasufell Exp $ + +*clearlooks-phenix-5.0.7 (29 Oct 2014) + + 29 Oct 2014; Julian Ospald <hasufell@gentoo.org> + +clearlooks-phenix-5.0.7.ebuild, clearlooks-phenix-9999.ebuild: + version bump, update live ebuild 19 Mar 2014; Julian Ospald <hasufell@gentoo.org> -clearlooks-phenix-2.ebuild, -clearlooks-phenix-3.ebuild: diff --git a/x11-themes/clearlooks-phenix/clearlooks-phenix-5.0.7.ebuild b/x11-themes/clearlooks-phenix/clearlooks-phenix-5.0.7.ebuild new file mode 100644 index 000000000000..d3f65e52a343 --- /dev/null +++ b/x11-themes/clearlooks-phenix/clearlooks-phenix-5.0.7.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-themes/clearlooks-phenix/clearlooks-phenix-5.0.7.ebuild,v 1.1 2014/10/29 13:47:42 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://github.com/jpfleury/clearlooks-phenix/archive/${PV}.tar.gz -> ${P}.tar.gz" + +KEYWORDS="~amd64 ~x86" +LICENSE="GPL-3" +SLOT="3.10-3.12" +IUSE="" + +RDEPEND=" + >=x11-libs/gtk+-3.10.0:3 + x11-themes/gtk-engines +" + +src_install() { + insinto "/usr/share/themes/Clearlooks-Phenix-${SLOT}" + doins -r * +} + +pkg_postinst() { + elog "The theme is named Clearlooks-Phenix-${SLOT}." +} diff --git a/x11-themes/clearlooks-phenix/clearlooks-phenix-9999.ebuild b/x11-themes/clearlooks-phenix/clearlooks-phenix-9999.ebuild index 489875972e81..7075234ee274 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 +# Copyright 1999-2014 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.4 2013/10/28 22:51:40 hasufell Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/clearlooks-phenix/clearlooks-phenix-9999.ebuild,v 1.5 2014/10/29 13:47:42 hasufell Exp $ EAPI=5 @@ -8,17 +8,21 @@ inherit git-2 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" -EGIT_REPO_URI="git://jpfleury.indefero.net/jpfleury/${PN}.git" +EGIT_REPO_URI="https://github.com/jpfleury/clearlooks-phenix.git" KEYWORDS="" LICENSE="GPL-3" -SLOT="0" +SLOT="live" IUSE="" -RDEPEND=">=x11-libs/gtk+-3.6:3 +RDEPEND="x11-libs/gtk+:3 x11-themes/gtk-engines" src_install() { insinto "/usr/share/themes/Clearlooks-Phenix-${SLOT}" doins -r * } + +pkg_postinst() { + elog "The theme is named Clearlooks-Phenix-${SLOT}." +} |