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/cloop: ChangeLog cloop-2.05.ebuild cloop-2.02.1-r1.ebuild
Date: Fri, 09 Nov 2007 07:56:01
Message-Id: E1IqOiW-0007nZ-OT@stork.gentoo.org
1 genstef 07/11/09 07:55:52
2
3 Modified: ChangeLog cloop-2.05.ebuild
4 Removed: cloop-2.02.1-r1.ebuild
5 Log:
6 2.6.23 compatibility thanks to René Rhéaume (a.k.a. repzilon, rener) <rene.rheaume@××××××××××××.ca> and Alexander Skwar <askwar@×××××××××××××××.com> in bug 196566
7 (Portage version: 2.1.3.18)
8
9 Revision Changes Path
10 1.19 sys-fs/cloop/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/cloop/ChangeLog?rev=1.19&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/cloop/ChangeLog?rev=1.19&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/cloop/ChangeLog?r1=1.18&r2=1.19
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-fs/cloop/ChangeLog,v
19 retrieving revision 1.18
20 retrieving revision 1.19
21 diff -u -r1.18 -r1.19
22 --- ChangeLog 29 Aug 2007 18:33:26 -0000 1.18
23 +++ ChangeLog 9 Nov 2007 07:55:52 -0000 1.19
24 @@ -1,6 +1,13 @@
25 # ChangeLog for sys-fs/cloop
26 # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/cloop/ChangeLog,v 1.18 2007/08/29 18:33:26 genstef Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sys-fs/cloop/ChangeLog,v 1.19 2007/11/09 07:55:52 genstef Exp $
29 +
30 + 09 Nov 2007; Stefan Schweizer <genstef@g.o>
31 + +files/cloop-2.05-kernel_2.6.23.patch, -cloop-2.02.1-r1.ebuild,
32 + cloop-2.05.ebuild:
33 + 2.6.23 compatibility thanks to René Rhéaume (a.k.a. repzilon, rener)
34 + <rene.rheaume@××××××××××××.ca> and Alexander Skwar
35 + <askwar@×××××××××××××××.com> in bug 196566
36
37 *cloop-2.05.ebuild (29 Aug 2007)
38
39
40
41
42 1.3 sys-fs/cloop/cloop-2.05.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/cloop/cloop-2.05.ebuild?rev=1.3&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/cloop/cloop-2.05.ebuild?rev=1.3&content-type=text/plain
46 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/cloop/cloop-2.05.ebuild?r1=1.2&r2=1.3
47
48 Index: cloop-2.05.ebuild
49 ===================================================================
50 RCS file: /var/cvsroot/gentoo-x86/sys-fs/cloop/cloop-2.05.ebuild,v
51 retrieving revision 1.2
52 retrieving revision 1.3
53 diff -u -r1.2 -r1.3
54 --- cloop-2.05.ebuild 29 Aug 2007 18:33:26 -0000 1.2
55 +++ cloop-2.05.ebuild 9 Nov 2007 07:55:52 -0000 1.3
56 @@ -1,6 +1,6 @@
57 # Copyright 1999-2007 Gentoo Foundation
58 # Distributed under the terms of the GNU General Public License v2
59 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/cloop/cloop-2.05.ebuild,v 1.2 2007/08/29 18:33:26 genstef Exp $
60 +# $Header: /var/cvsroot/gentoo-x86/sys-fs/cloop/cloop-2.05.ebuild,v 1.3 2007/11/09 07:55:52 genstef Exp $
61
62 inherit linux-mod
63
64 @@ -19,6 +19,8 @@
65 cd ${S}
66 # This should only be applied on Kernel >= 2.6.22
67 kernel_is ge 2 6 22 && epatch ${FILESDIR}/${P}-kernel_2.6.22.patch
68 + # This should only be applied on Kernel >= 2.6.23
69 + kernel_is ge 2 6 23 && epatch ${FILESDIR}/${P}-kernel_2.6.23.patch
70 }
71
72 pkg_setup() {
73
74
75
76 --
77 gentoo-commits@g.o mailing list