Gentoo Archives: gentoo-commits

From: "Peter Volkov (pva)" <pva@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-fs/vhba: ChangeLog vhba-1.2.1.ebuild
Date: Mon, 26 Apr 2010 19:40:42
Message-Id: 20100426194036.B3F8F2C04C@corvid.gentoo.org
1 pva 10/04/26 19:40:36
2
3 Modified: ChangeLog vhba-1.2.1.ebuild
4 Log:
5 Fixed build issue with 2.6.34 kernels, bug #317119, thank Rion for report.
6 (Portage version: 2.1.8.3/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.17 sys-fs/vhba/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/vhba/ChangeLog?rev=1.17&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/vhba/ChangeLog?rev=1.17&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/vhba/ChangeLog?r1=1.16&r2=1.17
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sys-fs/vhba/ChangeLog,v
18 retrieving revision 1.16
19 retrieving revision 1.17
20 diff -u -r1.16 -r1.17
21 --- ChangeLog 5 Mar 2010 14:19:34 -0000 1.16
22 +++ ChangeLog 26 Apr 2010 19:40:36 -0000 1.17
23 @@ -1,6 +1,10 @@
24 # ChangeLog for sys-fs/vhba
25 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/vhba/ChangeLog,v 1.16 2010/03/05 14:19:34 pva Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/sys-fs/vhba/ChangeLog,v 1.17 2010/04/26 19:40:36 pva Exp $
28 +
29 + 26 Apr 2010; Peter Volkov <pva@g.o>
30 + +files/vhba-1.2.1-kernel-2.6.34.patch:
31 + Fixed build issue with 2.6.34 kernels, bug #317119, thank Rion for report.
32
33 05 Mar 2010; Peter Volkov <pva@g.o> vhba-1.2.1.ebuild,
34 +files/vhba-1.2.1-kernel-2.6.33.patch:
35
36
37
38 1.7 sys-fs/vhba/vhba-1.2.1.ebuild
39
40 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/vhba/vhba-1.2.1.ebuild?rev=1.7&view=markup
41 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/vhba/vhba-1.2.1.ebuild?rev=1.7&content-type=text/plain
42 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/vhba/vhba-1.2.1.ebuild?r1=1.6&r2=1.7
43
44 Index: vhba-1.2.1.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/sys-fs/vhba/vhba-1.2.1.ebuild,v
47 retrieving revision 1.6
48 retrieving revision 1.7
49 diff -u -r1.6 -r1.7
50 --- vhba-1.2.1.ebuild 5 Mar 2010 14:19:34 -0000 1.6
51 +++ vhba-1.2.1.ebuild 26 Apr 2010 19:40:36 -0000 1.7
52 @@ -1,6 +1,6 @@
53 # Copyright 1999-2010 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/vhba/vhba-1.2.1.ebuild,v 1.6 2010/03/05 14:19:34 pva Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/sys-fs/vhba/vhba-1.2.1.ebuild,v 1.7 2010/04/26 19:40:36 pva Exp $
57
58 EAPI="2"
59
60 @@ -33,7 +33,8 @@
61 epatch \
62 "${FILESDIR}/${PV}-parallel_build.patch" \
63 "${FILESDIR}/${PV}-kerneldir.patch" \
64 - "${FILESDIR}/${P}-kernel-2.6.33.patch"
65 + "${FILESDIR}/${P}-kernel-2.6.33.patch" \
66 + "${FILESDIR}/${P}-kernel-2.6.34.patch"
67 }
68
69 src_install() {