Gentoo Archives: gentoo-commits

From: "Marcelo Goes (vanquirius)" <vanquirius@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-fs/vhba: vhba-1.0.0.ebuild ChangeLog
Date: Sun, 03 Aug 2008 20:45:52
Message-Id: E1KPkSb-0005l8-3K@stork.gentoo.org
1 vanquirius 08/08/03 20:45:49
2
3 Modified: vhba-1.0.0.ebuild ChangeLog
4 Log:
5 Scatterlist patch should be for kernels >= 2.6.25, not just 2.6.25. Thanks to Michael
6 Brown <mike at mjbinvestments dot com> and Krzysztof Nowicki <krissn at op dot pl> at
7 bug 233342.
8 (Portage version: 2.1.4.4)
9
10 Revision Changes Path
11 1.5 sys-fs/vhba/vhba-1.0.0.ebuild
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/vhba/vhba-1.0.0.ebuild?rev=1.5&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/vhba/vhba-1.0.0.ebuild?rev=1.5&content-type=text/plain
15 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/vhba/vhba-1.0.0.ebuild?r1=1.4&r2=1.5
16
17 Index: vhba-1.0.0.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/sys-fs/vhba/vhba-1.0.0.ebuild,v
20 retrieving revision 1.4
21 retrieving revision 1.5
22 diff -u -r1.4 -r1.5
23 --- vhba-1.0.0.ebuild 26 Jun 2008 13:27:30 -0000 1.4
24 +++ vhba-1.0.0.ebuild 3 Aug 2008 20:45:48 -0000 1.5
25 @@ -1,6 +1,6 @@
26 # Copyright 1999-2008 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/vhba/vhba-1.0.0.ebuild,v 1.4 2008/06/26 13:27:30 coldwind Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/sys-fs/vhba/vhba-1.0.0.ebuild,v 1.5 2008/08/03 20:45:48 vanquirius Exp $
30
31 inherit linux-info linux-mod eutils
32
33 @@ -35,7 +35,7 @@
34 einfo "Patching scatterlist"
35 epatch "${FILESDIR}"/${P}-scatterlist.patch || die "Failed to patch scatterlist"
36 fi
37 - if kernel_is 2 6 25 ; then
38 + if kernel_is ge 2 6 25 ; then
39 einfo "Patching scatterlist"
40 epatch "${FILESDIR}"/${P}-scatterlist.patch || die "Failed to patch scatterlist"
41 einfo "Patching scsi_cmnd"
42
43
44
45 1.6 sys-fs/vhba/ChangeLog
46
47 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/vhba/ChangeLog?rev=1.6&view=markup
48 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/vhba/ChangeLog?rev=1.6&content-type=text/plain
49 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/vhba/ChangeLog?r1=1.5&r2=1.6
50
51 Index: ChangeLog
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/sys-fs/vhba/ChangeLog,v
54 retrieving revision 1.5
55 retrieving revision 1.6
56 diff -u -r1.5 -r1.6
57 --- ChangeLog 16 Jul 2008 00:56:51 -0000 1.5
58 +++ ChangeLog 3 Aug 2008 20:45:48 -0000 1.6
59 @@ -1,6 +1,11 @@
60 # ChangeLog for sys-fs/vhba
61 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
62 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/vhba/ChangeLog,v 1.5 2008/07/16 00:56:51 vanquirius Exp $
63 +# $Header: /var/cvsroot/gentoo-x86/sys-fs/vhba/ChangeLog,v 1.6 2008/08/03 20:45:48 vanquirius Exp $
64 +
65 + 03 Aug 2008; Marcelo Goes <vanquirius@g.o> vhba-1.0.0.ebuild:
66 + Scatterlist patch should be for kernels >= 2.6.25, not just 2.6.25. Thanks
67 + to Michael Brown <mike at mjbinvestments dot com> and Krzysztof Nowicki
68 + <krissn at op dot pl> at bug 233342.
69
70 *vhba-1.1.0 (16 Jul 2008)