diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2007-01-04 18:23:05 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2007-01-04 18:23:05 +0000 |
commit | 2fc1dcf2f63cf763d2bae783e20a76071d24dd06 (patch) | |
tree | 6fda5c23c986ef1498b9a365b005c46a51670b44 /sys-fs/hfsplusutils | |
parent | Fix broken autotools handling. (diff) | |
download | gentoo-2-2fc1dcf2f63cf763d2bae783e20a76071d24dd06.tar.gz gentoo-2-2fc1dcf2f63cf763d2bae783e20a76071d24dd06.tar.bz2 gentoo-2-2fc1dcf2f63cf763d2bae783e20a76071d24dd06.zip |
Fix broken autotools handling.
(Portage version: 2.1.2_rc4-r5)
Diffstat (limited to 'sys-fs/hfsplusutils')
-rw-r--r-- | sys-fs/hfsplusutils/ChangeLog | 8 | ||||
-rw-r--r-- | sys-fs/hfsplusutils/hfsplusutils-1.0.4-r1.ebuild | 22 |
2 files changed, 12 insertions, 18 deletions
diff --git a/sys-fs/hfsplusutils/ChangeLog b/sys-fs/hfsplusutils/ChangeLog index d7f1e8e7b370..579976d029a3 100644 --- a/sys-fs/hfsplusutils/ChangeLog +++ b/sys-fs/hfsplusutils/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-fs/hfsplusutils -# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/hfsplusutils/ChangeLog,v 1.7 2006/09/23 22:15:17 josejx Exp $ +# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-fs/hfsplusutils/ChangeLog,v 1.8 2007/01/04 18:23:05 flameeyes Exp $ + + 04 Jan 2007; Diego Pettenò <flameeyes@gentoo.org> + hfsplusutils-1.0.4-r1.ebuild: + Fix broken autotools handling. 23 Sep 2006; Joseph Jezak <josejx@gentoo.org> hfsplusutils-1.0.4-r1.ebuild: diff --git a/sys-fs/hfsplusutils/hfsplusutils-1.0.4-r1.ebuild b/sys-fs/hfsplusutils/hfsplusutils-1.0.4-r1.ebuild index e8ed0ae869a0..044e77a5b1c8 100644 --- a/sys-fs/hfsplusutils/hfsplusutils-1.0.4-r1.ebuild +++ b/sys-fs/hfsplusutils/hfsplusutils-1.0.4-r1.ebuild @@ -1,8 +1,10 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/hfsplusutils/hfsplusutils-1.0.4-r1.ebuild,v 1.11 2006/09/23 22:15:17 josejx Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/hfsplusutils/hfsplusutils-1.0.4-r1.ebuild,v 1.12 2007/01/04 18:23:05 flameeyes Exp $ + +WANT_AUTOMAKE="latest" +WANT_AUTOCONF="latest" -WANT_AUTOMAKE=1.6 inherit autotools eutils libtool MY_P="hfsplus_${PV}" @@ -26,20 +28,8 @@ src_unpack() { epatch ${FILESDIR}/hfsplusutils-1.0.4-glob.patch epatch ${FILESDIR}/hfsplusutils-1.0.4-errno.patch epatch ${FILESDIR}/hfsplusutils-1.0.4-gcc4.patch - #let's avoid the Makefile.cvs since isn't working for us - export WANT_AUTOCONF=2.5 - export WANT_AUTOMAKE=1.6 - aclocal - autoconf - autoheader - automake -a - libtoolize --force --copy - elibtoolize -} -src_compile() { - econf || die - emake || die + eautoreconf } src_install() { |