summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2007-01-04 19:01:21 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2007-01-04 19:01:21 +0000
commit1dcd51f255c6fbff0e1bc9bed5e86ce3d208ba3f (patch)
treedfb1217f35cc10f49b84a3173f090330c6a8eda9 /x11-themes/gtk-engines-industrial
parentshow gem command line if gem installation fails (diff)
downloadgentoo-2-1dcd51f255c6fbff0e1bc9bed5e86ce3d208ba3f.tar.gz
gentoo-2-1dcd51f255c6fbff0e1bc9bed5e86ce3d208ba3f.tar.bz2
gentoo-2-1dcd51f255c6fbff0e1bc9bed5e86ce3d208ba3f.zip
Fix broken autotools handling.
(Portage version: 2.1.2_rc4-r5)
Diffstat (limited to 'x11-themes/gtk-engines-industrial')
-rw-r--r--x11-themes/gtk-engines-industrial/ChangeLog8
-rw-r--r--x11-themes/gtk-engines-industrial/files/digest-gtk-engines-industrial-0.2.362
-rw-r--r--x11-themes/gtk-engines-industrial/gtk-engines-industrial-0.2.36.ebuild15
3 files changed, 15 insertions, 10 deletions
diff --git a/x11-themes/gtk-engines-industrial/ChangeLog b/x11-themes/gtk-engines-industrial/ChangeLog
index d304ae37c51b..5114813ea184 100644
--- a/x11-themes/gtk-engines-industrial/ChangeLog
+++ b/x11-themes/gtk-engines-industrial/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for x11-themes/gtk-engines-industrial
-# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-themes/gtk-engines-industrial/ChangeLog,v 1.6 2005/09/07 13:39:05 gustavoz Exp $
+# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-themes/gtk-engines-industrial/ChangeLog,v 1.7 2007/01/04 19:01:21 flameeyes Exp $
+
+ 04 Jan 2007; Diego Pettenò <flameeyes@gentoo.org>
+ gtk-engines-industrial-0.2.36.ebuild:
+ Fix broken autotools handling.
07 Sep 2005; Gustavo Zacarias <gustavoz@gentoo.org>
gtk-engines-industrial-0.2.36.ebuild:
diff --git a/x11-themes/gtk-engines-industrial/files/digest-gtk-engines-industrial-0.2.36 b/x11-themes/gtk-engines-industrial/files/digest-gtk-engines-industrial-0.2.36
index d39686f839da..191f419c931b 100644
--- a/x11-themes/gtk-engines-industrial/files/digest-gtk-engines-industrial-0.2.36
+++ b/x11-themes/gtk-engines-industrial/files/digest-gtk-engines-industrial-0.2.36
@@ -1 +1,3 @@
MD5 d00ba16f31a9796f1aae7e7b68d16e8a gtk-industrial-engine_0.2.36-2.tar.gz 212139
+RMD160 fc1ab5f5dea62da587fd9a119d8ab7f6b3d64bb4 gtk-industrial-engine_0.2.36-2.tar.gz 212139
+SHA256 2060a9acef3d8b7273e7b765f8cd3d829db287011512c9c9ee73dc00aa320a9f gtk-industrial-engine_0.2.36-2.tar.gz 212139
diff --git a/x11-themes/gtk-engines-industrial/gtk-engines-industrial-0.2.36.ebuild b/x11-themes/gtk-engines-industrial/gtk-engines-industrial-0.2.36.ebuild
index 1dd69b5c6d0e..45e3e80f1eb4 100644
--- a/x11-themes/gtk-engines-industrial/gtk-engines-industrial-0.2.36.ebuild
+++ b/x11-themes/gtk-engines-industrial/gtk-engines-industrial-0.2.36.ebuild
@@ -1,8 +1,11 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-themes/gtk-engines-industrial/gtk-engines-industrial-0.2.36.ebuild,v 1.6 2005/09/07 13:39:05 gustavoz Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-themes/gtk-engines-industrial/gtk-engines-industrial-0.2.36.ebuild,v 1.7 2007/01/04 19:01:21 flameeyes Exp $
-inherit eutils
+WANT_AUTOCONF="latest"
+WANT_AUTOMAKE="latest"
+
+inherit eutils autotools
MY_PN="gtk-industrial-engine"
DESCRIPTION="GTK+ 1 Industrial theme engine"
@@ -28,11 +31,7 @@ src_unpack() {
# Hack so it can find the required files
cp gtk-common/* gtk1-engine
- libtoolize --copy --force
- aclocal || die "aclocal failed"
- autoheader || die "autoheader failed"
- automake --add-missing --gnu || die "automake failed"
- autoconf || die "autoconf failed"
+ eautoreconf
}
src_compile() {