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/greybird/
Date: Tue, 10 Jul 2018 14:45:09
Message-Id: 1531233890.547ea1ff61a7490b42aeb619963b3fd59e5229cd.johu@gentoo
1 commit: 547ea1ff61a7490b42aeb619963b3fd59e5229cd
2 Author: Johannes Huber <johu <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jul 10 13:39:29 2018 +0000
4 Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
5 CommitDate: Tue Jul 10 14:44:50 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=547ea1ff
7
8 x11-themes/greybird: Remove 1.2.2
9
10 Uses deprecated EAPI 5 and superseded by 3.20.1-r2.
11
12 Package-Manager: Portage-2.3.41, Repoman-2.3.9
13
14 x11-themes/greybird/Manifest | 1 -
15 x11-themes/greybird/greybird-1.2.2.ebuild | 40 -------------------------------
16 2 files changed, 41 deletions(-)
17
18 diff --git a/x11-themes/greybird/Manifest b/x11-themes/greybird/Manifest
19 index 30dea38dd90..bb8a474a6f6 100644
20 --- a/x11-themes/greybird/Manifest
21 +++ b/x11-themes/greybird/Manifest
22 @@ -1,4 +1,3 @@
23 -DIST greybird-1.2.2.tar.gz 112022 BLAKE2B 9353a38352099fb8700e2a4e575c8e46cfd04bb5722869cdb64f864f33dc7965dad596b4a780faa6015bb8bdab16a32290c74f18462aab3fbe5e34705889deae SHA512 0384647c51e6b473f104c10d5418f8d1e465190dcbfdaebc9946f47cab77e90d7c81555cf94c47298a053e150c6b92adfd0d5c84f20f2b5f2ebcc0e12cdb444e
24 DIST greybird-1.3.4.tar.gz 116901 BLAKE2B 57bd83de788899eff18bb019eb79e1e270c803945701b20fa950f914208ef3142845c3ab358ec126a57a8e15fc08cd75588be3c7d7c96896afc10052108302ca SHA512 78bb9372d9c05c7c83ae130a3559f7b1f413bb0519d5f626d477bef917ca35892c7b0235872a084720fdba5aa5b381401fb36f7fa11dea00bc0986c76670c286
25 DIST greybird-1.5.3.tar.gz 118732 BLAKE2B a084aee7520a5d9861a631ccbeb667669bb66c59906a6a6bf8a2417dc059aba91eb91724794c0e41b55f5fcd458ab6626e1c8bfc389629256bdd2e0621be9c87 SHA512 1010019b1341cf1c0d48d15d0bc371bbe62e3b6d4aa5d8feb6998093487f465c7dbe42133753a6ca74a01e351ce7b15fcc14c4e194a97034e2e4c171885accae
26 DIST greybird-3.18.0.tar.gz 133088 BLAKE2B ffa7cd5cd444219fea5db3a2755c4d9e4f7b9ed1bddcea6a5f19167a0c89547a14c18edde26907887aff82e7235026f7d3f7e590dc26e49fa552d3ad0e4938af SHA512 0f4e9161a8c99dfe2569ba755af819dbb14a75ca11816deccbcdb057469e697e0adbfe8af6deafadf629425b83d96ccfe0c979cde0733e516d9203061700820d
27
28 diff --git a/x11-themes/greybird/greybird-1.2.2.ebuild b/x11-themes/greybird/greybird-1.2.2.ebuild
29 deleted file mode 100644
30 index 7f1d7f47c19..00000000000
31 --- a/x11-themes/greybird/greybird-1.2.2.ebuild
32 +++ /dev/null
33 @@ -1,40 +0,0 @@
34 -# Copyright 1999-2014 Gentoo Foundation
35 -# Distributed under the terms of the GNU General Public License v2
36 -
37 -EAPI=5
38 -
39 -MY_PN=${PN/g/G}
40 -
41 -DESCRIPTION="The default theme from Xubuntu"
42 -HOMEPAGE="http://shimmerproject.org/project/greybird/ https://github.com/shimmerproject/Greybird"
43 -SRC_URI="https://github.com/shimmerproject/${MY_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
44 -
45 -LICENSE="CC-BY-NC-SA-3.0 || ( GPL-2 GPL-3 )"
46 -SLOT="0"
47 -KEYWORDS="amd64 ~ppc ~ppc64 x86"
48 -IUSE="ayatana gnome"
49 -
50 -RDEPEND=">=x11-themes/gtk-engines-murrine-0.90"
51 -DEPEND=""
52 -
53 -RESTRICT="binchecks strip"
54 -
55 -src_unpack() {
56 - unpack ${A}
57 - mv ${MY_PN}-* "${S}" || die
58 -}
59 -
60 -src_install() {
61 - dodoc README
62 - rm -f README LICENSE*
63 -
64 - insinto /usr/share/themes/${MY_PN}_compact/xfwm4
65 - doins xfwm4_compact/*
66 - rm -rf xfwm4_compact
67 -
68 - use ayatana || rm -rf unity
69 - use gnome || rm -rf metacity-1
70 -
71 - insinto /usr/share/themes/${MY_PN}
72 - doins -r *
73 -}