diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2012-05-22 17:49:55 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2012-05-22 17:49:55 +0000 |
commit | d8b5154785da7712953b040846444fe5755d76fe (patch) | |
tree | 372ad12dfefd5ea97f138853e22864cf0253876e /x11-themes/greybird | |
parent | amd64/x86 stable (diff) | |
download | gentoo-2-d8b5154785da7712953b040846444fe5755d76fe.tar.gz gentoo-2-d8b5154785da7712953b040846444fe5755d76fe.tar.bz2 gentoo-2-d8b5154785da7712953b040846444fe5755d76fe.zip |
old
(Portage version: 2.2.0_alpha107/cvs/Linux x86_64)
Diffstat (limited to 'x11-themes/greybird')
-rw-r--r-- | x11-themes/greybird/ChangeLog | 6 | ||||
-rw-r--r-- | x11-themes/greybird/greybird-0.6.ebuild | 35 | ||||
-rw-r--r-- | x11-themes/greybird/greybird-0.8.ebuild | 39 |
3 files changed, 5 insertions, 75 deletions
diff --git a/x11-themes/greybird/ChangeLog b/x11-themes/greybird/ChangeLog index b78965bd3ed8..956a3b35a4df 100644 --- a/x11-themes/greybird/ChangeLog +++ b/x11-themes/greybird/ChangeLog @@ -1,6 +1,10 @@ # 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.17 2012/05/22 17:49:11 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/greybird/ChangeLog,v 1.18 2012/05/22 17:49:55 ssuominen Exp $ + + 22 May 2012; Samuli Suominen <ssuominen@gentoo.org> -greybird-0.6.ebuild, + -greybird-0.8.ebuild: + old 22 May 2012; Samuli Suominen <ssuominen@gentoo.org> greybird-0.8.1.ebuild: amd64/x86 stable diff --git a/x11-themes/greybird/greybird-0.6.ebuild b/x11-themes/greybird/greybird-0.6.ebuild deleted file mode 100644 index f8a780d63d9e..000000000000 --- a/x11-themes/greybird/greybird-0.6.ebuild +++ /dev/null @@ -1,35 +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.6.ebuild,v 1.2 2012/03/21 06:23:55 ssuominen Exp $ - -EAPI=4 - -MY_PN=${PN/g/G} - -DESCRIPTION="The default theme used in Xubuntu (with matching theme for GTK+-2 and GTK+-3)" -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" -SLOT="0" -KEYWORDS="amd64 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} - doins -r * -} diff --git a/x11-themes/greybird/greybird-0.8.ebuild b/x11-themes/greybird/greybird-0.8.ebuild deleted file mode 100644 index adcf6766e0b3..000000000000 --- a/x11-themes/greybird/greybird-0.8.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.ebuild,v 1.1 2012/04/22 09:47:45 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 ~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 * -} |