diff options
author | Ian Delaney <idella4@gentoo.org> | 2015-04-16 08:50:32 +0000 |
---|---|---|
committer | Ian Delaney <idella4@gentoo.org> | 2015-04-16 08:50:32 +0000 |
commit | b560090d860cbb31e734be8257d11b226c95d943 (patch) | |
tree | 3dce2a3bc7fddb273ae40008cbb303a0308e4d34 /x11-themes | |
parent | Version bump (diff) | |
download | gentoo-2-b560090d860cbb31e734be8257d11b226c95d943.tar.gz gentoo-2-b560090d860cbb31e734be8257d11b226c95d943.tar.bz2 gentoo-2-b560090d860cbb31e734be8257d11b226c95d943.zip |
clearlooks-phenix-5.0.7.ebuild brought in line with vrsn 6.0.3
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
Diffstat (limited to 'x11-themes')
-rw-r--r-- | x11-themes/clearlooks-phenix/ChangeLog | 6 | ||||
-rw-r--r-- | x11-themes/clearlooks-phenix/clearlooks-phenix-5.0.7.ebuild | 8 | ||||
-rw-r--r-- | x11-themes/clearlooks-phenix/clearlooks-phenix-6.0.3.ebuild | 6 |
3 files changed, 8 insertions, 12 deletions
diff --git a/x11-themes/clearlooks-phenix/ChangeLog b/x11-themes/clearlooks-phenix/ChangeLog index 88823006e1a8..8d93106105cc 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-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/clearlooks-phenix/ChangeLog,v 1.13 2015/04/16 08:43:01 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/clearlooks-phenix/ChangeLog,v 1.14 2015/04/16 08:50:32 idella4 Exp $ + + 16 Apr 2015; Ian Delaney <idella4@gentoo.org> clearlooks-phenix-5.0.7.ebuild, + clearlooks-phenix-6.0.3.ebuild: + clearlooks-phenix-5.0.7.ebuild brought in line with vrsn 6.0.3 *clearlooks-phenix-6.0.3 (16 Apr 2015) diff --git a/x11-themes/clearlooks-phenix/clearlooks-phenix-5.0.7.ebuild b/x11-themes/clearlooks-phenix/clearlooks-phenix-5.0.7.ebuild index bed25128a3f7..b54d878ccbf1 100644 --- a/x11-themes/clearlooks-phenix/clearlooks-phenix-5.0.7.ebuild +++ b/x11-themes/clearlooks-phenix/clearlooks-phenix-5.0.7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 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.2 2015/04/16 08:43:01 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/clearlooks-phenix/clearlooks-phenix-5.0.7.ebuild,v 1.3 2015/04/16 08:50:32 idella4 Exp $ EAPI=5 @@ -18,10 +18,6 @@ RDEPEND=" x11-themes/gtk-engines" src_install() { - insinto "/usr/share/themes/Clearlooks-Phenix-${SLOT}" + insinto "/usr/share/themes/Clearlooks-Phenix" doins -r * } - -pkg_postinst() { - elog "The theme is named Clearlooks-Phenix-${SLOT}." -} diff --git a/x11-themes/clearlooks-phenix/clearlooks-phenix-6.0.3.ebuild b/x11-themes/clearlooks-phenix/clearlooks-phenix-6.0.3.ebuild index f5c700bb9517..00acdda15c79 100644 --- a/x11-themes/clearlooks-phenix/clearlooks-phenix-6.0.3.ebuild +++ b/x11-themes/clearlooks-phenix/clearlooks-phenix-6.0.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/clearlooks-phenix/clearlooks-phenix-6.0.3.ebuild,v 1.1 2015/04/16 08:43:01 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/clearlooks-phenix/clearlooks-phenix-6.0.3.ebuild,v 1.2 2015/04/16 08:50:32 idella4 Exp $ EAPI=5 @@ -21,7 +21,3 @@ src_install() { insinto "/usr/share/themes/Clearlooks-Phenix" doins -r * } - -pkg_postinst() { - elog "The theme is named Clearlooks-Phenix-${SLOT}." -} |