Gentoo Archives: gentoo-commits

From: "Diego Petteno (flameeyes)" <flameeyes@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-fs/hfsplusutils: ChangeLog hfsplusutils-1.0.4-r1.ebuild
Date: Thu, 02 Dec 2010 00:44:20
Message-Id: 20101202004407.432D320054@flycatcher.gentoo.org
1 flameeyes 10/12/02 00:44:07
2
3 Modified: ChangeLog hfsplusutils-1.0.4-r1.ebuild
4 Log:
5 No longer force automake 1.6; this allows the package to be built with libtool-2.4
6
7 (Portage version: 2.2.0_alpha6/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.15 sys-fs/hfsplusutils/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/hfsplusutils/ChangeLog?rev=1.15&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/hfsplusutils/ChangeLog?rev=1.15&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/hfsplusutils/ChangeLog?r1=1.14&r2=1.15
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-fs/hfsplusutils/ChangeLog,v
19 retrieving revision 1.14
20 retrieving revision 1.15
21 diff -u -r1.14 -r1.15
22 --- ChangeLog 23 Sep 2009 20:50:43 -0000 1.14
23 +++ ChangeLog 2 Dec 2010 00:44:07 -0000 1.15
24 @@ -1,6 +1,11 @@
25 # ChangeLog for sys-fs/hfsplusutils
26 -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/hfsplusutils/ChangeLog,v 1.14 2009/09/23 20:50:43 patrick Exp $
28 +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/sys-fs/hfsplusutils/ChangeLog,v 1.15 2010/12/02 00:44:07 flameeyes Exp $
30 +
31 + 02 Dec 2010; Diego E. Pettenò <flameeyes@g.o>
32 + hfsplusutils-1.0.4-r1.ebuild:
33 + No longer force automake 1.6; this allows the package to be built with
34 + libtool-2.4
35
36 23 Sep 2009; Patrick Lauer <patrick@g.o>
37 hfsplusutils-1.0.4-r1.ebuild:
38
39
40
41 1.19 sys-fs/hfsplusutils/hfsplusutils-1.0.4-r1.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/hfsplusutils/hfsplusutils-1.0.4-r1.ebuild?rev=1.19&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/hfsplusutils/hfsplusutils-1.0.4-r1.ebuild?rev=1.19&content-type=text/plain
45 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/hfsplusutils/hfsplusutils-1.0.4-r1.ebuild?r1=1.18&r2=1.19
46
47 Index: hfsplusutils-1.0.4-r1.ebuild
48 ===================================================================
49 RCS file: /var/cvsroot/gentoo-x86/sys-fs/hfsplusutils/hfsplusutils-1.0.4-r1.ebuild,v
50 retrieving revision 1.18
51 retrieving revision 1.19
52 diff -u -r1.18 -r1.19
53 --- hfsplusutils-1.0.4-r1.ebuild 23 Sep 2009 20:50:43 -0000 1.18
54 +++ hfsplusutils-1.0.4-r1.ebuild 2 Dec 2010 00:44:07 -0000 1.19
55 @@ -1,9 +1,8 @@
56 -# Copyright 1999-2009 Gentoo Foundation
57 +# Copyright 1999-2010 Gentoo Foundation
58 # Distributed under the terms of the GNU General Public License v2
59 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/hfsplusutils/hfsplusutils-1.0.4-r1.ebuild,v 1.18 2009/09/23 20:50:43 patrick Exp $
60 +# $Header: /var/cvsroot/gentoo-x86/sys-fs/hfsplusutils/hfsplusutils-1.0.4-r1.ebuild,v 1.19 2010/12/02 00:44:07 flameeyes Exp $
61
62 -WANT_AUTOMAKE=1.6
63 -inherit autotools eutils libtool
64 +inherit autotools eutils
65
66 MY_P="hfsplus_${PV}"
67 DESCRIPTION="HFS+ Filesystem Access Utilities (a PPC filesystem)"
68 @@ -28,7 +27,7 @@
69 epatch "${FILESDIR}/${P}-gcc4.patch"
70 epatch "${FILESDIR}/${P}-string.patch"
71 #let's avoid the Makefile.cvs since isn't working for us
72 - AM_OPTS="-a" eautoreconf
73 + eautoreconf
74 }
75
76 src_install() {