summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'x11-themes/gtk-themes-h2o-gtk2/gtk-themes-h2o-gtk2-2.0.ebuild')
-rw-r--r--x11-themes/gtk-themes-h2o-gtk2/gtk-themes-h2o-gtk2-2.0.ebuild13
1 files changed, 6 insertions, 7 deletions
diff --git a/x11-themes/gtk-themes-h2o-gtk2/gtk-themes-h2o-gtk2-2.0.ebuild b/x11-themes/gtk-themes-h2o-gtk2/gtk-themes-h2o-gtk2-2.0.ebuild
index d9f1c1bc9..f296c7c4f 100644
--- a/x11-themes/gtk-themes-h2o-gtk2/gtk-themes-h2o-gtk2-2.0.ebuild
+++ b/x11-themes/gtk-themes-h2o-gtk2/gtk-themes-h2o-gtk2-2.0.ebuild
@@ -1,9 +1,11 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
+EAPI="4"
+
DESCRIPTION="A port of the H2O GTK+ theme to GTK2"
-HOMEPAGE="http://art.gnome.org/themes/gtk2/213"
+HOMEPAGE="http://art.gnome.org/themes/gtk2/213/"
SRC_URI="http://art.gnome.org/download/themes/gtk2/213/GTK2-H2O-default-${PV}.tar.gz"
LICENSE="GPL-2"
@@ -11,15 +13,12 @@ SLOT="0"
KEYWORDS="~x86"
IUSE=""
-DEPEND="x11-libs/gtk+"
+DEPEND="x11-libs/gtk+:2"
RDEPEND="${DEPEND}"
S=${WORKDIR}
-src_unpack() {
- unpack ${A}
- cd "${S}"
-
+src_prepare() {
# Clean up unnecessary files
rm -rf */*/{*.xcf,.gtkrc.swp,.xvpics} || die
}