summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2012-01-31 23:30:21 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2012-01-31 23:30:21 +0000
commitf92f849880fa3f13987c51676e56a90e9fa54026 (patch)
tree623e6eb84bccac7163a304274f458cc21c262568 /x11-themes/greybird
parentVersion bump. (diff)
downloadgentoo-2-f92f849880fa3f13987c51676e56a90e9fa54026.tar.gz
gentoo-2-f92f849880fa3f13987c51676e56a90e9fa54026.tar.bz2
gentoo-2-f92f849880fa3f13987c51676e56a90e9fa54026.zip
old
(Portage version: 2.2.0_alpha84/cvs/Linux x86_64)
Diffstat (limited to 'x11-themes/greybird')
-rw-r--r--x11-themes/greybird/ChangeLog5
-rw-r--r--x11-themes/greybird/greybird-0.3.ebuild34
2 files changed, 4 insertions, 35 deletions
diff --git a/x11-themes/greybird/ChangeLog b/x11-themes/greybird/ChangeLog
index 6fc0ed9920fd..05e22e9046a1 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.3 2012/01/31 23:29:35 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-themes/greybird/ChangeLog,v 1.4 2012/01/31 23:30:21 ssuominen Exp $
+
+ 31 Jan 2012; Samuli Suominen <ssuominen@gentoo.org> -greybird-0.3.ebuild:
+ old
*greybird-0.4 (31 Jan 2012)
diff --git a/x11-themes/greybird/greybird-0.3.ebuild b/x11-themes/greybird/greybird-0.3.ebuild
deleted file mode 100644
index 34afd2739ac9..000000000000
--- a/x11-themes/greybird/greybird-0.3.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-themes/greybird/greybird-0.3.ebuild,v 1.2 2011/12/08 18:42: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="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="x11-themes/gtk-engines-unico"
-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 *
-}