diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2012-03-21 06:24:31 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2012-03-21 06:24:31 +0000 |
commit | bc457e46bf69eebde0f3e3ea954f195ad00061b1 (patch) | |
tree | 3717f95e174cda82af60029cecd790109786e1e3 /x11-themes | |
parent | amd64/x86 stable (diff) | |
download | gentoo-2-bc457e46bf69eebde0f3e3ea954f195ad00061b1.tar.gz gentoo-2-bc457e46bf69eebde0f3e3ea954f195ad00061b1.tar.bz2 gentoo-2-bc457e46bf69eebde0f3e3ea954f195ad00061b1.zip |
old
(Portage version: 2.2.0_alpha92/cvs/Linux x86_64)
Diffstat (limited to 'x11-themes')
-rw-r--r-- | x11-themes/greybird/ChangeLog | 6 | ||||
-rw-r--r-- | x11-themes/greybird/greybird-0.4.ebuild | 35 | ||||
-rw-r--r-- | x11-themes/greybird/greybird-0.5.ebuild | 35 |
3 files changed, 5 insertions, 71 deletions
diff --git a/x11-themes/greybird/ChangeLog b/x11-themes/greybird/ChangeLog index 7078add05ab4..c0175c9e76aa 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.9 2012/03/21 06:23:55 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/greybird/ChangeLog,v 1.10 2012/03/21 06:24:31 ssuominen Exp $ + + 21 Mar 2012; Samuli Suominen <ssuominen@gentoo.org> -greybird-0.4.ebuild, + -greybird-0.5.ebuild: + old 21 Mar 2012; Samuli Suominen <ssuominen@gentoo.org> greybird-0.6.ebuild: amd64/x86 stable diff --git a/x11-themes/greybird/greybird-0.4.ebuild b/x11-themes/greybird/greybird-0.4.ebuild deleted file mode 100644 index b0ef0784f801..000000000000 --- a/x11-themes/greybird/greybird-0.4.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.4.ebuild,v 1.3 2012/01/31 23:43:41 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 - - insinto /usr/share/themes/${MY_PN} - doins -r * -} diff --git a/x11-themes/greybird/greybird-0.5.ebuild b/x11-themes/greybird/greybird-0.5.ebuild deleted file mode 100644 index 5c2f58b8ef23..000000000000 --- a/x11-themes/greybird/greybird-0.5.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.5.ebuild,v 1.1 2012/03/06 18:13:33 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 * -} |