Gentoo Archives: gentoo-commits

From: "Sebastian Pipping (sping)" <sping@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-fs/fuse: ChangeLog fuse-2.9.0.ebuild fuse-2.8.7.ebuild
Date: Mon, 09 Jul 2012 22:17:15
Message-Id: 20120709221706.0763E20063@flycatcher.gentoo.org
1 sping 12/07/09 22:17:05
2
3 Modified: ChangeLog fuse-2.9.0.ebuild fuse-2.8.7.ebuild
4 Log:
5 sys-fs/fuse: Resolve duplicate _GNU_SOURCE definition
6
7 (Portage version: 2.1.10.65/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.160 sys-fs/fuse/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/fuse/ChangeLog?rev=1.160&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/fuse/ChangeLog?rev=1.160&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/fuse/ChangeLog?r1=1.159&r2=1.160
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-fs/fuse/ChangeLog,v
19 retrieving revision 1.159
20 retrieving revision 1.160
21 diff -u -r1.159 -r1.160
22 --- ChangeLog 21 Apr 2012 05:55:18 -0000 1.159
23 +++ ChangeLog 9 Jul 2012 22:17:05 -0000 1.160
24 @@ -1,6 +1,11 @@
25 # ChangeLog for sys-fs/fuse
26 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/fuse/ChangeLog,v 1.159 2012/04/21 05:55:18 radhermit Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sys-fs/fuse/ChangeLog,v 1.160 2012/07/09 22:17:05 sping Exp $
29 +
30 + 09 Jul 2012; Sebastian Pipping <sping@g.o> fuse-2.8.7.ebuild,
31 + fuse-2.9.0.ebuild:
32 + Resolve duplicate _GNU_SOURCE for FUSE >=2.8.7 (patch only needed for
33 + <=2.8.6)
34
35 *fuse-2.9.0 (21 Apr 2012)
36
37
38
39
40 1.2 sys-fs/fuse/fuse-2.9.0.ebuild
41
42 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/fuse/fuse-2.9.0.ebuild?rev=1.2&view=markup
43 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/fuse/fuse-2.9.0.ebuild?rev=1.2&content-type=text/plain
44 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/fuse/fuse-2.9.0.ebuild?r1=1.1&r2=1.2
45
46 Index: fuse-2.9.0.ebuild
47 ===================================================================
48 RCS file: /var/cvsroot/gentoo-x86/sys-fs/fuse/fuse-2.9.0.ebuild,v
49 retrieving revision 1.1
50 retrieving revision 1.2
51 diff -u -r1.1 -r1.2
52 --- fuse-2.9.0.ebuild 21 Apr 2012 05:55:18 -0000 1.1
53 +++ fuse-2.9.0.ebuild 9 Jul 2012 22:17:05 -0000 1.2
54 @@ -1,6 +1,6 @@
55 # Copyright 1999-2012 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/fuse/fuse-2.9.0.ebuild,v 1.1 2012/04/21 05:55:18 radhermit Exp $
58 +# $Header: /var/cvsroot/gentoo-x86/sys-fs/fuse/fuse-2.9.0.ebuild,v 1.2 2012/07/09 22:17:05 sping Exp $
59
60 EAPI=4
61 inherit libtool linux-info
62 @@ -31,9 +31,6 @@
63 }
64
65 src_prepare() {
66 - # fix building with glibc-2.14 #370411
67 - sed -i '1i#define _GNU_SOURCE' util/fusermount.c || die
68 -
69 elibtoolize
70 }
71
72
73
74
75 1.3 sys-fs/fuse/fuse-2.8.7.ebuild
76
77 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/fuse/fuse-2.8.7.ebuild?rev=1.3&view=markup
78 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/fuse/fuse-2.8.7.ebuild?rev=1.3&content-type=text/plain
79 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/fuse/fuse-2.8.7.ebuild?r1=1.2&r2=1.3
80
81 Index: fuse-2.8.7.ebuild
82 ===================================================================
83 RCS file: /var/cvsroot/gentoo-x86/sys-fs/fuse/fuse-2.8.7.ebuild,v
84 retrieving revision 1.2
85 retrieving revision 1.3
86 diff -u -r1.2 -r1.3
87 --- fuse-2.8.7.ebuild 12 Apr 2012 09:13:26 -0000 1.2
88 +++ fuse-2.8.7.ebuild 9 Jul 2012 22:17:05 -0000 1.3
89 @@ -1,6 +1,6 @@
90 # Copyright 1999-2012 Gentoo Foundation
91 # Distributed under the terms of the GNU General Public License v2
92 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/fuse/fuse-2.8.7.ebuild,v 1.2 2012/04/12 09:13:26 xarthisius Exp $
93 +# $Header: /var/cvsroot/gentoo-x86/sys-fs/fuse/fuse-2.8.7.ebuild,v 1.3 2012/07/09 22:17:05 sping Exp $
94
95 EAPI=4
96 inherit libtool linux-info
97 @@ -31,9 +31,6 @@
98 }
99
100 src_prepare() {
101 - # fix building with glibc-2.14 #370411
102 - sed -i '1i#define _GNU_SOURCE' util/fusermount.c || die
103 -
104 elibtoolize
105 }