diff options
author | Luca Barbato <lu_zero@gentoo.org> | 2005-02-16 09:59:37 +0000 |
---|---|---|
committer | Luca Barbato <lu_zero@gentoo.org> | 2005-02-16 09:59:37 +0000 |
commit | 7a4b393567b5e106c102c557841be66ae6f2403d (patch) | |
tree | 74d2424ba35366957185c0aa5cd5cb73f893d5d4 /sys-fs/hfsplusutils | |
parent | Updates to 2.8.3_pre0 tracker (Manifest recommit) (diff) | |
download | gentoo-2-7a4b393567b5e106c102c557841be66ae6f2403d.tar.gz gentoo-2-7a4b393567b5e106c102c557841be66ae6f2403d.tar.bz2 gentoo-2-7a4b393567b5e106c102c557841be66ae6f2403d.zip |
Minor fix
(Portage version: 2.0.51.16)
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 | 9 | ||||
-rw-r--r-- | sys-fs/hfsplusutils/hfsplusutils-1.0.4.ebuild | 4 |
3 files changed, 12 insertions, 9 deletions
diff --git a/sys-fs/hfsplusutils/ChangeLog b/sys-fs/hfsplusutils/ChangeLog index 1732c780eabe..fb203df2816a 100644 --- a/sys-fs/hfsplusutils/ChangeLog +++ b/sys-fs/hfsplusutils/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-fs/hfsplusutils -# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/hfsplusutils/ChangeLog,v 1.3 2004/07/03 00:21:35 lu_zero Exp $ +# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-fs/hfsplusutils/ChangeLog,v 1.4 2005/02/16 09:59:37 lu_zero Exp $ + + 16 Feb 2005; Luca Barbato <lu_zero@gentoo.org> + hfsplusutils-1.0.4-r1.ebuild: + Minor fix to cope with an autotools change 03 Jul 2004; Luca Barbato <lu_zero@gentoo.org> hfsplusutils-1.0.4-r1.ebuild: Made sure it builds diff --git a/sys-fs/hfsplusutils/hfsplusutils-1.0.4-r1.ebuild b/sys-fs/hfsplusutils/hfsplusutils-1.0.4-r1.ebuild index 5f800853a4ca..412bbe7a1785 100644 --- a/sys-fs/hfsplusutils/hfsplusutils-1.0.4-r1.ebuild +++ b/sys-fs/hfsplusutils/hfsplusutils-1.0.4-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 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.7 2004/07/03 00:21:35 lu_zero Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/hfsplusutils/hfsplusutils-1.0.4-r1.ebuild,v 1.8 2005/02/16 09:59:37 lu_zero Exp $ inherit eutils libtool @@ -33,13 +33,11 @@ src_unpack() { autoconf autoheader automake -a - libtoolize + libtoolize --force --copy elibtoolize } src_compile() { - export WANT_AUTOCONF=2.5 - export WANT_AUTOMAKE=1.6 econf || die emake || die } @@ -48,6 +46,7 @@ src_install() { dodir /usr/bin /usr/lib /usr/share/man make \ prefix=${D}/usr \ + libdir=${D}/usr/lib \ mandir=${D}/usr/share/man \ infodir=${D}/usr/share/info \ install || die diff --git a/sys-fs/hfsplusutils/hfsplusutils-1.0.4.ebuild b/sys-fs/hfsplusutils/hfsplusutils-1.0.4.ebuild index 034b2da13d0b..12bf6adaf585 100644 --- a/sys-fs/hfsplusutils/hfsplusutils-1.0.4.ebuild +++ b/sys-fs/hfsplusutils/hfsplusutils-1.0.4.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 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.ebuild,v 1.4 2004/06/30 17:09:48 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/hfsplusutils/hfsplusutils-1.0.4.ebuild,v 1.5 2005/02/16 09:59:37 lu_zero Exp $ MY_P="hfsplus_${PV}" DESCRIPTION="HFS+ Filesystem Access Utilities" |