Gentoo Archives: gentoo-commits

From: "Diego Petteno (flameeyes)" <flameeyes@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-block/iscsitarget: iscsitarget-0.4.16_p162.ebuild ChangeLog
Date: Thu, 28 Aug 2008 08:36:59
Message-Id: E1KYczu-0001CF-Qa@stork.gentoo.org
1 flameeyes 08/08/28 08:36:54
2
3 Modified: iscsitarget-0.4.16_p162.ebuild ChangeLog
4 Log:
5 Install the iscsi_trgt module in misc rather than kernel directory, see bug #235917.
6 (Portage version: 2.2_rc8/cvs/Linux 2.6.26-gentoo-r1 x86_64)
7
8 Revision Changes Path
9 1.2 sys-block/iscsitarget/iscsitarget-0.4.16_p162.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-block/iscsitarget/iscsitarget-0.4.16_p162.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-block/iscsitarget/iscsitarget-0.4.16_p162.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-block/iscsitarget/iscsitarget-0.4.16_p162.ebuild?r1=1.1&r2=1.2
14
15 Index: iscsitarget-0.4.16_p162.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sys-block/iscsitarget/iscsitarget-0.4.16_p162.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- iscsitarget-0.4.16_p162.ebuild 18 Jul 2008 16:03:37 -0000 1.1
22 +++ iscsitarget-0.4.16_p162.ebuild 28 Aug 2008 08:36:54 -0000 1.2
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2008 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/sys-block/iscsitarget/iscsitarget-0.4.16_p162.ebuild,v 1.1 2008/07/18 16:03:37 flameeyes Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/sys-block/iscsitarget/iscsitarget-0.4.16_p162.ebuild,v 1.2 2008/08/28 08:36:54 flameeyes Exp $
28
29 inherit linux-mod eutils flag-o-matic
30
31 @@ -15,7 +15,7 @@
32
33 DEPEND="dev-libs/openssl"
34
35 -MODULE_NAMES="iscsi_trgt(kernel/iscsi:${S}/kernel)"
36 +MODULE_NAMES="iscsi_trgt(misc:${S}/kernel)"
37 CONFIG_CHECK="CRYPTO_CRC32C"
38 ERROR_CFG="iscsitarget needs support for CRC32C in your kernel."
39
40
41
42
43 1.15 sys-block/iscsitarget/ChangeLog
44
45 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-block/iscsitarget/ChangeLog?rev=1.15&view=markup
46 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-block/iscsitarget/ChangeLog?rev=1.15&content-type=text/plain
47 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-block/iscsitarget/ChangeLog?r1=1.14&r2=1.15
48
49 Index: ChangeLog
50 ===================================================================
51 RCS file: /var/cvsroot/gentoo-x86/sys-block/iscsitarget/ChangeLog,v
52 retrieving revision 1.14
53 retrieving revision 1.15
54 diff -u -r1.14 -r1.15
55 --- ChangeLog 18 Jul 2008 16:03:37 -0000 1.14
56 +++ ChangeLog 28 Aug 2008 08:36:54 -0000 1.15
57 @@ -1,6 +1,11 @@
58 # ChangeLog for sys-block/iscsitarget
59 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
60 -# $Header: /var/cvsroot/gentoo-x86/sys-block/iscsitarget/ChangeLog,v 1.14 2008/07/18 16:03:37 flameeyes Exp $
61 +# $Header: /var/cvsroot/gentoo-x86/sys-block/iscsitarget/ChangeLog,v 1.15 2008/08/28 08:36:54 flameeyes Exp $
62 +
63 + 28 Aug 2008; Diego Pettenò <flameeyes@g.o>
64 + iscsitarget-0.4.16_p162.ebuild:
65 + Install the iscsi_trgt module in misc rather than kernel directory, see
66 + bug #235917.
67
68 *iscsitarget-0.4.16_p162 (18 Jul 2008)