Gentoo Archives: gentoo-commits

From: "Robin H. Johnson (robbat2)" <robbat2@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-block/open-iscsi: ChangeLog open-iscsi-2.0.871-r1.ebuild open-iscsi-2.0.871.3.ebuild
Date: Wed, 31 Mar 2010 23:19:41
Message-Id: E1Nx7CF-0001yv-H2@stork.gentoo.org
1 robbat2 10/03/31 23:19:39
2
3 Modified: ChangeLog open-iscsi-2.0.871-r1.ebuild
4 open-iscsi-2.0.871.3.ebuild
5 Log:
6 CONFIG_CHECK_MODULES should continue to exist for the as-module sanity check.
7 (Portage version: 2.2_rc67/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.29 sys-block/open-iscsi/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-block/open-iscsi/ChangeLog?rev=1.29&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-block/open-iscsi/ChangeLog?rev=1.29&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-block/open-iscsi/ChangeLog?r1=1.28&r2=1.29
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-block/open-iscsi/ChangeLog,v
19 retrieving revision 1.28
20 retrieving revision 1.29
21 diff -p -w -b -B -u -u -r1.28 -r1.29
22 --- ChangeLog 7 Mar 2010 18:45:40 -0000 1.28
23 +++ ChangeLog 31 Mar 2010 23:19:39 -0000 1.29
24 @@ -1,6 +1,11 @@
25 # ChangeLog for sys-block/open-iscsi
26 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/sys-block/open-iscsi/ChangeLog,v 1.28 2010/03/07 18:45:40 dertobi123 Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sys-block/open-iscsi/ChangeLog,v 1.29 2010/03/31 23:19:39 robbat2 Exp $
29 +
30 + 31 Mar 2010; Robin H. Johnson <robbat2@g.o>
31 + open-iscsi-2.0.871-r1.ebuild, open-iscsi-2.0.871.3.ebuild:
32 + CONFIG_CHECK_MODULES should continue to exist for the as-module sanity
33 + check.
34
35 *open-iscsi-2.0.871.3 (07 Mar 2010)
36
37
38
39
40 1.6 sys-block/open-iscsi/open-iscsi-2.0.871-r1.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-block/open-iscsi/open-iscsi-2.0.871-r1.ebuild?rev=1.6&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-block/open-iscsi/open-iscsi-2.0.871-r1.ebuild?rev=1.6&content-type=text/plain
44 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-block/open-iscsi/open-iscsi-2.0.871-r1.ebuild?r1=1.5&r2=1.6
45
46 Index: open-iscsi-2.0.871-r1.ebuild
47 ===================================================================
48 RCS file: /var/cvsroot/gentoo-x86/sys-block/open-iscsi/open-iscsi-2.0.871-r1.ebuild,v
49 retrieving revision 1.5
50 retrieving revision 1.6
51 diff -p -w -b -B -u -u -r1.5 -r1.6
52 --- open-iscsi-2.0.871-r1.ebuild 8 Dec 2009 19:08:11 -0000 1.5
53 +++ open-iscsi-2.0.871-r1.ebuild 31 Mar 2010 23:19:39 -0000 1.6
54 @@ -1,6 +1,6 @@
55 -# Copyright 1999-2009 Gentoo Foundation
56 +# Copyright 1999-2010 Gentoo Foundation
57 # Distributed under the terms of the GNU General Public License v2
58 -# $Header: /var/cvsroot/gentoo-x86/sys-block/open-iscsi/open-iscsi-2.0.871-r1.ebuild,v 1.5 2009/12/08 19:08:11 nixnut Exp $
59 +# $Header: /var/cvsroot/gentoo-x86/sys-block/open-iscsi/open-iscsi-2.0.871-r1.ebuild,v 1.6 2010/03/31 23:19:39 robbat2 Exp $
60
61 EAPI=2
62 inherit versionator linux-info eutils flag-o-matic
63 @@ -31,6 +31,7 @@ pkg_setup() {
64 # more information:
65 # http://groups.google.com/group/open-iscsi/browse_thread/thread/cc10498655b40507/fd6a4ba0c8e91966
66 # If there's a new release, check whether this is still valid!
67 + CONFIG_CHECK_MODULES="SCSI_ISCSI_ATTRS ISCSI_TCP"
68 if linux_config_exists; then
69 for module in ${CONFIG_CHECK_MODULES}; do
70 linux_chkconfig_module ${module} || die "${module} needs to be built as module (builtin doesn't work)"
71
72
73
74 1.2 sys-block/open-iscsi/open-iscsi-2.0.871.3.ebuild
75
76 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-block/open-iscsi/open-iscsi-2.0.871.3.ebuild?rev=1.2&view=markup
77 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-block/open-iscsi/open-iscsi-2.0.871.3.ebuild?rev=1.2&content-type=text/plain
78 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-block/open-iscsi/open-iscsi-2.0.871.3.ebuild?r1=1.1&r2=1.2
79
80 Index: open-iscsi-2.0.871.3.ebuild
81 ===================================================================
82 RCS file: /var/cvsroot/gentoo-x86/sys-block/open-iscsi/open-iscsi-2.0.871.3.ebuild,v
83 retrieving revision 1.1
84 retrieving revision 1.2
85 diff -p -w -b -B -u -u -r1.1 -r1.2
86 --- open-iscsi-2.0.871.3.ebuild 7 Mar 2010 18:45:40 -0000 1.1
87 +++ open-iscsi-2.0.871.3.ebuild 31 Mar 2010 23:19:39 -0000 1.2
88 @@ -1,6 +1,6 @@
89 # Copyright 1999-2010 Gentoo Foundation
90 # Distributed under the terms of the GNU General Public License v2
91 -# $Header: /var/cvsroot/gentoo-x86/sys-block/open-iscsi/open-iscsi-2.0.871.3.ebuild,v 1.1 2010/03/07 18:45:40 dertobi123 Exp $
92 +# $Header: /var/cvsroot/gentoo-x86/sys-block/open-iscsi/open-iscsi-2.0.871.3.ebuild,v 1.2 2010/03/31 23:19:39 robbat2 Exp $
93
94 EAPI=2
95 inherit versionator linux-info eutils flag-o-matic
96 @@ -28,6 +28,7 @@ pkg_setup() {
97 # more information:
98 # http://groups.google.com/group/open-iscsi/browse_thread/thread/cc10498655b40507/fd6a4ba0c8e91966
99 # If there's a new release, check whether this is still valid!
100 + CONFIG_CHECK_MODULES="SCSI_ISCSI_ATTRS ISCSI_TCP"
101 if linux_config_exists; then
102 for module in ${CONFIG_CHECK_MODULES}; do
103 linux_chkconfig_module ${module} || die "${module} needs to be built as module (builtin doesn't work)"