Gentoo Archives: gentoo-commits

From: Johannes Huber <johu@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-themes/zukini/
Date: Mon, 09 Jul 2018 16:15:15
Message-Id: 1531152898.bcbd6698e4f54984d5fd4d1856ee50764e524d72.johu@gentoo
1 commit: bcbd6698e4f54984d5fd4d1856ee50764e524d72
2 Author: Johannes Huber <johu <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jul 9 16:14:47 2018 +0000
4 Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
5 CommitDate: Mon Jul 9 16:14:58 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bcbd6698
7
8 x11-themes/zukini: Remove 20120806
9
10 Uses deprecated EAPI 4 and superseded by 20120817.
11
12 Package-Manager: Portage-2.3.41, Repoman-2.3.9
13
14 x11-themes/zukini/Manifest | 1 -
15 x11-themes/zukini/zukini-20120806.ebuild | 36 --------------------------------
16 2 files changed, 37 deletions(-)
17
18 diff --git a/x11-themes/zukini/Manifest b/x11-themes/zukini/Manifest
19 index 477cefa17ae..664ad2aa1c2 100644
20 --- a/x11-themes/zukini/Manifest
21 +++ b/x11-themes/zukini/Manifest
22 @@ -1,2 +1 @@
23 -DIST zukini-20120806.zip 195927 BLAKE2B efca985f735de11b2a8681c139a8df1dd6c3b5b58cd9dd0e9043c25d449d29dab6397e4d9cbb42cd7be7aefc7bc1eb37cb05c8c65f7abe7fbb49b7df565a4a17 SHA512 90e663645ec2c867b88a8d02d940bed70270a940c7162ce761c5d7018a1ad9a2f11c3b547ac1d470f19a3729533836cef8cc53bdc18ea89eb293265c51f37083
24 DIST zukini-20120817.zip 195930 BLAKE2B 78ba7fa7fe5d21add63f1f5028d1616ea8a9cfbe885ea1b373a60ebc6c9acc1d0b7798a585c958ba092f52b6fc05bcbab8550d7524828983c665060cfada689b SHA512 0ea42bc729100018acc16405283d41a10381bbcc411ea1b473880b7fdfe6785d6b7ae409959bdfb4f86c6081ae5fd102701efff793ea852c9c9913a03805e5f0
25
26 diff --git a/x11-themes/zukini/zukini-20120806.ebuild b/x11-themes/zukini/zukini-20120806.ebuild
27 deleted file mode 100644
28 index efd94315329..00000000000
29 --- a/x11-themes/zukini/zukini-20120806.ebuild
30 +++ /dev/null
31 @@ -1,36 +0,0 @@
32 -# Copyright 1999-2018 Gentoo Foundation
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=4
36 -
37 -DESCRIPTION="Unified look for GTK+ 2.x, GTK+ 3.x, gnome-shell, metacity and more"
38 -HOMEPAGE="http://lassekongo83.deviantart.com/#/d4ic1u2"
39 -SRC_URI="https://dev.gentoo.org/~sping/distfiles/${P}.zip"
40 -
41 -LICENSE="GPL-3"
42 -SLOT="0"
43 -KEYWORDS="amd64 ~ppc ~ppc64 x86"
44 -IUSE=""
45 -
46 -RESTRICT="binchecks strip"
47 -
48 -RDEPEND=">=x11-themes/gtk-engines-murrine-0.98.2
49 - >=x11-themes/gtk-engines-unico-1.0.2"
50 -DEPEND="app-arch/unzip"
51 -
52 -S=${WORKDIR}
53 -
54 -src_unpack() {
55 - unpack ${A}
56 -
57 - local x=${S}/Zukini-awn
58 - mkdir -p "${x}"
59 - tar -zxf Zukini-awn.tgz -C "${x}"
60 -}
61 -
62 -src_install() {
63 - insinto /usr/share/themes
64 - doins -r Zukini
65 -
66 - dodoc -r INSTALL panelbg.png README Zukini-awn # Yes, we want INSTALL!
67 -}