commit: 547ea1ff61a7490b42aeb619963b3fd59e5229cd
Author: Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 10 13:39:29 2018 +0000
Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Tue Jul 10 14:44:50 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=547ea1ff
x11-themes/greybird: Remove 1.2.2
Uses deprecated EAPI 5 and superseded by 3.20.1-r2.
Package-Manager: Portage-2.3.41, Repoman-2.3.9
x11-themes/greybird/Manifest | 1 -
x11-themes/greybird/greybird-1.2.2.ebuild | 40 -------------------------------
2 files changed, 41 deletions(-)
diff --git a/x11-themes/greybird/Manifest b/x11-themes/greybird/Manifest
index 30dea38dd90..bb8a474a6f6 100644
--- a/x11-themes/greybird/Manifest
+++ b/x11-themes/greybird/Manifest
@@ -1,4 +1,3 @@
-DIST greybird-1.2.2.tar.gz 112022 BLAKE2B
9353a38352099fb8700e2a4e575c8e46cfd04bb5722869cdb64f864f33dc7965dad596b4a780faa6015bb8bdab16a32290c74f18462aab3fbe5e34705889deae
SHA512
0384647c51e6b473f104c10d5418f8d1e465190dcbfdaebc9946f47cab77e90d7c81555cf94c47298a053e150c6b92adfd0d5c84f20f2b5f2ebcc0e12cdb444e
DIST greybird-1.3.4.tar.gz 116901 BLAKE2B
57bd83de788899eff18bb019eb79e1e270c803945701b20fa950f914208ef3142845c3ab358ec126a57a8e15fc08cd75588be3c7d7c96896afc10052108302ca
SHA512
78bb9372d9c05c7c83ae130a3559f7b1f413bb0519d5f626d477bef917ca35892c7b0235872a084720fdba5aa5b381401fb36f7fa11dea00bc0986c76670c286
DIST greybird-1.5.3.tar.gz 118732 BLAKE2B
a084aee7520a5d9861a631ccbeb667669bb66c59906a6a6bf8a2417dc059aba91eb91724794c0e41b55f5fcd458ab6626e1c8bfc389629256bdd2e0621be9c87
SHA512
1010019b1341cf1c0d48d15d0bc371bbe62e3b6d4aa5d8feb6998093487f465c7dbe42133753a6ca74a01e351ce7b15fcc14c4e194a97034e2e4c171885accae
DIST greybird-3.18.0.tar.gz 133088 BLAKE2B
ffa7cd5cd444219fea5db3a2755c4d9e4f7b9ed1bddcea6a5f19167a0c89547a14c18edde26907887aff82e7235026f7d3f7e590dc26e49fa552d3ad0e4938af
SHA512
0f4e9161a8c99dfe2569ba755af819dbb14a75ca11816deccbcdb057469e697e0adbfe8af6deafadf629425b83d96ccfe0c979cde0733e516d9203061700820d
diff --git a/x11-themes/greybird/greybird-1.2.2.ebuild
b/x11-themes/greybird/greybird-1.2.2.ebuild
deleted file mode 100644
index 7f1d7f47c19..00000000000
--- a/x11-themes/greybird/greybird-1.2.2.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-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"
-
-LICENSE="CC-BY-NC-SA-3.0 || ( GPL-2 GPL-3 )"
-SLOT="0"
-KEYWORDS="amd64 ~ppc ~ppc64 x86"
-IUSE="ayatana gnome"
-
-RDEPEND=">=x11-themes/gtk-engines-murrine-0.90"
-DEPEND=""
-
-RESTRICT="binchecks strip"
-
-src_unpack() {
- unpack ${A}
- mv ${MY_PN}-* "${S}" || die
-}
-
-src_install() {
- dodoc README
- rm -f README LICENSE*
-
- insinto /usr/share/themes/${MY_PN}_compact/xfwm4
- doins xfwm4_compact/*
- rm -rf xfwm4_compact
-
- use ayatana || rm -rf unity
- use gnome || rm -rf metacity-1
-
- insinto /usr/share/themes/${MY_PN}
- doins -r *
-}