commit:     ad396dfe39e40b54f9ef93110e20b2c464cc003d
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 24 15:55:27 2017 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Jun 24 15:56:11 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad396dfe

x11-themes/kfaenza: Drop old

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 x11-themes/kfaenza/kfaenza-0.8.9-r1.ebuild | 48 ------------------------------
 1 file changed, 48 deletions(-)

diff --git a/x11-themes/kfaenza/kfaenza-0.8.9-r1.ebuild 
b/x11-themes/kfaenza/kfaenza-0.8.9-r1.ebuild
deleted file mode 100644
index 1eddd76786b..00000000000
--- a/x11-themes/kfaenza/kfaenza-0.8.9-r1.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-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-${PN}-icon-patch-0.3.tar.gz
-       additional? ( 
http://kde-look.org/CONTENT/content-files/147483-additional-KFaenza.tar.gz )"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="+additional branding"
-
-S="${WORKDIR}/${MY_PN}"
-RESTRICT="binchecks strip"
-
-src_unpack() {
-       unpack ${P}.tar.gz
-       pushd "${S}" > /dev/null
-       for tarball in ${A}; do
-               [[ "${tarball}" == ${P}.tar.gz ]] && continue
-               unpack "${tarball}"
-       done
-       popd > /dev/null
-}
-
-src_prepare() {
-       default
-       use branding || return
-
-       local res
-       for res in 22 32 48 64 128 256; do
-               cp "${S}"/places/${res}/start-here-gentoo.png \
-                       "${S}"/places/${res}/start-here.png || die
-       done
-       cp "${S}"/places/scalable/start-here-gentoo.svg \
-               "${S}"/places/scalable/start-here.svg || die
-}
-
-src_install() {
-       dodir /usr/share/icons
-       cp -R "${S}/" "${D}"/usr/share/icons || die "Install failed!"
-}

Reply via email to