diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2017-03-15 03:15:39 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2017-03-15 03:25:55 +0100 |
commit | 1a8730004129e9efbd4243ad4142cf71f53071c5 (patch) | |
tree | b6cb9c09e7b2575b5c7f562d37b51442e5e7cdf4 | |
parent | 47894a6831c1ac1a9e9757aef9e23d0e2ae90d2a (diff) | |
download | gentoo-1a8730004129e9efbd4243ad4142cf71f53071c5.tar.gz gentoo-1a8730004129e9efbd4243ad4142cf71f53071c5.tar.xz |
x11-themes/kfaenza: EAPI 6 bump
Package-Manager: Portage-2.3.3, Repoman-2.3.1
-rw-r--r-- | x11-themes/kfaenza/kfaenza-0.8.9-r1.ebuild | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/x11-themes/kfaenza/kfaenza-0.8.9-r1.ebuild b/x11-themes/kfaenza/kfaenza-0.8.9-r1.ebuild index 50ac6bce003..1eddd76786b 100644 --- a/x11-themes/kfaenza/kfaenza-0.8.9-r1.ebuild +++ b/x11-themes/kfaenza/kfaenza-0.8.9-r1.ebuild @@ -1,14 +1,14 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI=4 +EAPI=6 MY_PN="KFaenza" DESCRIPTION="Faenza-Cupertino icon theme for KDE" HOMEPAGE="http://kde-look.org/content/show.php/KFaenza?content=143890 http://kde-look.org/content/show.php/KFaenza+icon+patch?content=153813 http://kde-look.org/content/show.php/Additional+KFaenza+Icons?content=147483" #That is upstream location, not reupload. Don't fix SRC_URI="http://ompldr.org/vYjR0NQ/${P}.tar.gz - http://kde-look.org/CONTENT/content-files/153813-kfaenza-icon-patch-0.3.tar.gz + http://kde-look.org/CONTENT/content-files/153813-${PN}-icon-patch-0.3.tar.gz additional? ( http://kde-look.org/CONTENT/content-files/147483-additional-KFaenza.tar.gz )" LICENSE="GPL-3" @@ -16,7 +16,7 @@ SLOT="0" KEYWORDS="amd64 x86" IUSE="+additional branding" -S="${WORKDIR}"/"${MY_PN}" +S="${WORKDIR}/${MY_PN}" RESTRICT="binchecks strip" src_unpack() { @@ -30,6 +30,7 @@ src_unpack() { } src_prepare() { + default use branding || return local res |