prometheanfire    14/10/11 23:11:57

  Modified:             cinder-2014.1.9999.ebuild cinder-2014.1.3.ebuild
                        ChangeLog
  Log:
  forgot the linux module checking
  
  (Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key 
0x2471eb3e40ac5ac3)

Revision  Changes    Path
1.7                  sys-cluster/cinder/cinder-2014.1.9999.ebuild

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

Index: cinder-2014.1.9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-cluster/cinder/cinder-2014.1.9999.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- cinder-2014.1.9999.ebuild   11 Oct 2014 22:33:53 -0000      1.6
+++ cinder-2014.1.9999.ebuild   11 Oct 2014 23:11:57 -0000      1.7
@@ -1,11 +1,11 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/sys-cluster/cinder/cinder-2014.1.9999.ebuild,v 1.6 
2014/10/11 22:33:53 prometheanfire Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/sys-cluster/cinder/cinder-2014.1.9999.ebuild,v 1.7 
2014/10/11 23:11:57 prometheanfire Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python2_7 )
 
-inherit distutils-r1 eutils git-2 user
+inherit distutils-r1 eutils git-2 linux-info user
 
 DESCRIPTION="Cinder is the OpenStack Block storage service, a spin out of 
nova-volumes"
 HOMEPAGE="https://launchpad.net/cinder";
@@ -97,6 +97,13 @@
 PATCHES=( )
 
 pkg_setup() {
+       linux-info_pkg_setup
+       CONFIG_CHECK_MODULES="ISCSI_TCP"
+       if linux_config_exists; then
+               for module in ${CONFIG_CHECK_MODULES}; do
+                       linux_chkconfig_present ${module} || ewarn "${module} 
needs to be built as module (builtin doesn't work)"
+               done
+       fi
        enewgroup cinder
        enewuser cinder -1 -1 /var/lib/cinder cinder
 }



1.2                  sys-cluster/cinder/cinder-2014.1.3.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/cinder/cinder-2014.1.3.ebuild?rev=1.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/cinder/cinder-2014.1.3.ebuild?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/cinder/cinder-2014.1.3.ebuild?r1=1.1&r2=1.2

Index: cinder-2014.1.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-cluster/cinder/cinder-2014.1.3.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- cinder-2014.1.3.ebuild      11 Oct 2014 22:33:53 -0000      1.1
+++ cinder-2014.1.3.ebuild      11 Oct 2014 23:11:57 -0000      1.2
@@ -1,11 +1,11 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-cluster/cinder/cinder-2014.1.3.ebuild,v 
1.1 2014/10/11 22:33:53 prometheanfire Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/cinder/cinder-2014.1.3.ebuild,v 
1.2 2014/10/11 23:11:57 prometheanfire Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python2_7 )
 
-inherit distutils-r1 eutils user
+inherit distutils-r1 eutils linux-info user
 
 DESCRIPTION="Cinder is the OpenStack Block storage service, a spin out of 
nova-volumes"
 HOMEPAGE="https://launchpad.net/cinder";
@@ -96,6 +96,13 @@
 PATCHES=( )
 
 pkg_setup() {
+       linux-info_pkg_setup
+       CONFIG_CHECK_MODULES="ISCSI_TCP"
+       if linux_config_exists; then
+               for module in ${CONFIG_CHECK_MODULES}; do
+                       linux_chkconfig_present ${module} || ewarn "${module} 
needs to be built as module (builtin doesn't work)"
+               done
+       fi
        enewgroup cinder
        enewuser cinder -1 -1 /var/lib/cinder cinder
 }



1.45                 sys-cluster/cinder/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/cinder/ChangeLog?rev=1.45&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/cinder/ChangeLog?rev=1.45&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/cinder/ChangeLog?r1=1.44&r2=1.45

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-cluster/cinder/ChangeLog,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -r1.44 -r1.45
--- ChangeLog   11 Oct 2014 22:33:53 -0000      1.44
+++ ChangeLog   11 Oct 2014 23:11:57 -0000      1.45
@@ -1,6 +1,10 @@
 # ChangeLog for sys-cluster/cinder
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-cluster/cinder/ChangeLog,v 1.44 
2014/10/11 22:33:53 prometheanfire Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/cinder/ChangeLog,v 1.45 
2014/10/11 23:11:57 prometheanfire Exp $
+
+  11 Oct 2014; Matthew Thode <[email protected]> 
cinder-2014.1.3.ebuild,
+  cinder-2014.1.9999.ebuild:
+  forgot the linux module checking
 
 *cinder-2014.1.3 (11 Oct 2014)
 




Reply via email to