Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-fs/beaglefs: ChangeLog beaglefs-1.0.3.ebuild
Date: Tue, 29 Jun 2010 14:42:07
Message-Id: 20100629144203.3FE832C621@corvid.gentoo.org
1 ssuominen 10/06/29 14:42:03
2
3 Modified: ChangeLog beaglefs-1.0.3.ebuild
4 Log:
5 Fix building with -Wl,--as-needed wrt #276250 by Kacper Kowalik.
6 (Portage version: 2.2_rc67/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.6 sys-fs/beaglefs/ChangeLog
10
11 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/beaglefs/ChangeLog?rev=1.6&view=markup
12 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/beaglefs/ChangeLog?rev=1.6&content-type=text/plain
13 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/beaglefs/ChangeLog?r1=1.5&r2=1.6
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sys-fs/beaglefs/ChangeLog,v
18 retrieving revision 1.5
19 retrieving revision 1.6
20 diff -u -r1.5 -r1.6
21 --- ChangeLog 25 Jul 2008 07:43:32 -0000 1.5
22 +++ ChangeLog 29 Jun 2010 14:42:02 -0000 1.6
23 @@ -1,6 +1,10 @@
24 # ChangeLog for sys-fs/beaglefs
25 -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/beaglefs/ChangeLog,v 1.5 2008/07/25 07:43:32 ford_prefect Exp $
27 +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
28 +# $Header: /var/cvsroot/gentoo-x86/sys-fs/beaglefs/ChangeLog,v 1.6 2010/06/29 14:42:02 ssuominen Exp $
29 +
30 + 29 Jun 2010; Samuli Suominen <ssuominen@g.o> beaglefs-1.0.3.ebuild,
31 + +files/beaglefs-1.0.3-asneeded.patch:
32 + Fix building with -Wl,--as-needed wrt #276250 by Kacper Kowalik.
33
34 25 Jul 2008; Arun Raghavan <ford_prefect@g.o>
35 +files/beaglefs-1.0.3-libbeagle-0.3.patch, metadata.xml,
36
37
38
39 1.4 sys-fs/beaglefs/beaglefs-1.0.3.ebuild
40
41 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/beaglefs/beaglefs-1.0.3.ebuild?rev=1.4&view=markup
42 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/beaglefs/beaglefs-1.0.3.ebuild?rev=1.4&content-type=text/plain
43 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/beaglefs/beaglefs-1.0.3.ebuild?r1=1.3&r2=1.4
44
45 Index: beaglefs-1.0.3.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/sys-fs/beaglefs/beaglefs-1.0.3.ebuild,v
48 retrieving revision 1.3
49 retrieving revision 1.4
50 diff -u -r1.3 -r1.4
51 --- beaglefs-1.0.3.ebuild 25 Jul 2008 07:43:32 -0000 1.3
52 +++ beaglefs-1.0.3.ebuild 29 Jun 2010 14:42:02 -0000 1.4
53 @@ -1,6 +1,6 @@
54 -# Copyright 1999-2008 Gentoo Foundation
55 +# Copyright 1999-2010 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/beaglefs/beaglefs-1.0.3.ebuild,v 1.3 2008/07/25 07:43:32 ford_prefect Exp $
58 +# $Header: /var/cvsroot/gentoo-x86/sys-fs/beaglefs/beaglefs-1.0.3.ebuild,v 1.4 2010/06/29 14:42:02 ssuominen Exp $
59
60 inherit eutils
61
62 @@ -19,9 +19,11 @@
63
64 src_unpack() {
65 unpack ${A}
66 + cd "${S}"
67 if has_version dev-libs/libbeagle; then
68 epatch "${FILESDIR}/${P}-libbeagle-0.3.patch"
69 fi
70 + epatch "${FILESDIR}"/${P}-asneeded.patch
71 }
72
73 src_compile() {