diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2013-05-04 07:33:32 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2013-05-04 07:33:32 +0000 |
commit | af1c98980d550672e78119c7e612757cb974e56c (patch) | |
tree | 890062e90eb1ac6d0a9173ed62c1a96c8d16d66c /x11-themes/greybird | |
parent | Version bump wrt #467978 by Agostino Sarubbo (diff) | |
download | gentoo-2-af1c98980d550672e78119c7e612757cb974e56c.tar.gz gentoo-2-af1c98980d550672e78119c7e612757cb974e56c.tar.bz2 gentoo-2-af1c98980d550672e78119c7e612757cb974e56c.zip |
old
(Portage version: 2.2.0_alpha174/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
Diffstat (limited to 'x11-themes/greybird')
-rw-r--r-- | x11-themes/greybird/ChangeLog | 5 | ||||
-rw-r--r-- | x11-themes/greybird/greybird-0.8.2.ebuild | 39 |
2 files changed, 4 insertions, 40 deletions
diff --git a/x11-themes/greybird/ChangeLog b/x11-themes/greybird/ChangeLog index 646887602717..53765561dce2 100644 --- a/x11-themes/greybird/ChangeLog +++ b/x11-themes/greybird/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-themes/greybird # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/greybird/ChangeLog,v 1.30 2013/05/04 07:32:19 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/greybird/ChangeLog,v 1.31 2013/05/04 07:33:32 ssuominen Exp $ + + 04 May 2013; Samuli Suominen <ssuominen@gentoo.org> -greybird-0.8.2.ebuild: + old *greybird-1.1.1 (04 May 2013) diff --git a/x11-themes/greybird/greybird-0.8.2.ebuild b/x11-themes/greybird/greybird-0.8.2.ebuild deleted file mode 100644 index bc3738267f17..000000000000 --- a/x11-themes/greybird/greybird-0.8.2.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/greybird/greybird-0.8.2.ebuild,v 1.3 2013/02/07 22:56:38 ulm Exp $ - -EAPI=4 - -MY_PN=${PN/g/G} - -DESCRIPTION="The default Xubuntu 11.04 theme (emerald, GTK+-2, GTK+-3, metacity, xfwm4 and xfce4-notifyd)" -HOMEPAGE="http://shimmerproject.org/project/greybird/ http://github.com/shimmerproject/Greybird" -SRC_URI="http://github.com/shimmerproject/${MY_PN}/tarball/v${PV} -> ${P}.tar.gz" - -LICENSE="CC-BY-NC-SA-3.0 || ( GPL-2 GPL-3 )" -SLOT="0" -KEYWORDS="amd64 ~ppc ~ppc64 x86" -IUSE="" - -RDEPEND=">=x11-themes/gtk-engines-murrine-0.90 - >=x11-themes/gtk-engines-unico-1.0.1" -DEPEND="" - -RESTRICT="binchecks strip" - -src_unpack() { - unpack ${A} - mv *-${MY_PN}-* "${S}" -} - -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} - doins -r * -} |