summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Huber <johu@gentoo.org>2018-07-10 15:43:55 +0200
committerJohannes Huber <johu@gentoo.org>2018-07-10 16:44:51 +0200
commitf8a862f27ea08de53300c5f60fe8e9712c88c26b (patch)
treeed2e577ac43591636610df07480ef07dc80bf491
parentx11-themes/greybird: Remove 3.18.0 (diff)
downloadgentoo-f8a862f27ea08de53300c5f60fe8e9712c88c26b.tar.gz
gentoo-f8a862f27ea08de53300c5f60fe8e9712c88c26b.tar.bz2
gentoo-f8a862f27ea08de53300c5f60fe8e9712c88c26b.zip
x11-themes/greybird: Remove 3.22.3
Superseded by 3.22.8. Package-Manager: Portage-2.3.41, Repoman-2.3.9
-rw-r--r--x11-themes/greybird/Manifest1
-rw-r--r--x11-themes/greybird/greybird-3.22.3.ebuild54
2 files changed, 0 insertions, 55 deletions
diff --git a/x11-themes/greybird/Manifest b/x11-themes/greybird/Manifest
index 9d2734c9e1ea..e7e6f533bf91 100644
--- a/x11-themes/greybird/Manifest
+++ b/x11-themes/greybird/Manifest
@@ -1,3 +1,2 @@
DIST greybird-3.20.1.tar.gz 193824 BLAKE2B d4e5cba92e9acf2fd084ee5b1bb5db332bb541193980ee7c74ba98da3b1bb675efd171078fac6051be21d2c2fd03b88f45bf7dff3101ec91578dc28bed212ec9 SHA512 9fe8662fa1c3c9b51aa1ba6d9cb9a54a8e7640386dc43cb695e87ed733a40893067bd86277a03d1c17c48596ba0897a0a41ed48db985727b0d65f2ce2de2227e
-DIST greybird-3.22.3.tar.gz 194488 BLAKE2B 7c6f6510723cc2f96b2fe878e6ad8304accf89b34db7ed56fa2ed45234e880c6fc8a5b9c82e6c58400174d0db3e4352785fea06c0124ce5ff24ac6a69592e88c SHA512 2a36f8eeddf95ade7d91b882e80475f7db840bd749ba76deb2bc223868ec0c0020ddfc60b0055091478f5a8313f545f5b44088ba3bdf8213ec82924c8affc90b
DIST greybird-3.22.8.tar.gz 211084 BLAKE2B 958b1dd837bbf91c40ef9ec3e5944d24d83d984e46b53cee8297dbf93931efd3f2efbda496929c3ced875f7a1d9046804b48b870bdca37a7bcffd57271e80470 SHA512 c6ac0dafc926ec2a0b01b4d44f602e533f97f806be32096208c08461502cadcda3f1e63012ad78ffaaa9c791c5af72ce2b7e0578b1f7c0d3ab407763bc40f94b
diff --git a/x11-themes/greybird/greybird-3.22.3.ebuild b/x11-themes/greybird/greybird-3.22.3.ebuild
deleted file mode 100644
index 8f8ce5e67bfb..000000000000
--- a/x11-themes/greybird/greybird-3.22.3.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# 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="ayatana gnome"
-
-RDEPEND="
- >=x11-themes/gtk-engines-murrine-0.90
- >=x11-libs/gtk+-3.22: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 ayatana || 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
-}