From dc4becd5399459eaabf174b78f503ecb372c6201 Mon Sep 17 00:00:00 2001 From: Leonardo Boshell Date: Tue, 31 Oct 2006 22:38:58 +0000 Subject: Fixing autotools dependencies (bug #150614) (Portage version: 2.1.2_rc1) --- .../smooth-themes/files/digest-smooth-themes-0.5.8-r1 | 2 ++ x11-themes/smooth-themes/smooth-themes-0.5.8-r1.ebuild | 13 ++++++------- 2 files changed, 8 insertions(+), 7 deletions(-) (limited to 'x11-themes') diff --git a/x11-themes/smooth-themes/files/digest-smooth-themes-0.5.8-r1 b/x11-themes/smooth-themes/files/digest-smooth-themes-0.5.8-r1 index 860eb87e4a03..cf3b4cf7dc55 100644 --- a/x11-themes/smooth-themes/files/digest-smooth-themes-0.5.8-r1 +++ b/x11-themes/smooth-themes/files/digest-smooth-themes-0.5.8-r1 @@ -1 +1,3 @@ MD5 a46c592261c4d371498d644eece6493e smooth-themes-0.5.8.tar.gz 117158 +RMD160 a7cc4f027f505c4f32b3dbd81fb1ba1f7e052a37 smooth-themes-0.5.8.tar.gz 117158 +SHA256 0fc4641f7ffce580016e4530e4ae0984cf8908593cbc10637f0c7acc65f0e4d0 smooth-themes-0.5.8.tar.gz 117158 diff --git a/x11-themes/smooth-themes/smooth-themes-0.5.8-r1.ebuild b/x11-themes/smooth-themes/smooth-themes-0.5.8-r1.ebuild index eb97e283a64c..6fe0825cd3ab 100644 --- a/x11-themes/smooth-themes/smooth-themes-0.5.8-r1.ebuild +++ b/x11-themes/smooth-themes/smooth-themes-0.5.8-r1.ebuild @@ -1,8 +1,9 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/smooth-themes/smooth-themes-0.5.8-r1.ebuild,v 1.5 2006/02/17 22:21:44 fuzzyray Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/smooth-themes/smooth-themes-0.5.8-r1.ebuild,v 1.6 2006/10/31 22:38:58 leonardop Exp $ -inherit eutils +WANT_AUTOMAKE=1.8 +inherit autotools eutils DESCRIPTION="A clean set of GTK+ themes based on the Smooth engine" HOMEPAGE="http://sourceforge.net/projects/smooth-engine/" @@ -16,17 +17,15 @@ IUSE="" DEPEND="" RDEPEND=">=x11-themes/gtk-engines-2" + src_unpack() { unpack "${A}" cd "${S}" # Remove unnecessary checks in the configure script - epatch ${FILESDIR}/${P}-remove_checks.patch + epatch "${FILESDIR}"/${P}-remove_checks.patch - export WANT_AUTOMAKE=1.8 - aclocal || die "aclocal failed" - autoconf || die "autoconf failed" - automake || die "automake failed" + eautoreconf } src_install() { -- cgit v1.2.3-65-gdbad