summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoonas Niilola <juippis@gentoo.org>2021-02-01 07:52:34 +0200
committerJoonas Niilola <juippis@gentoo.org>2021-02-01 07:54:40 +0200
commit38b119cd08e92f6b09478e7833c68ccb054026f9 (patch)
treed142ba0d8b1e0bed3bd4c853ccd1379b83e14516
parentnet-misc/gsasl: add note to bump with net-libs/libgsasl (diff)
downloadgentoo-38b119cd08e92f6b09478e7833c68ccb054026f9.tar.gz
gentoo-38b119cd08e92f6b09478e7833c68ccb054026f9.tar.bz2
gentoo-38b119cd08e92f6b09478e7833c68ccb054026f9.zip
x11-themes/greybird: clean old
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
-rw-r--r--x11-themes/greybird/Manifest2
-rw-r--r--x11-themes/greybird/greybird-3.20.1-r2.ebuild54
-rw-r--r--x11-themes/greybird/greybird-3.22.12.ebuild53
-rw-r--r--x11-themes/greybird/metadata.xml5
4 files changed, 0 insertions, 114 deletions
diff --git a/x11-themes/greybird/Manifest b/x11-themes/greybird/Manifest
index bbae8138fc05..c6fc38b442c1 100644
--- a/x11-themes/greybird/Manifest
+++ b/x11-themes/greybird/Manifest
@@ -1,3 +1 @@
-DIST greybird-3.20.1.tar.gz 193824 BLAKE2B d4e5cba92e9acf2fd084ee5b1bb5db332bb541193980ee7c74ba98da3b1bb675efd171078fac6051be21d2c2fd03b88f45bf7dff3101ec91578dc28bed212ec9 SHA512 9fe8662fa1c3c9b51aa1ba6d9cb9a54a8e7640386dc43cb695e87ed733a40893067bd86277a03d1c17c48596ba0897a0a41ed48db985727b0d65f2ce2de2227e
-DIST greybird-3.22.12.tar.gz 283646 BLAKE2B f276833bafd7ff0043025074e4476f7407a18428326a5e938254064ab42fe7a865366f12d5022e177a15a80f4d77889b2e143bc79430d552fa78f4ffbf953282 SHA512 95e1a743b16152f95c1dad01416ed54595ec1ffa5b50c6ae4599b5962aae0259d2a224d2fb71292a8f832adeba5e3a5534a0a7fbcdac136a3e322a15726d3401
DIST greybird-3.22.14.tar.gz 283933 BLAKE2B 68f0b71dc71d260cf8f2a6971fac15ecedf345655309558c600848b531b3338ba3670c09c13182c24baa90f2fec24fdacc7498ee12bc1b1f00416bf12f68ac39 SHA512 766099b80eb81cfca07b52671e721ab281bb120ea252e369be2f83b6f38f1b7be5c0a2cc2d25b35f565063589e28982393f5c911b8c3ade608999339c93a490e
diff --git a/x11-themes/greybird/greybird-3.20.1-r2.ebuild b/x11-themes/greybird/greybird-3.20.1-r2.ebuild
deleted file mode 100644
index 2f0155ff830f..000000000000
--- a/x11-themes/greybird/greybird-3.20.1-r2.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit autotools
-
-MY_PN=${PN/g/G}
-
-DESCRIPTION="The default theme from Xubuntu"
-HOMEPAGE="http://shimmerproject.org/project/greybird/ https://github.com/shimmerproject/Greybird"
-SRC_URI="https://github.com/shimmerproject/${MY_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-# README says "dual-licensed as GPLv2 or later and CC-BY-SA 3.0 or later"
-LICENSE="CC-BY-SA-3.0 GPL-2+"
-SLOT="0"
-KEYWORDS="amd64 ~ppc ~ppc64 x86"
-IUSE="appindicator gnome"
-
-RDEPEND="
- >=x11-themes/gtk-engines-murrine-0.90
- >=x11-libs/gtk+-3.20.0:3
-"
-DEPEND="${RDEPEND}
- dev-ruby/sass
- dev-libs/glib:2
-"
-
-S=${WORKDIR}/${MY_PN}-${PV}
-#RESTRICT="binchecks strip"
-
-src_prepare() {
- eapply_user
- eautoreconf
-}
-
-src_install() {
- emake DESTDIR="${D}" install
-
- pushd "${ED}"usr/share/themes/${MY_PN} > /dev/null || die
- use appindicator || rm -rf unity
- use gnome || rm -rf metacity-1
- popd > /dev/null || die
-}
-
-pkg_postinst() {
- if ! has_version x11-themes/elementary-xfce-icon-theme ; then
- elog "For upstream's default icon theme, please emerge"
- elog "x11-themes/elementary-xfce-icon-theme"
- fi
- if ! has_version x11-themes/vanilla-dmz-xcursors ; then
- elog "For upstream's default cursor theme, please emerge"
- elog "x11-themes/vanilla-dmz-xcursors"
- fi
-}
diff --git a/x11-themes/greybird/greybird-3.22.12.ebuild b/x11-themes/greybird/greybird-3.22.12.ebuild
deleted file mode 100644
index fa58cb9e287c..000000000000
--- a/x11-themes/greybird/greybird-3.22.12.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-inherit meson
-
-DESCRIPTION="The default theme from Xubuntu"
-HOMEPAGE="http://shimmerproject.org/project/greybird/ https://github.com/shimmerproject/Greybird"
-SRC_URI="https://github.com/shimmerproject/${PN^}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-# README says "dual-licensed as GPLv2 or later and CC-BY-SA 3.0 or later"
-LICENSE="CC-BY-SA-3.0 GPL-2+"
-SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~ppc ~ppc64 ~x86"
-IUSE="appindicator gnome gtk2 gtk3 xfce"
-REQUIRED_USE="
- || ( appindicator gnome gtk2 gtk3 xfce )
-"
-
-RDEPEND="
- >=x11-libs/gtk+-3.22:3
- >=x11-themes/gtk-engines-murrine-0.90
-"
-DEPEND="
- ${RDEPEND}
- dev-lang/sassc
- dev-libs/glib:2
- dev-ruby/sass:3.5
-"
-S=${WORKDIR}/${P^}
-
-src_install() {
- meson_src_install
-
- pushd "${ED}"/usr/share/themes > /dev/null || die
- use appindicator || { rm -r ${PN^}*/unity || die; }
- use gnome || { rm -r ${PN^}*/metacity-1 || die; }
- use gtk2 || { rm -r ${PN^}*/gtk-2.0 || die; }
- use gtk3 || { rm -r ${PN^}*/gtk-3.0 || die; }
- use xfce || { rm -r ${PN^}*/xfce* ${PN^}*/xfwm4* || die; }
- popd > /dev/null || die
-}
-
-pkg_postinst() {
- if ! has_version x11-themes/elementary-xfce-icon-theme ; then
- elog "For upstream's default icon theme, please emerge"
- elog "x11-themes/elementary-xfce-icon-theme"
- fi
- if ! has_version x11-themes/vanilla-dmz-xcursors ; then
- elog "For upstream's default cursor theme, please emerge"
- elog "x11-themes/vanilla-dmz-xcursors"
- fi
-}
diff --git a/x11-themes/greybird/metadata.xml b/x11-themes/greybird/metadata.xml
index cb5c75bb339f..9efc6922bc5a 100644
--- a/x11-themes/greybird/metadata.xml
+++ b/x11-themes/greybird/metadata.xml
@@ -5,11 +5,6 @@
<email>desktop-misc@gentoo.org</email>
<name>Gentoo Desktop Miscellaneous Project</name>
</maintainer>
- <use>
- <flag name='gtk2'>Install theme for GTK+-2.0</flag>
- <flag name='gtk3'>Install theme for GTK+-3.0</flag>
- <flag name='xfce'>Install theme for <pkg>xfce-base/xfwm4</pkg></flag>
- </use>
<longdescription>
Greybird Xfce Desktop Suite. Contains the default Xubuntu theme for
gnome-shell, gtk-2, gtk-3, metacity, pantheon, unity and Xfce. Comes with