Gentoo Archives: gentoo-commits

From: "Fabio Erculiani (lxnay)" <lxnay@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-block/iscsitarget: iscsitarget-1.4.19.ebuild ChangeLog
Date: Sun, 28 Feb 2010 17:28:13
Message-Id: E1Nlmw5-0003zr-Rm@stork.gentoo.org
1 lxnay 10/02/28 17:28:09
2
3 Modified: iscsitarget-1.4.19.ebuild ChangeLog
4 Log:
5 add 2.6.33 kernel support to 1.4.19
6 (Portage version: 2.2_rc62/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.3 sys-block/iscsitarget/iscsitarget-1.4.19.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-block/iscsitarget/iscsitarget-1.4.19.ebuild?rev=1.3&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-block/iscsitarget/iscsitarget-1.4.19.ebuild?rev=1.3&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-block/iscsitarget/iscsitarget-1.4.19.ebuild?r1=1.2&r2=1.3
14
15 Index: iscsitarget-1.4.19.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sys-block/iscsitarget/iscsitarget-1.4.19.ebuild,v
18 retrieving revision 1.2
19 retrieving revision 1.3
20 diff -u -r1.2 -r1.3
21 --- iscsitarget-1.4.19.ebuild 28 Feb 2010 17:14:02 -0000 1.2
22 +++ iscsitarget-1.4.19.ebuild 28 Feb 2010 17:28:09 -0000 1.3
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2010 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/sys-block/iscsitarget/iscsitarget-1.4.19.ebuild,v 1.2 2010/02/28 17:14:02 lxnay Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/sys-block/iscsitarget/iscsitarget-1.4.19.ebuild,v 1.3 2010/02/28 17:28:09 lxnay Exp $
28
29 inherit linux-mod eutils flag-o-matic
30
31 @@ -26,6 +26,9 @@
32 epatch "${FILESDIR}"/${PN}-0.4.15-isns-set-scn-flag.patch #180619
33 epatch "${FILESDIR}"/${PN}-0.4.17-build.patch
34 epatch "${FILESDIR}"/${PN}-1.4.18+linux-2.6.32.patch
35 + if kernel_is ge 2 6 33; then
36 + epatch "${FILESDIR}"/${PN}-1.4.19+linux-2.6.33.patch
37 + fi
38 convert_to_m "${S}"/Makefile
39 }
40
41
42
43
44 1.33 sys-block/iscsitarget/ChangeLog
45
46 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-block/iscsitarget/ChangeLog?rev=1.33&view=markup
47 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-block/iscsitarget/ChangeLog?rev=1.33&content-type=text/plain
48 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-block/iscsitarget/ChangeLog?r1=1.32&r2=1.33
49
50 Index: ChangeLog
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/sys-block/iscsitarget/ChangeLog,v
53 retrieving revision 1.32
54 retrieving revision 1.33
55 diff -u -r1.32 -r1.33
56 --- ChangeLog 28 Feb 2010 17:14:02 -0000 1.32
57 +++ ChangeLog 28 Feb 2010 17:28:09 -0000 1.33
58 @@ -1,6 +1,10 @@
59 # ChangeLog for sys-block/iscsitarget
60 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
61 -# $Header: /var/cvsroot/gentoo-x86/sys-block/iscsitarget/ChangeLog,v 1.32 2010/02/28 17:14:02 lxnay Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/sys-block/iscsitarget/ChangeLog,v 1.33 2010/02/28 17:28:09 lxnay Exp $
63 +
64 + 28 Feb 2010; Fabio Erculiani <lxnay@g.o> iscsitarget-1.4.19.ebuild,
65 + +files/iscsitarget-1.4.19+linux-2.6.33.patch:
66 + add 2.6.33 kernel support to 1.4.19
67
68 28 Feb 2010; Fabio Erculiani <lxnay@g.o> iscsitarget-1.4.19.ebuild:
69 KSRC= also required for 'emake usr'