prometheanfire    15/05/07 23:04:40

  Modified:             nova-2015.1.0.ebuild nova-2015.1.9999.ebuild
                        ChangeLog
  Log:
  fixed doc generation
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
0x33ED3FD25AFC78BA)

Revision  Changes    Path
1.3                  sys-cluster/nova/nova-2015.1.0.ebuild

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

Index: nova-2015.1.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-cluster/nova/nova-2015.1.0.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- nova-2015.1.0.ebuild        4 May 2015 15:09:48 -0000       1.2
+++ nova-2015.1.0.ebuild        7 May 2015 23:04:40 -0000       1.3
@@ -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/nova/nova-2015.1.0.ebuild,v 1.2 
2015/05/04 15:09:48 prometheanfire Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/nova/nova-2015.1.0.ebuild,v 1.3 
2015/05/07 23:04:40 prometheanfire Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python2_7 )
@@ -24,6 +24,7 @@
                <dev-python/pbr-1.0[${PYTHON_USEDEP}]
                app-admin/sudo"
 
+# barbicanclient is in here for doc generation
 RDEPEND="
        sqlite? (
                >=dev-python/sqlalchemy-0.9.7[sqlite,${PYTHON_USEDEP}]
@@ -67,6 +68,8 @@
        <dev-python/python-neutronclient-2.5.0[${PYTHON_USEDEP}]
        >=dev-python/python-glanceclient-0.15.0[${PYTHON_USEDEP}]
        <dev-python/python-glanceclient-0.18.0[${PYTHON_USEDEP}]
+       >=dev-python/python-barbicanclient-3.0.1[${PYTHON_USEDEP}]
+       <dev-python/python-barbicanclient-3.1.0[${PYTHON_USEDEP}]
        >=dev-python/six-1.9.0[${PYTHON_USEDEP}]
        >=dev-python/stevedore-1.3.0[${PYTHON_USEDEP}]
        <dev-python/stevedore-1.4.0[${PYTHON_USEDEP}]
@@ -125,11 +128,12 @@
        fi
        enewgroup nova
        enewuser nova -1 -1 /var/lib/nova nova
+       sed -i 's/python/python2\.7/g' tools/config/generate_sample.sh || die
 }
 
 python_compile() {
        distutils-r1_python_compile
-       ./tools/config/generate_sample.sh -b ./ -p nova -o etc/nova
+       ./tools/config/generate_sample.sh -b ./ -p nova -o etc/nova || die
 }
 
 python_install() {



1.3                  sys-cluster/nova/nova-2015.1.9999.ebuild

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

Index: nova-2015.1.9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-cluster/nova/nova-2015.1.9999.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- nova-2015.1.9999.ebuild     4 May 2015 15:09:48 -0000       1.2
+++ nova-2015.1.9999.ebuild     7 May 2015 23:04:40 -0000       1.3
@@ -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/nova/nova-2015.1.9999.ebuild,v 
1.2 2015/05/04 15:09:48 prometheanfire Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/nova/nova-2015.1.9999.ebuild,v 
1.3 2015/05/07 23:04:40 prometheanfire Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python2_7 )
@@ -24,6 +24,7 @@
                <dev-python/pbr-1.0[${PYTHON_USEDEP}]
                app-admin/sudo"
 
+# barbicanclient is in here for doc generation
 RDEPEND="
        sqlite? (
                >=dev-python/sqlalchemy-0.9.7[sqlite,${PYTHON_USEDEP}]
@@ -67,6 +68,8 @@
        <dev-python/python-neutronclient-2.5.0[${PYTHON_USEDEP}]
        >=dev-python/python-glanceclient-0.15.0[${PYTHON_USEDEP}]
        <dev-python/python-glanceclient-0.18.0[${PYTHON_USEDEP}]
+       >=dev-python/python-barbicanclient-3.0.1[${PYTHON_USEDEP}]
+       <dev-python/python-barbicanclient-3.1.0[${PYTHON_USEDEP}]
        >=dev-python/six-1.9.0[${PYTHON_USEDEP}]
        >=dev-python/stevedore-1.3.0[${PYTHON_USEDEP}]
        <dev-python/stevedore-1.4.0[${PYTHON_USEDEP}]
@@ -125,11 +128,12 @@
        fi
        enewgroup nova
        enewuser nova -1 -1 /var/lib/nova nova
+       sed -i 's/python/python2\.7/g' tools/config/generate_sample.sh || die
 }
 
 python_compile() {
        distutils-r1_python_compile
-       ./tools/config/generate_sample.sh -b ./ -p nova -o etc/nova
+       ./tools/config/generate_sample.sh -b ./ -p nova -o etc/nova || die
 }
 
 python_install() {



1.89                 sys-cluster/nova/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-cluster/nova/ChangeLog,v
retrieving revision 1.88
retrieving revision 1.89
diff -u -r1.88 -r1.89
--- ChangeLog   4 May 2015 15:09:48 -0000       1.88
+++ ChangeLog   7 May 2015 23:04:40 -0000       1.89
@@ -1,6 +1,10 @@
 # ChangeLog for sys-cluster/nova
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-cluster/nova/ChangeLog,v 1.88 
2015/05/04 15:09:48 prometheanfire Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/nova/ChangeLog,v 1.89 
2015/05/07 23:04:40 prometheanfire Exp $
+
+  07 May 2015; Matthew Thode <[email protected]> nova-2015.1.0.ebuild,
+  nova-2015.1.9999.ebuild:
+  fixed doc generation
 
   04 May 2015; Matthew Thode <[email protected]> nova-2015.1.0.ebuild,
   nova-2015.1.9999.ebuild:




Reply via email to