diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2012-11-17 06:21:52 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2012-11-17 06:21:52 +0000 |
commit | 5f574882aadbaccadd77dc3e2c776ddd60eff2f9 (patch) | |
tree | cd020142370d06f0226709f0a59f09ffd649d16b /x11-themes | |
parent | Version bump wrt #431708 by Josh Saddler (diff) | |
download | gentoo-2-5f574882aadbaccadd77dc3e2c776ddd60eff2f9.tar.gz gentoo-2-5f574882aadbaccadd77dc3e2c776ddd60eff2f9.tar.bz2 gentoo-2-5f574882aadbaccadd77dc3e2c776ddd60eff2f9.zip |
old
(Portage version: 2.2.0_alpha142/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
Diffstat (limited to 'x11-themes')
-rw-r--r-- | x11-themes/greybird/ChangeLog | 5 | ||||
-rw-r--r-- | x11-themes/greybird/greybird-0.8.1.ebuild | 39 |
2 files changed, 4 insertions, 40 deletions
diff --git a/x11-themes/greybird/ChangeLog b/x11-themes/greybird/ChangeLog index 9e8b3e6e6503..35889d2b9398 100644 --- a/x11-themes/greybird/ChangeLog +++ b/x11-themes/greybird/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-themes/greybird # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/greybird/ChangeLog,v 1.21 2012/11/17 06:21:04 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/greybird/ChangeLog,v 1.22 2012/11/17 06:21:52 ssuominen Exp $ + + 17 Nov 2012; Samuli Suominen <ssuominen@gentoo.org> -greybird-0.8.1.ebuild: + old *greybird-1.0.7 (17 Nov 2012) diff --git a/x11-themes/greybird/greybird-0.8.1.ebuild b/x11-themes/greybird/greybird-0.8.1.ebuild deleted file mode 100644 index 5a495f4e483c..000000000000 --- a/x11-themes/greybird/greybird-0.8.1.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/greybird/greybird-0.8.1.ebuild,v 1.3 2012/05/22 17:49:11 ssuominen 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="CCPL-Attribution-ShareAlike-NonCommercial-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 * -} |