Gentoo Archives: gentoo-commits

From: Sebastian Pipping <sping@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-themes/zukini/
Date: Wed, 31 Jan 2018 23:21:39
Message-Id: 1517440885.6a6c42f460678e980732f93e435cb9adf724e4e0.sping@gentoo
1 commit: 6a6c42f460678e980732f93e435cb9adf724e4e0
2 Author: Sebastian Pipping <sping <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jan 31 23:20:14 2018 +0000
4 Commit: Sebastian Pipping <sping <AT> gentoo <DOT> org>
5 CommitDate: Wed Jan 31 23:21:25 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a6c42f4
7
8 x11-themes/zukini: Self-host to fix SRC_URI, bump to 20120817
9
10 Closes: https://bugs.gentoo.org/547940
11 Package-Manager: Portage-2.3.20, Repoman-2.3.6
12
13 x11-themes/zukini/Manifest | 1 +
14 x11-themes/zukini/zukini-20120806.ebuild | 4 ++--
15 .../zukini/{zukini-20120806.ebuild => zukini-20120817.ebuild} | 8 ++++----
16 3 files changed, 7 insertions(+), 6 deletions(-)
17
18 diff --git a/x11-themes/zukini/Manifest b/x11-themes/zukini/Manifest
19 index fbbd3ef3b2a..477cefa17ae 100644
20 --- a/x11-themes/zukini/Manifest
21 +++ b/x11-themes/zukini/Manifest
22 @@ -1 +1,2 @@
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 index 67fe1618c52..efd94315329 100644
28 --- a/x11-themes/zukini/zukini-20120806.ebuild
29 +++ b/x11-themes/zukini/zukini-20120806.ebuild
30 @@ -1,11 +1,11 @@
31 -# Copyright 1999-2012 Gentoo Foundation
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="http://www.deviantart.com/download/272660042/${PN}_by_lassekongo83-d4ic1u2.zip -> ${P}.zip"
40 +SRC_URI="https://dev.gentoo.org/~sping/distfiles/${P}.zip"
41
42 LICENSE="GPL-3"
43 SLOT="0"
44
45 diff --git a/x11-themes/zukini/zukini-20120806.ebuild b/x11-themes/zukini/zukini-20120817.ebuild
46 similarity index 77%
47 copy from x11-themes/zukini/zukini-20120806.ebuild
48 copy to x11-themes/zukini/zukini-20120817.ebuild
49 index 67fe1618c52..6b2e7d7d2bf 100644
50 --- a/x11-themes/zukini/zukini-20120806.ebuild
51 +++ b/x11-themes/zukini/zukini-20120817.ebuild
52 @@ -1,15 +1,15 @@
53 -# Copyright 1999-2012 Gentoo Foundation
54 +# Copyright 1999-2018 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56
57 -EAPI=4
58 +EAPI=6
59
60 DESCRIPTION="Unified look for GTK+ 2.x, GTK+ 3.x, gnome-shell, metacity and more"
61 HOMEPAGE="http://lassekongo83.deviantart.com/#/d4ic1u2"
62 -SRC_URI="http://www.deviantart.com/download/272660042/${PN}_by_lassekongo83-d4ic1u2.zip -> ${P}.zip"
63 +SRC_URI="https://dev.gentoo.org/~sping/distfiles/${P}.zip"
64
65 LICENSE="GPL-3"
66 SLOT="0"
67 -KEYWORDS="amd64 ~ppc ~ppc64 x86"
68 +KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
69 IUSE=""
70
71 RESTRICT="binchecks strip"