Gentoo Archives: gentoo-commits

From: Mart Raudsepp <leio@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-themes/zukitwo/
Date: Thu, 16 Feb 2017 00:18:20
Message-Id: 1487204123.74d42fb455fd5a20c1f8f764f824a054bda681b6.leio@gentoo
1 commit: 74d42fb455fd5a20c1f8f764f824a054bda681b6
2 Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
3 AuthorDate: Wed Feb 15 23:58:58 2017 +0000
4 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
5 CommitDate: Thu Feb 16 00:15:23 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=74d42fb4
7
8 x11-themes/zukitwo: remove old
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11
12 x11-themes/zukitwo/Manifest | 2 --
13 x11-themes/zukitwo/zukitwo-2013.12.10.ebuild | 39 ----------------------------
14 x11-themes/zukitwo/zukitwo-2014.10.22.ebuild | 35 -------------------------
15 3 files changed, 76 deletions(-)
16
17 diff --git a/x11-themes/zukitwo/Manifest b/x11-themes/zukitwo/Manifest
18 deleted file mode 100644
19 index e113f5596e..0000000000
20 --- a/x11-themes/zukitwo/Manifest
21 +++ /dev/null
22 @@ -1,2 +0,0 @@
23 -DIST zukitwo-2013.12.10.tar.xz 220148 SHA256 0918a8a1c1ebc07112c400b8098d74eec6cd64c6eb0296d4f42897ad20347549 SHA512 48adcac0512dc1556dc224f57a851165be76ce772e2d0c6271ad78ce6239ab5a0e7c2d2edc84885c801277b462dcfe8c1c28e6ef8cd2c6ed0ecd5fdbafc75b7d WHIRLPOOL 501e0d149efce296bf811134f5f9b6fbf1f0311eeed2c840b1eca2a900a5997c71e736a95fc5b7c9400aca3f2920e561cc08bae30bce90c4663f345410ded07e
24 -DIST zukitwo-2014.10.22.zip 436590 SHA256 cd07aa7e469dee87ad560868ad2825f59fdc4ea8939c6c9af73c25aa949e53a9 SHA512 009e3d42fc443b103c90e9463c18ed62066dfaced5823fd395f00a042939f2eacad55b9f1506bd9f92bd25cfdb8ef9c3b74085d027c8cda1105844cc55650963 WHIRLPOOL 6856a3f74b9110ec9bc449879418e1b4fc5bce145ddd8975c06e94398afc7bfaefbb10a57c766da768a9797abdb217ad70d562b23f796ea3818437f2b94eb539
25
26 diff --git a/x11-themes/zukitwo/zukitwo-2013.12.10.ebuild b/x11-themes/zukitwo/zukitwo-2013.12.10.ebuild
27 deleted file mode 100644
28 index 9c28470d2c..0000000000
29 --- a/x11-themes/zukitwo/zukitwo-2013.12.10.ebuild
30 +++ /dev/null
31 @@ -1,39 +0,0 @@
32 -# Copyright 1999-2014 Gentoo Foundation
33 -# Distributed under the terms of the GNU General Public License v2
34 -# $Id$
35 -
36 -EAPI="5"
37 -
38 -DESCRIPTION="Theme for GNOME 2 and 3"
39 -HOMEPAGE="http://gnome-look.org/content/show.php/Zukitwo?content=140562"
40 -# Upstream download URI updates file contents without changing the filename
41 -SRC_URI="https://dev.gentoo.org/~jlec/distfiles/${P}.tar.xz"
42 -
43 -LICENSE="GPL-3"
44 -SLOT="0"
45 -KEYWORDS="amd64 x86"
46 -IUSE="gnome-shell"
47 -
48 -RDEPEND=">=x11-libs/gtk+-2.10:2
49 - >=x11-libs/gtk+-3.6:3
50 - >=x11-themes/gnome-themes-standard-3.6
51 - >=x11-themes/gtk-engines-murrine-0.98.1.1
52 - gnome-shell? ( x11-themes/zukitwo-shell )"
53 -DEPEND="app-arch/xz-utils"
54 -
55 -# INSTALL file contains useful information for the end user
56 -DOCS=( INSTALL README )
57 -
58 -src_prepare() {
59 - # Gentoo uses normal nautilus, not nautilus-elementary
60 - sed -e 's:apps/nautilus-e.rc:apps/nautilus.rc:' \
61 - -i Zukitwo/gtk-2.0/gtkrc || die
62 -}
63 -
64 -src_install() {
65 - insinto /usr/share/themes
66 - doins -r Zukitwo
67 - insinto /usr/share/themes/Zukitwo
68 - doins panelbg.png
69 - default
70 -}
71
72 diff --git a/x11-themes/zukitwo/zukitwo-2014.10.22.ebuild b/x11-themes/zukitwo/zukitwo-2014.10.22.ebuild
73 deleted file mode 100644
74 index a518175124..0000000000
75 --- a/x11-themes/zukitwo/zukitwo-2014.10.22.ebuild
76 +++ /dev/null
77 @@ -1,35 +0,0 @@
78 -# Copyright 1999-2015 Gentoo Foundation
79 -# Distributed under the terms of the GNU General Public License v2
80 -# $Id$
81 -
82 -EAPI="5"
83 -
84 -DESCRIPTION="Theme for GNOME 2 and 3"
85 -HOMEPAGE="http://gnome-look.org/content/show.php/Zukitwo?content=140562"
86 -# Upstream download URI updates file contents without changing the filename
87 -SRC_URI="http://www.hartwork.org/public/${P}.zip"
88 -
89 -LICENSE="GPL-3"
90 -SLOT="0"
91 -KEYWORDS="amd64 x86"
92 -IUSE="gnome-shell"
93 -
94 -RDEPEND=">=x11-libs/gtk+-2.10:2
95 - >=x11-libs/gtk+-3.14:3
96 - >=x11-themes/gnome-themes-standard-3.6
97 - >=x11-themes/gtk-engines-murrine-0.98.1.1
98 - gnome-shell? ( x11-themes/zukitwo-shell )"
99 -DEPEND="app-arch/xz-utils"
100 -
101 -# INSTALL file contains useful information for the end user
102 -DOCS=( INSTALL README )
103 -
104 -S="${WORKDIR}"
105 -
106 -src_install() {
107 - insinto /usr/share/themes
108 - doins -r Zukitwo
109 - insinto /usr/share/themes/Zukitwo
110 - doins panelbg.png
111 - default
112 -}