public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sys-block/open-iscsi: open-iscsi-2.0.871-r1.ebuild ChangeLog open-iscsi-2.0.872.ebuild open-iscsi-2.0.871.ebuild open-iscsi-2.0.871.3.ebuild
@ 2011-11-05 23:03 Robin H. Johnson (robbat2)
  0 siblings, 0 replies; only message in thread
From: Robin H. Johnson (robbat2) @ 2011-11-05 23:03 UTC (permalink / raw
  To: gentoo-commits

robbat2     11/11/05 23:03:00

  Modified:             open-iscsi-2.0.871-r1.ebuild ChangeLog
                        open-iscsi-2.0.872.ebuild open-iscsi-2.0.871.ebuild
                        open-iscsi-2.0.871.3.ebuild
  Log:
  Fix linux_chkconfig_module usage to be non-fatal, this package does not build kernel modules. Verified good build with no kernel sources or kernel config available.
  
  (Portage version: 2.2.0_alpha72/cvs/Linux x86_64)

Revision  Changes    Path
1.8                  sys-block/open-iscsi/open-iscsi-2.0.871-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-block/open-iscsi/open-iscsi-2.0.871-r1.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-block/open-iscsi/open-iscsi-2.0.871-r1.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-block/open-iscsi/open-iscsi-2.0.871-r1.ebuild?r1=1.7&r2=1.8

Index: open-iscsi-2.0.871-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-block/open-iscsi/open-iscsi-2.0.871-r1.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -p -w -b -B -u -u -r1.7 -r1.8
--- open-iscsi-2.0.871-r1.ebuild	13 Jun 2011 01:47:26 -0000	1.7
+++ open-iscsi-2.0.871-r1.ebuild	5 Nov 2011 23:03:00 -0000	1.8
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-block/open-iscsi/open-iscsi-2.0.871-r1.ebuild,v 1.7 2011/06/13 01:47:26 sping Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-block/open-iscsi/open-iscsi-2.0.871-r1.ebuild,v 1.8 2011/11/05 23:03:00 robbat2 Exp $
 
 EAPI=2
 inherit versionator linux-info eutils flag-o-matic
@@ -34,7 +34,7 @@ pkg_setup() {
 	CONFIG_CHECK_MODULES="SCSI_ISCSI_ATTRS ISCSI_TCP"
 	if linux_config_exists; then
 		for module in ${CONFIG_CHECK_MODULES}; do
-			linux_chkconfig_module ${module} || die "${module} needs to be built as module (builtin doesn't work)"
+			linux_chkconfig_module ${module} || ewarn "${module} needs to be built as module (builtin doesn't work)"
 		done
 	fi
 }



1.37                 sys-block/open-iscsi/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-block/open-iscsi/ChangeLog?rev=1.37&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-block/open-iscsi/ChangeLog?rev=1.37&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-block/open-iscsi/ChangeLog?r1=1.36&r2=1.37

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-block/open-iscsi/ChangeLog,v
retrieving revision 1.36
retrieving revision 1.37
diff -p -w -b -B -u -u -r1.36 -r1.37
--- ChangeLog	2 Nov 2011 06:18:40 -0000	1.36
+++ ChangeLog	5 Nov 2011 23:03:00 -0000	1.37
@@ -1,6 +1,13 @@
 # ChangeLog for sys-block/open-iscsi
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-block/open-iscsi/ChangeLog,v 1.36 2011/11/02 06:18:40 kingtaco Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-block/open-iscsi/ChangeLog,v 1.37 2011/11/05 23:03:00 robbat2 Exp $
+
+  05 Nov 2011; Robin H. Johnson <robbat2@gentoo.org> open-iscsi-2.0.871.ebuild,
+  open-iscsi-2.0.871-r1.ebuild, open-iscsi-2.0.871.3.ebuild,
+  open-iscsi-2.0.872.ebuild:
+  Fix linux_chkconfig_module usage to be non-fatal, this package does not build
+  kernel modules. Verified good build with no kernel sources or kernel config
+  available.
 
   02 Nov 2011; Mike Doty <kingtaco@gentoo.org> metadata.xml:
   Setting maintainer to base-system



1.3                  sys-block/open-iscsi/open-iscsi-2.0.872.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-block/open-iscsi/open-iscsi-2.0.872.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-block/open-iscsi/open-iscsi-2.0.872.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-block/open-iscsi/open-iscsi-2.0.872.ebuild?r1=1.2&r2=1.3

Index: open-iscsi-2.0.872.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-block/open-iscsi/open-iscsi-2.0.872.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -p -w -b -B -u -u -r1.2 -r1.3
--- open-iscsi-2.0.872.ebuild	13 Jun 2011 01:47:26 -0000	1.2
+++ open-iscsi-2.0.872.ebuild	5 Nov 2011 23:03:00 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-block/open-iscsi/open-iscsi-2.0.872.ebuild,v 1.2 2011/06/13 01:47:26 sping Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-block/open-iscsi/open-iscsi-2.0.872.ebuild,v 1.3 2011/11/05 23:03:00 robbat2 Exp $
 
 EAPI=2
 inherit versionator linux-info eutils flag-o-matic
@@ -34,7 +34,7 @@ pkg_setup() {
 	CONFIG_CHECK_MODULES="SCSI_ISCSI_ATTRS ISCSI_TCP"
 	if linux_config_exists; then
 		for module in ${CONFIG_CHECK_MODULES}; do
-			linux_chkconfig_module ${module} || die "${module} needs to be built as module (builtin doesn't work)"
+			linux_chkconfig_module ${module} || ewarn "${module} needs to be built as module (builtin doesn't work)"
 		done
 	fi
 }



1.4                  sys-block/open-iscsi/open-iscsi-2.0.871.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-block/open-iscsi/open-iscsi-2.0.871.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-block/open-iscsi/open-iscsi-2.0.871.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-block/open-iscsi/open-iscsi-2.0.871.ebuild?r1=1.3&r2=1.4

Index: open-iscsi-2.0.871.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-block/open-iscsi/open-iscsi-2.0.871.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -p -w -b -B -u -u -r1.3 -r1.4
--- open-iscsi-2.0.871.ebuild	13 Jun 2011 01:47:26 -0000	1.3
+++ open-iscsi-2.0.871.ebuild	5 Nov 2011 23:03:00 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-block/open-iscsi/open-iscsi-2.0.871.ebuild,v 1.3 2011/06/13 01:47:26 sping Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-block/open-iscsi/open-iscsi-2.0.871.ebuild,v 1.4 2011/11/05 23:03:00 robbat2 Exp $
 
 inherit versionator linux-mod eutils flag-o-matic
 
@@ -36,7 +36,7 @@ pkg_setup() {
 	# If there's a new release, check whether this is still valid!
 
 	for module in ${CONFIG_CHECK_MODULES}; do
-		linux_chkconfig_module ${module} || die "${module} needs to be built as module (builtin doesn't work)"
+		linux_chkconfig_module ${module} || ewarn "${module} needs to be built as module (builtin doesn't work)"
 	done
 }
 



1.7                  sys-block/open-iscsi/open-iscsi-2.0.871.3.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-block/open-iscsi/open-iscsi-2.0.871.3.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-block/open-iscsi/open-iscsi-2.0.871.3.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-block/open-iscsi/open-iscsi-2.0.871.3.ebuild?r1=1.6&r2=1.7

Index: open-iscsi-2.0.871.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-block/open-iscsi/open-iscsi-2.0.871.3.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -p -w -b -B -u -u -r1.6 -r1.7
--- open-iscsi-2.0.871.3.ebuild	19 Jun 2011 13:56:16 -0000	1.6
+++ open-iscsi-2.0.871.3.ebuild	5 Nov 2011 23:03:00 -0000	1.7
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-block/open-iscsi/open-iscsi-2.0.871.3.ebuild,v 1.6 2011/06/19 13:56:16 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-block/open-iscsi/open-iscsi-2.0.871.3.ebuild,v 1.7 2011/11/05 23:03:00 robbat2 Exp $
 
 EAPI=2
 inherit versionator linux-info eutils flag-o-matic
@@ -31,7 +31,7 @@ pkg_setup() {
 	CONFIG_CHECK_MODULES="SCSI_ISCSI_ATTRS ISCSI_TCP"
 	if linux_config_exists; then
 		for module in ${CONFIG_CHECK_MODULES}; do
-			linux_chkconfig_module ${module} || die "${module} needs to be built as module (builtin doesn't work)"
+			linux_chkconfig_module ${module} || ewarn "${module} needs to be built as module (builtin doesn't work)"
 		done
 	fi
 }






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2011-11-05 23:03 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-11-05 23:03 [gentoo-commits] gentoo-x86 commit in sys-block/open-iscsi: open-iscsi-2.0.871-r1.ebuild ChangeLog open-iscsi-2.0.872.ebuild open-iscsi-2.0.871.ebuild open-iscsi-2.0.871.3.ebuild Robin H. Johnson (robbat2)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox