delete obsolete theme

Package-Manager: portage-2.3.0
This commit is contained in:
Guillaume Castagnino 2016-06-28 17:04:07 +02:00
parent 655cfdd3dd
commit 21ce31f6b7
3 changed files with 0 additions and 67 deletions

View File

@ -1,3 +0,0 @@
DIST greybird-1.6.2.tar.gz 134804 SHA256 473a38b379381311b68dcc579005c0d5bbfbabefe1de7107d897c68b81e6b460 SHA512 eddd6b89880dbc034ee32cc17751b6ee1b18b55eef31d745c64f865b96d0fbf36fe6ab59dbe89dbdd032b3ed01395850f9597bdc1897e276b0433e93353d893f WHIRLPOOL 502d5ed14a8c4b2f2817507f25b548e9a164ccc7da168489a42423d9c3f7016412c3cc04042d7a0cf37f231cc3af3a16ac50649fb56a9e3eb677380492b3dc84
EBUILD greybird-1.6.2.ebuild 1209 SHA256 4a2fec4d4f021d64213b44c31dfe0f8630fc487feea219b48e92d06e4532957c SHA512 282be383dd4d5cc8b1b5f63792119876075f8b3af8f019ceb8a2fc3601c768749760162a736a897121ed8116b033ef96d3a752a9bfc4aab3389a57d1035a034b WHIRLPOOL 743f031add05e1b128029c9b094f94561dd890252eb535d327f93a232519bf4dbe130fd57a0a992832091c7884209dcaf528e9ec5d70602da5b1a554b7ea285d
MISC metadata.xml 365 SHA256 edd611f0658944bc29b94d0fe662212c0c8e48343a9309f71ff03acb504d4e21 SHA512 83236f10857c102159892e0211500fd70895d68b0a5379503d8456c31a3536dbde144969c0db265baf06b05cd409c86e58e7f701945bbdd32970f413f01df291 WHIRLPOOL b554544b7b7eca9888fea8173f945007c4285c726f6ee82cfa481795b224763cd74294c2bdf8ccd081fc8731c0ca25eb79b60a8181d08f3db2a08122d95bc332

View File

@ -1,51 +0,0 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
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"
# 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 emerald"
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
insinto /usr/share/themes/${MY_PN}-a11y/xfwm4
doins xfwm4-a11y/*
rm -rf xfwm4-a11y
insinto /usr/share/themes/${MY_PN}-bright/xfce-notify-4.0
doins xfce-notify-4.0_bright/*
rm -rf xfce-notify-4.0_bright
use ayatana || rm -rf unity
use gnome || rm -rf metacity-1
use emerald || rm -rf Greybird.emerald
insinto /usr/share/themes/${MY_PN}
doins -r *
}

View File

@ -1,13 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>casta@xwing.info</email>
</maintainer>
<upstream>
<remote-id type="github">shimmerproject/Greybird</remote-id>
</upstream>
<use>
<flag name="emerald">Emerald support</flag>
</use>
</pkgmetadata>