Gentoo Archives: gentoo-commits

From: "Peter Alfredsen (loki_val)" <loki_val@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-fs/lufs: lufs-0.9.7-r3.ebuild ChangeLog
Date: Sun, 29 Jun 2008 12:21:01
Message-Id: E1KCvto-0007c5-5e@stork.gentoo.org
1 loki_val 08/06/29 12:20:56
2
3 Modified: lufs-0.9.7-r3.ebuild ChangeLog
4 Log:
5 Fix for gcc-4.3 bug #225413, thanks to Marek Miller <mlm@××××××.pl>.
6 (Portage version: 2.2_rc1/cvs/Linux 2.6.25.8 i686)
7
8 Revision Changes Path
9 1.10 sys-fs/lufs/lufs-0.9.7-r3.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/lufs/lufs-0.9.7-r3.ebuild?rev=1.10&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/lufs/lufs-0.9.7-r3.ebuild?rev=1.10&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/lufs/lufs-0.9.7-r3.ebuild?r1=1.9&r2=1.10
14
15 Index: lufs-0.9.7-r3.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sys-fs/lufs/lufs-0.9.7-r3.ebuild,v
18 retrieving revision 1.9
19 retrieving revision 1.10
20 diff -u -r1.9 -r1.10
21 --- lufs-0.9.7-r3.ebuild 4 Jan 2007 18:25:13 -0000 1.9
22 +++ lufs-0.9.7-r3.ebuild 29 Jun 2008 12:20:55 -0000 1.10
23 @@ -1,6 +1,6 @@
24 -# Copyright 1999-2007 Gentoo Foundation
25 +# Copyright 1999-2008 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/lufs/lufs-0.9.7-r3.ebuild,v 1.9 2007/01/04 18:25:13 flameeyes Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sys-fs/lufs/lufs-0.9.7-r3.ebuild,v 1.10 2008/06/29 12:20:55 loki_val Exp $
29
30 WANT_AUTOMAKE="latest"
31 WANT_AUTOCONF="latest"
32 @@ -15,18 +15,20 @@
33 SLOT="0"
34 KEYWORDS="x86 ppc ~amd64"
35 IUSE="debug"
36 -DEPEND="sys-fs/lufis
37 - sys-devel/automake
38 - sys-devel/autoconf"
39 +RDEPEND="sys-fs/lufis"
40 +DEPEND="${RDEPEND}
41 + sys-devel/automake
42 + sys-devel/autoconf"
43
44 src_unpack() {
45 unpack ${A}
46 - cd ${S}
47 + cd "${S}"
48
49 - epatch ${FILESDIR}/${P}-fPIC.patch
50 - epatch ${FILESDIR}/lufs-automount-port.diff
51 - epatch ${FILESDIR}/${P}-enable-gnome-2.patch
52 - epatch ${FILESDIR}/lufs-no-kernel.patch
53 + epatch "${FILESDIR}"/${P}-fPIC.patch
54 + epatch "${FILESDIR}"/lufs-automount-port.diff
55 + epatch "${FILESDIR}"/${P}-enable-gnome-2.patch
56 + epatch "${FILESDIR}"/lufs-no-kernel.patch
57 + epatch "${FILESDIR}"/${P}-gcc43.patch
58
59 filesystems="ftpfs localfs sshfs"
60 useq amd64 && filesystems="ftpfs localfs"
61 @@ -53,7 +55,7 @@
62 for i in ${filesystems}
63 do
64 cd ${i}
65 - make DESTDIR=${D} install || die "make install failed"
66 + make DESTDIR="${D}" install || die "make install failed"
67 cd ..
68 done
69 }
70
71
72
73 1.27 sys-fs/lufs/ChangeLog
74
75 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/lufs/ChangeLog?rev=1.27&view=markup
76 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/lufs/ChangeLog?rev=1.27&content-type=text/plain
77 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/lufs/ChangeLog?r1=1.26&r2=1.27
78
79 Index: ChangeLog
80 ===================================================================
81 RCS file: /var/cvsroot/gentoo-x86/sys-fs/lufs/ChangeLog,v
82 retrieving revision 1.26
83 retrieving revision 1.27
84 diff -u -r1.26 -r1.27
85 --- ChangeLog 4 Jan 2007 18:25:13 -0000 1.26
86 +++ ChangeLog 29 Jun 2008 12:20:55 -0000 1.27
87 @@ -1,6 +1,10 @@
88 # ChangeLog for sys-fs/lufs
89 -# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
90 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/lufs/ChangeLog,v 1.26 2007/01/04 18:25:13 flameeyes Exp $
91 +# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
92 +# $Header: /var/cvsroot/gentoo-x86/sys-fs/lufs/ChangeLog,v 1.27 2008/06/29 12:20:55 loki_val Exp $
93 +
94 + 29 Jun 2008; Peter Alfredsen <loki_val@g.o>
95 + +files/lufs-0.9.7-gcc43.patch, lufs-0.9.7-r3.ebuild:
96 + Fix for gcc-4.3 bug #225413, thanks to Marek Miller <mlm@××××××.pl>.
97
98 04 Jan 2007; Diego Pettenò <flameeyes@g.o> lufs-0.9.7-r3.ebuild:
99 Fix broken autotools handling.
100
101
102
103 --
104 gentoo-commits@l.g.o mailing list