Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-themes/kfaenza/
Date: Sat, 24 Jun 2017 15:56:25
Message-Id: 1498319771.ad396dfe39e40b54f9ef93110e20b2c464cc003d.asturm@gentoo
1 commit: ad396dfe39e40b54f9ef93110e20b2c464cc003d
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jun 24 15:55:27 2017 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sat Jun 24 15:56:11 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad396dfe
7
8 x11-themes/kfaenza: Drop old
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.1
11
12 x11-themes/kfaenza/kfaenza-0.8.9-r1.ebuild | 48 ------------------------------
13 1 file changed, 48 deletions(-)
14
15 diff --git a/x11-themes/kfaenza/kfaenza-0.8.9-r1.ebuild b/x11-themes/kfaenza/kfaenza-0.8.9-r1.ebuild
16 deleted file mode 100644
17 index 1eddd76786b..00000000000
18 --- a/x11-themes/kfaenza/kfaenza-0.8.9-r1.ebuild
19 +++ /dev/null
20 @@ -1,48 +0,0 @@
21 -# Copyright 1999-2017 Gentoo Foundation
22 -# Distributed under the terms of the GNU General Public License v2
23 -
24 -EAPI=6
25 -
26 -MY_PN="KFaenza"
27 -DESCRIPTION="Faenza-Cupertino icon theme for KDE"
28 -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"
29 -#That is upstream location, not reupload. Don't fix
30 -SRC_URI="http://ompldr.org/vYjR0NQ/${P}.tar.gz
31 - http://kde-look.org/CONTENT/content-files/153813-${PN}-icon-patch-0.3.tar.gz
32 - additional? ( http://kde-look.org/CONTENT/content-files/147483-additional-KFaenza.tar.gz )"
33 -
34 -LICENSE="GPL-3"
35 -SLOT="0"
36 -KEYWORDS="amd64 x86"
37 -IUSE="+additional branding"
38 -
39 -S="${WORKDIR}/${MY_PN}"
40 -RESTRICT="binchecks strip"
41 -
42 -src_unpack() {
43 - unpack ${P}.tar.gz
44 - pushd "${S}" > /dev/null
45 - for tarball in ${A}; do
46 - [[ "${tarball}" == ${P}.tar.gz ]] && continue
47 - unpack "${tarball}"
48 - done
49 - popd > /dev/null
50 -}
51 -
52 -src_prepare() {
53 - default
54 - use branding || return
55 -
56 - local res
57 - for res in 22 32 48 64 128 256; do
58 - cp "${S}"/places/${res}/start-here-gentoo.png \
59 - "${S}"/places/${res}/start-here.png || die
60 - done
61 - cp "${S}"/places/scalable/start-here-gentoo.svg \
62 - "${S}"/places/scalable/start-here.svg || die
63 -}
64 -
65 -src_install() {
66 - dodir /usr/share/icons
67 - cp -R "${S}/" "${D}"/usr/share/icons || die "Install failed!"
68 -}