prometheanfire    15/05/12 05:25:33

  Modified:             ChangeLog cinder-2015.1.0.ebuild metadata.xml
                        cinder-2015.1.9999.ebuild
  Log:
  you know, stuff
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
0x33ED3FD25AFC78BA)

Revision  Changes    Path
1.55                 sys-cluster/cinder/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-cluster/cinder/ChangeLog,v
retrieving revision 1.54
retrieving revision 1.55
diff -u -r1.54 -r1.55
--- ChangeLog   10 May 2015 00:01:50 -0000      1.54
+++ ChangeLog   12 May 2015 05:25:33 -0000      1.55
@@ -1,6 +1,10 @@
 # ChangeLog for sys-cluster/cinder
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-cluster/cinder/ChangeLog,v 1.54 
2015/05/10 00:01:50 prometheanfire Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/cinder/ChangeLog,v 1.55 
2015/05/12 05:25:33 prometheanfire Exp $
+
+  12 May 2015; Matthew Thode <[email protected]> 
cinder-2015.1.0.ebuild,
+  cinder-2015.1.9999.ebuild:
+  fixed config gen for kilo
 
   10 May 2015; Matthew Thode <[email protected]> 
cinder-2015.1.0.ebuild,
   cinder-2015.1.9999.ebuild:



1.4                  sys-cluster/cinder/cinder-2015.1.0.ebuild

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

Index: cinder-2015.1.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-cluster/cinder/cinder-2015.1.0.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- cinder-2015.1.0.ebuild      10 May 2015 00:01:50 -0000      1.3
+++ cinder-2015.1.0.ebuild      12 May 2015 05:25:33 -0000      1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-cluster/cinder/cinder-2015.1.0.ebuild,v 
1.3 2015/05/10 00:01:50 prometheanfire Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/cinder/cinder-2015.1.0.ebuild,v 
1.4 2015/05/12 05:25:33 prometheanfire Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python2_7 )
@@ -143,9 +143,12 @@
        enewuser cinder -1 -1 /var/lib/cinder cinder
 }
 
-#python_compile_all() { leave for next attempt
-#      use doc && emake -C doc html
-#}
+python_compile() {
+               distutils-r1_python_compile
+               mv cinder/test.py cinder/test.py.bak || die
+               ./tools/config/generate_sample.sh -b ./ -p cinder -o etc/cinder 
|| die
+               mv cinder/test.py.bak cinder/test.py || die
+}
 
 python_test() {
        # Let's track progress of this # 
https://bugs.launchpad.net/swift/+bug/1249727



1.4                  sys-cluster/cinder/metadata.xml

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

Index: metadata.xml
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-cluster/cinder/metadata.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- metadata.xml        11 May 2014 12:22:00 -0000      1.3
+++ metadata.xml        12 May 2015 05:25:33 -0000      1.4
@@ -13,13 +13,8 @@
     <flag name="api">Installs the initscripts for the cinder api service</flag>
     <flag name="scheduler">Installs the initscripts for the cinder scheduler 
service</flag>
     <flag name="volume">Installs the initscripts for the cinder volume 
service</flag>
-    <flag name="iscsi">
-      Allow using an iSCSI remote storage server as pool for disk image storage
-    </flag>
-    <flag name="lvm">
-      Allow using the Logical Volume Manager (<pkg>sys-apps/lvm2</pkg>) as 
pool for disk image
-      storage
-    </flag>
+    <flag name="iscsi">Allow using an iSCSI remote storage server as pool for 
disk image storage</flag>
+    <flag name="lvm">Allow using the Logical Volume Manager 
(<pkg>sys-apps/lvm2</pkg>) as pool for disk image storage</flag>
 
   </use>
 </pkgmetadata>



1.4                  sys-cluster/cinder/cinder-2015.1.9999.ebuild

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

Index: cinder-2015.1.9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-cluster/cinder/cinder-2015.1.9999.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- cinder-2015.1.9999.ebuild   10 May 2015 00:01:50 -0000      1.3
+++ cinder-2015.1.9999.ebuild   12 May 2015 05:25:33 -0000      1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/sys-cluster/cinder/cinder-2015.1.9999.ebuild,v 1.3 
2015/05/10 00:01:50 prometheanfire Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/sys-cluster/cinder/cinder-2015.1.9999.ebuild,v 1.4 
2015/05/12 05:25:33 prometheanfire Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python2_7 )
@@ -144,9 +144,12 @@
        enewuser cinder -1 -1 /var/lib/cinder cinder
 }
 
-#python_compile_all() { leave for next attempt
-#      use doc && emake -C doc html
-#}
+python_compile() {
+               distutils-r1_python_compile
+               mv cinder/test.py cinder/test.py.bak || die
+               ./tools/config/generate_sample.sh -b ./ -p cinder -o etc/cinder 
|| die
+               mv cinder/test.py.bak cinder/test.py || die
+}
 
 python_test() {
        # Let's track progress of this # 
https://bugs.launchpad.net/swift/+bug/1249727




Reply via email to