Gentoo Archives: gentoo-commits

From: Joonas Niilola <juippis@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-themes/greybird/
Date: Mon, 01 Feb 2021 05:55:16
Message-Id: 1612158880.38b119cd08e92f6b09478e7833c68ccb054026f9.juippis@gentoo
1 commit: 38b119cd08e92f6b09478e7833c68ccb054026f9
2 Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 1 05:52:34 2021 +0000
4 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 1 05:54:40 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=38b119cd
7
8 x11-themes/greybird: clean old
9
10 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
11
12 x11-themes/greybird/Manifest | 2 -
13 x11-themes/greybird/greybird-3.20.1-r2.ebuild | 54 ---------------------------
14 x11-themes/greybird/greybird-3.22.12.ebuild | 53 --------------------------
15 x11-themes/greybird/metadata.xml | 5 ---
16 4 files changed, 114 deletions(-)
17
18 diff --git a/x11-themes/greybird/Manifest b/x11-themes/greybird/Manifest
19 index bbae8138fc0..c6fc38b442c 100644
20 --- a/x11-themes/greybird/Manifest
21 +++ b/x11-themes/greybird/Manifest
22 @@ -1,3 +1 @@
23 -DIST greybird-3.20.1.tar.gz 193824 BLAKE2B d4e5cba92e9acf2fd084ee5b1bb5db332bb541193980ee7c74ba98da3b1bb675efd171078fac6051be21d2c2fd03b88f45bf7dff3101ec91578dc28bed212ec9 SHA512 9fe8662fa1c3c9b51aa1ba6d9cb9a54a8e7640386dc43cb695e87ed733a40893067bd86277a03d1c17c48596ba0897a0a41ed48db985727b0d65f2ce2de2227e
24 -DIST greybird-3.22.12.tar.gz 283646 BLAKE2B f276833bafd7ff0043025074e4476f7407a18428326a5e938254064ab42fe7a865366f12d5022e177a15a80f4d77889b2e143bc79430d552fa78f4ffbf953282 SHA512 95e1a743b16152f95c1dad01416ed54595ec1ffa5b50c6ae4599b5962aae0259d2a224d2fb71292a8f832adeba5e3a5534a0a7fbcdac136a3e322a15726d3401
25 DIST greybird-3.22.14.tar.gz 283933 BLAKE2B 68f0b71dc71d260cf8f2a6971fac15ecedf345655309558c600848b531b3338ba3670c09c13182c24baa90f2fec24fdacc7498ee12bc1b1f00416bf12f68ac39 SHA512 766099b80eb81cfca07b52671e721ab281bb120ea252e369be2f83b6f38f1b7be5c0a2cc2d25b35f565063589e28982393f5c911b8c3ade608999339c93a490e
26
27 diff --git a/x11-themes/greybird/greybird-3.20.1-r2.ebuild b/x11-themes/greybird/greybird-3.20.1-r2.ebuild
28 deleted file mode 100644
29 index 2f0155ff830..00000000000
30 --- a/x11-themes/greybird/greybird-3.20.1-r2.ebuild
31 +++ /dev/null
32 @@ -1,54 +0,0 @@
33 -# Copyright 1999-2020 Gentoo Authors
34 -# Distributed under the terms of the GNU General Public License v2
35 -
36 -EAPI=6
37 -inherit autotools
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 -# README says "dual-licensed as GPLv2 or later and CC-BY-SA 3.0 or later"
46 -LICENSE="CC-BY-SA-3.0 GPL-2+"
47 -SLOT="0"
48 -KEYWORDS="amd64 ~ppc ~ppc64 x86"
49 -IUSE="appindicator gnome"
50 -
51 -RDEPEND="
52 - >=x11-themes/gtk-engines-murrine-0.90
53 - >=x11-libs/gtk+-3.20.0:3
54 -"
55 -DEPEND="${RDEPEND}
56 - dev-ruby/sass
57 - dev-libs/glib:2
58 -"
59 -
60 -S=${WORKDIR}/${MY_PN}-${PV}
61 -#RESTRICT="binchecks strip"
62 -
63 -src_prepare() {
64 - eapply_user
65 - eautoreconf
66 -}
67 -
68 -src_install() {
69 - emake DESTDIR="${D}" install
70 -
71 - pushd "${ED}"usr/share/themes/${MY_PN} > /dev/null || die
72 - use appindicator || rm -rf unity
73 - use gnome || rm -rf metacity-1
74 - popd > /dev/null || die
75 -}
76 -
77 -pkg_postinst() {
78 - if ! has_version x11-themes/elementary-xfce-icon-theme ; then
79 - elog "For upstream's default icon theme, please emerge"
80 - elog "x11-themes/elementary-xfce-icon-theme"
81 - fi
82 - if ! has_version x11-themes/vanilla-dmz-xcursors ; then
83 - elog "For upstream's default cursor theme, please emerge"
84 - elog "x11-themes/vanilla-dmz-xcursors"
85 - fi
86 -}
87
88 diff --git a/x11-themes/greybird/greybird-3.22.12.ebuild b/x11-themes/greybird/greybird-3.22.12.ebuild
89 deleted file mode 100644
90 index fa58cb9e287..00000000000
91 --- a/x11-themes/greybird/greybird-3.22.12.ebuild
92 +++ /dev/null
93 @@ -1,53 +0,0 @@
94 -# Copyright 1999-2020 Gentoo Authors
95 -# Distributed under the terms of the GNU General Public License v2
96 -
97 -EAPI=7
98 -inherit meson
99 -
100 -DESCRIPTION="The default theme from Xubuntu"
101 -HOMEPAGE="http://shimmerproject.org/project/greybird/ https://github.com/shimmerproject/Greybird"
102 -SRC_URI="https://github.com/shimmerproject/${PN^}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
103 -
104 -# README says "dual-licensed as GPLv2 or later and CC-BY-SA 3.0 or later"
105 -LICENSE="CC-BY-SA-3.0 GPL-2+"
106 -SLOT="0"
107 -KEYWORDS="~amd64 ~arm64 ~ppc ~ppc64 ~x86"
108 -IUSE="appindicator gnome gtk2 gtk3 xfce"
109 -REQUIRED_USE="
110 - || ( appindicator gnome gtk2 gtk3 xfce )
111 -"
112 -
113 -RDEPEND="
114 - >=x11-libs/gtk+-3.22:3
115 - >=x11-themes/gtk-engines-murrine-0.90
116 -"
117 -DEPEND="
118 - ${RDEPEND}
119 - dev-lang/sassc
120 - dev-libs/glib:2
121 - dev-ruby/sass:3.5
122 -"
123 -S=${WORKDIR}/${P^}
124 -
125 -src_install() {
126 - meson_src_install
127 -
128 - pushd "${ED}"/usr/share/themes > /dev/null || die
129 - use appindicator || { rm -r ${PN^}*/unity || die; }
130 - use gnome || { rm -r ${PN^}*/metacity-1 || die; }
131 - use gtk2 || { rm -r ${PN^}*/gtk-2.0 || die; }
132 - use gtk3 || { rm -r ${PN^}*/gtk-3.0 || die; }
133 - use xfce || { rm -r ${PN^}*/xfce* ${PN^}*/xfwm4* || die; }
134 - popd > /dev/null || die
135 -}
136 -
137 -pkg_postinst() {
138 - if ! has_version x11-themes/elementary-xfce-icon-theme ; then
139 - elog "For upstream's default icon theme, please emerge"
140 - elog "x11-themes/elementary-xfce-icon-theme"
141 - fi
142 - if ! has_version x11-themes/vanilla-dmz-xcursors ; then
143 - elog "For upstream's default cursor theme, please emerge"
144 - elog "x11-themes/vanilla-dmz-xcursors"
145 - fi
146 -}
147
148 diff --git a/x11-themes/greybird/metadata.xml b/x11-themes/greybird/metadata.xml
149 index cb5c75bb339..9efc6922bc5 100644
150 --- a/x11-themes/greybird/metadata.xml
151 +++ b/x11-themes/greybird/metadata.xml
152 @@ -5,11 +5,6 @@
153 <email>desktop-misc@g.o</email>
154 <name>Gentoo Desktop Miscellaneous Project</name>
155 </maintainer>
156 - <use>
157 - <flag name='gtk2'>Install theme for GTK+-2.0</flag>
158 - <flag name='gtk3'>Install theme for GTK+-3.0</flag>
159 - <flag name='xfce'>Install theme for <pkg>xfce-base/xfwm4</pkg></flag>
160 - </use>
161 <longdescription>
162 Greybird Xfce Desktop Suite. Contains the default Xubuntu theme for
163 gnome-shell, gtk-2, gtk-3, metacity, pantheon, unity and Xfce. Comes with