Gentoo Archives: gentoo-commits

From: "Stefan Schweizer (genstef)" <genstef@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-fs/fuse: ChangeLog fuse-2.7.0.ebuild fuse-2.6.4-r1.ebuild fuse-2.6.3.ebuild
Date: Tue, 02 Oct 2007 18:27:01
Message-Id: E1IcmJY-0002BJ-Gp@stork.gentoo.org
1 genstef 07/10/02 18:17:48
2
3 Modified: ChangeLog fuse-2.7.0.ebuild fuse-2.6.4-r1.ebuild
4 Removed: fuse-2.6.3.ebuild
5 Log:
6 Add 2.6.23 check for bug 194436
7 (Portage version: 2.1.3.11)
8
9 Revision Changes Path
10 1.104 sys-fs/fuse/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/fuse/ChangeLog?rev=1.104&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/fuse/ChangeLog?rev=1.104&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/fuse/ChangeLog?r1=1.103&r2=1.104
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-fs/fuse/ChangeLog,v
19 retrieving revision 1.103
20 retrieving revision 1.104
21 diff -u -r1.103 -r1.104
22 --- ChangeLog 25 Sep 2007 19:35:42 -0000 1.103
23 +++ ChangeLog 2 Oct 2007 18:17:47 -0000 1.104
24 @@ -1,6 +1,10 @@
25 # ChangeLog for sys-fs/fuse
26 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/fuse/ChangeLog,v 1.103 2007/09/25 19:35:42 angelos Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sys-fs/fuse/ChangeLog,v 1.104 2007/10/02 18:17:47 genstef Exp $
29 +
30 + 02 Oct 2007; Stefan Schweizer <genstef@g.o> -fuse-2.6.3.ebuild,
31 + fuse-2.6.4-r1.ebuild, fuse-2.7.0.ebuild:
32 + Add 2.6.23 check for bug 194436
33
34 25 Sep 2007; Christoph Mende <angelos@g.o> fuse-2.7.0.ebuild:
35 Stable on amd64 wrt bug #193329
36
37
38
39 1.6 sys-fs/fuse/fuse-2.7.0.ebuild
40
41 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/fuse/fuse-2.7.0.ebuild?rev=1.6&view=markup
42 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/fuse/fuse-2.7.0.ebuild?rev=1.6&content-type=text/plain
43 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/fuse/fuse-2.7.0.ebuild?r1=1.5&r2=1.6
44
45 Index: fuse-2.7.0.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/sys-fs/fuse/fuse-2.7.0.ebuild,v
48 retrieving revision 1.5
49 retrieving revision 1.6
50 diff -u -r1.5 -r1.6
51 --- fuse-2.7.0.ebuild 25 Sep 2007 19:35:42 -0000 1.5
52 +++ fuse-2.7.0.ebuild 2 Oct 2007 18:17:47 -0000 1.6
53 @@ -1,6 +1,6 @@
54 # Copyright 1999-2007 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/fuse/fuse-2.7.0.ebuild,v 1.5 2007/09/25 19:35:42 angelos Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/sys-fs/fuse/fuse-2.7.0.ebuild,v 1.6 2007/10/02 18:17:47 genstef Exp $
58
59 inherit linux-mod eutils libtool
60
61 @@ -21,6 +21,10 @@
62 FUSE_FS_ERROR="We have detected FUSE already built into the kernel.
63 We will continue, but we wont build the module this time."
64
65 + if kernel_is ge 2 6 23; then
66 + CONFIG_CHECK="FUSE_FS"
67 + FUSE_FS_ERROR="You need to build the FUSE module from the kernel source, because your kernel is too new"
68 + fi
69 linux-mod_pkg_setup
70 kernel_is 2 4 && die "kernel 2.4 is not supported by this ebuild. Get an
71 older version from viewcvs"
72
73
74
75 1.10 sys-fs/fuse/fuse-2.6.4-r1.ebuild
76
77 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/fuse/fuse-2.6.4-r1.ebuild?rev=1.10&view=markup
78 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/fuse/fuse-2.6.4-r1.ebuild?rev=1.10&content-type=text/plain
79 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/fuse/fuse-2.6.4-r1.ebuild?r1=1.9&r2=1.10
80
81 Index: fuse-2.6.4-r1.ebuild
82 ===================================================================
83 RCS file: /var/cvsroot/gentoo-x86/sys-fs/fuse/fuse-2.6.4-r1.ebuild,v
84 retrieving revision 1.9
85 retrieving revision 1.10
86 diff -u -r1.9 -r1.10
87 --- fuse-2.6.4-r1.ebuild 17 Jun 2007 11:52:17 -0000 1.9
88 +++ fuse-2.6.4-r1.ebuild 2 Oct 2007 18:17:47 -0000 1.10
89 @@ -1,6 +1,6 @@
90 # Copyright 1999-2007 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.6.4-r1.ebuild,v 1.9 2007/06/17 11:52:17 opfer Exp $
93 +# $Header: /var/cvsroot/gentoo-x86/sys-fs/fuse/fuse-2.6.4-r1.ebuild,v 1.10 2007/10/02 18:17:47 genstef Exp $
94
95 inherit linux-mod eutils libtool
96
97 @@ -21,6 +21,10 @@
98 FUSE_FS_ERROR="We have detected FUSE already built into the kernel.
99 We will continue, but we wont build the module this time."
100
101 + if kernel_is ge 2 6 23; then
102 + CONFIG_CHECK="FUSE_FS"
103 + FUSE_FS_ERROR="You need to build the FUSE module from the kernel source, because your kernel is too new"
104 + fi
105 linux-mod_pkg_setup
106 kernel_is 2 4 && die "kernel 2.4 is not supported by this ebuild. Get an
107 older version from viewcvs"
108
109
110
111 --
112 gentoo-commits@g.o mailing list