summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'x11-themes/gtk-engines/gtk-engines-0.12.ebuild')
-rw-r--r--x11-themes/gtk-engines/gtk-engines-0.12.ebuild19
1 files changed, 4 insertions, 15 deletions
diff --git a/x11-themes/gtk-engines/gtk-engines-0.12.ebuild b/x11-themes/gtk-engines/gtk-engines-0.12.ebuild
index b869828033ce..d68b8b2fd410 100644
--- a/x11-themes/gtk-engines/gtk-engines-0.12.ebuild
+++ b/x11-themes/gtk-engines/gtk-engines-0.12.ebuild
@@ -1,33 +1,22 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-themes/gtk-engines/gtk-engines-0.12.ebuild,v 1.2 2005/08/03 09:34:37 leonardop Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-themes/gtk-engines/gtk-engines-0.12.ebuild,v 1.3 2006/07/05 05:56:15 vapier Exp $
GNOME_TARBALL_SUFFIX="gz"
-inherit gnome.org gnuconfig
+inherit gnome.org
DESCRIPTION="GTK+1 standard engines and themes"
HOMEPAGE="http://www.gtk.org/"
LICENSE="GPL-2"
SLOT="1"
-KEYWORDS="alpha amd64 arm hppa ia64 mips ppc ppc64 sparc x86"
+KEYWORDS="alpha amd64 arm hppa ia64 mips ppc ppc64 sh sparc x86"
IUSE=""
DEPEND="=x11-libs/gtk+-1.2*
>=media-libs/imlib-1.8"
-src_unpack() {
- unpack ${A}
- cd ${S}
-
- if use alpha || use amd64 || use ppc64 ; then
- gnuconfig_update || die 'gnuconfig_update failed'
- libtoolize --copy --force || die 'libtoolize failed'
- fi
-}
-
src_install() {
make DESTDIR="${D}" install || die "Installation failed"
-
dodoc AUTHORS ChangeLog README
}