Gentoo Archives: gentoo-commits

From: "Vlastimil Babka (caster)" <caster@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-fs/fuse: ChangeLog fuse-2.7.1.ebuild
Date: Tue, 18 Dec 2007 10:09:11
Message-Id: E1J4ZNl-0006ks-2c@stork.gentoo.org
1 caster 07/12/18 10:09:01
2
3 Modified: ChangeLog fuse-2.7.1.ebuild
4 Log:
5 Allow the kernel module in 2.7.1 to be compiled with kernel 2.6.23 because it's supported and working. Bug #200053.
6 (Portage version: 2.1.4_rc9)
7
8 Revision Changes Path
9 1.110 sys-fs/fuse/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/fuse/ChangeLog?rev=1.110&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/fuse/ChangeLog?rev=1.110&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/fuse/ChangeLog?r1=1.109&r2=1.110
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sys-fs/fuse/ChangeLog,v
18 retrieving revision 1.109
19 retrieving revision 1.110
20 diff -u -r1.109 -r1.110
21 --- ChangeLog 17 Dec 2007 22:37:21 -0000 1.109
22 +++ ChangeLog 18 Dec 2007 10:09:00 -0000 1.110
23 @@ -1,6 +1,10 @@
24 # ChangeLog for sys-fs/fuse
25 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/fuse/ChangeLog,v 1.109 2007/12/17 22:37:21 genstef Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/sys-fs/fuse/ChangeLog,v 1.110 2007/12/18 10:09:00 caster Exp $
28 +
29 + 18 Dec 2007; Vlastimil Babka <caster@g.o> fuse-2.7.1.ebuild:
30 + Allow the kernel module in 2.7.1 to be compiled with kernel 2.6.23 because
31 + it's supported and working. Bug #200053.
32
33 *fuse-2.7.2 (17 Dec 2007)
34
35
36
37
38 1.2 sys-fs/fuse/fuse-2.7.1.ebuild
39
40 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/fuse/fuse-2.7.1.ebuild?rev=1.2&view=markup
41 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/fuse/fuse-2.7.1.ebuild?rev=1.2&content-type=text/plain
42 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/fuse/fuse-2.7.1.ebuild?r1=1.1&r2=1.2
43
44 Index: fuse-2.7.1.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/sys-fs/fuse/fuse-2.7.1.ebuild,v
47 retrieving revision 1.1
48 retrieving revision 1.2
49 diff -u -r1.1 -r1.2
50 --- fuse-2.7.1.ebuild 18 Oct 2007 16:03:21 -0000 1.1
51 +++ fuse-2.7.1.ebuild 18 Dec 2007 10:09:00 -0000 1.2
52 @@ -1,6 +1,6 @@
53 # Copyright 1999-2007 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/fuse/fuse-2.7.1.ebuild,v 1.1 2007/10/18 16:03:21 genstef Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/sys-fs/fuse/fuse-2.7.1.ebuild,v 1.2 2007/12/18 10:09:00 caster Exp $
57
58 inherit linux-mod eutils libtool
59
60 @@ -16,7 +16,7 @@
61
62 pkg_setup() {
63 if use kernel_linux ; then
64 - if kernel_is ge 2 6 23; then
65 + if kernel_is ge 2 6 24; 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 else
69
70
71
72 --
73 gentoo-commits@g.o mailing list