diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2013-09-27 00:02:17 +0000 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2013-09-27 00:02:17 +0000 |
commit | edf577cfea3c14708c2e43d8e73b77fb10e99886 (patch) | |
tree | 8e6b14b80a0cd39cad69ff37f178698c1eabeb99 /sys-cluster | |
parent | Security removal of 1.5.8 wrt bug 369075 (diff) | |
download | gentoo-2-edf577cfea3c14708c2e43d8e73b77fb10e99886.tar.gz gentoo-2-edf577cfea3c14708c2e43d8e73b77fb10e99886.tar.bz2 gentoo-2-edf577cfea3c14708c2e43d8e73b77fb10e99886.zip |
cinder needs lvm2 for now
(Portage version: 2.1.12.2/cvs/Linux x86_64, signed Manifest commit with key 0x2471eb3e40ac5ac3)
Diffstat (limited to 'sys-cluster')
-rw-r--r-- | sys-cluster/cinder/ChangeLog | 11 | ||||
-rw-r--r-- | sys-cluster/cinder/cinder-2012.2.4-r5.ebuild (renamed from sys-cluster/cinder/cinder-2012.2.4-r3.ebuild) | 7 | ||||
-rw-r--r-- | sys-cluster/cinder/cinder-2013.1.3-r4.ebuild (renamed from sys-cluster/cinder/cinder-2013.1.3-r2.ebuild) | 7 | ||||
-rw-r--r-- | sys-cluster/cinder/cinder-2013.1.9999.ebuild | 7 | ||||
-rw-r--r-- | sys-cluster/cinder/cinder-9999.ebuild | 7 |
5 files changed, 26 insertions, 13 deletions
diff --git a/sys-cluster/cinder/ChangeLog b/sys-cluster/cinder/ChangeLog index 1d384a794bc6..4356a1645997 100644 --- a/sys-cluster/cinder/ChangeLog +++ b/sys-cluster/cinder/ChangeLog @@ -1,6 +1,15 @@ # ChangeLog for sys-cluster/cinder # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/cinder/ChangeLog,v 1.18 2013/09/12 05:25:33 prometheanfire Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/cinder/ChangeLog,v 1.19 2013/09/27 00:02:17 prometheanfire Exp $ + +*cinder-2012.2.4-r5 (27 Sep 2013) +*cinder-2013.1.3-r4 (27 Sep 2013) + + 27 Sep 2013; Matthew Thode <prometheanfire@gentoo.org> + +cinder-2012.2.4-r5.ebuild, +cinder-2013.1.3-r4.ebuild, + -cinder-2012.2.4-r3.ebuild, -cinder-2013.1.3-r2.ebuild, + cinder-2013.1.9999.ebuild, cinder-9999.ebuild: + cinder needs lvm2 for now *cinder-2012.2.4-r3 (12 Sep 2013) *cinder-2013.1.3-r2 (12 Sep 2013) diff --git a/sys-cluster/cinder/cinder-2012.2.4-r3.ebuild b/sys-cluster/cinder/cinder-2012.2.4-r5.ebuild index 588e83acb96c..feab4a5a71ef 100644 --- a/sys-cluster/cinder/cinder-2012.2.4-r3.ebuild +++ b/sys-cluster/cinder/cinder-2012.2.4-r5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/cinder/cinder-2012.2.4-r3.ebuild,v 1.1 2013/09/12 05:25:33 prometheanfire Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/cinder/cinder-2012.2.4-r5.ebuild,v 1.1 2013/09/27 00:02:16 prometheanfire Exp $ EAPI=5 PYTHON_COMPAT=( python2_7 ) @@ -15,8 +15,8 @@ SRC_URI="http://launchpad.net/${PN}/folsom/${PV}/+download/${P}.tar.gz" LICENSE="Apache-2.0" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="+api +scheduler +volume ldap mysql postgres sqlite" -REQUIRED_USE="|| ( ldap mysql postgres sqlite )" +IUSE="+api +scheduler +volume mysql postgres sqlite" +REQUIRED_USE="|| ( mysql postgres sqlite )" DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] app-admin/sudo" @@ -49,6 +49,7 @@ RDEPEND="~dev-python/amqplib-0.6.1[${PYTHON_USEDEP}] <dev-python/python-glanceclient-2[${PYTHON_USEDEP}] >=dev-python/python-keystoneclient-0.2.0[${PYTHON_USEDEP}] >=sys-block/iscsitarget-1.4.20.2_p20130821 + sys-fs/lvm2 sys-block/open-iscsi" PATCHES=( ) diff --git a/sys-cluster/cinder/cinder-2013.1.3-r2.ebuild b/sys-cluster/cinder/cinder-2013.1.3-r4.ebuild index 06661781b592..678797d8486c 100644 --- a/sys-cluster/cinder/cinder-2013.1.3-r2.ebuild +++ b/sys-cluster/cinder/cinder-2013.1.3-r4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/cinder/cinder-2013.1.3-r2.ebuild,v 1.1 2013/09/12 05:25:33 prometheanfire Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/cinder/cinder-2013.1.3-r4.ebuild,v 1.1 2013/09/27 00:02:16 prometheanfire Exp $ EAPI=5 PYTHON_COMPAT=( python2_7 ) @@ -15,8 +15,8 @@ SRC_URI="http://launchpad.net/${PN}/grizzly/${PV}/+download/${P}.tar.gz" LICENSE="Apache-2.0" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="+api +scheduler +volume ldap mysql postgres sqlite" -REQUIRED_USE="|| ( ldap mysql postgres sqlite )" +IUSE="+api +scheduler +volume mysql postgres sqlite" +REQUIRED_USE="|| ( mysql postgres sqlite )" #sudo is a build dep because I want the sudoers.d directory to exist, lazy. DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] @@ -53,6 +53,7 @@ RDEPEND="~dev-python/amqplib-0.6.1[${PYTHON_USEDEP}] >=dev-python/oslo-config-1.1.0[${PYTHON_USEDEP}] virtual/python-argparse[${PYTHON_USEDEP}] >=sys-block/iscsitarget-1.4.20.2_p20130821 + sys-fs/lvm2 sys-block/open-iscsi" PATCHES=( ) diff --git a/sys-cluster/cinder/cinder-2013.1.9999.ebuild b/sys-cluster/cinder/cinder-2013.1.9999.ebuild index 1edfccb33e44..9935644f1cbf 100644 --- a/sys-cluster/cinder/cinder-2013.1.9999.ebuild +++ b/sys-cluster/cinder/cinder-2013.1.9999.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/cinder/cinder-2013.1.9999.ebuild,v 1.4 2013/09/12 05:25:33 prometheanfire Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/cinder/cinder-2013.1.9999.ebuild,v 1.5 2013/09/27 00:02:16 prometheanfire Exp $ EAPI=5 PYTHON_COMPAT=( python2_7 ) @@ -16,8 +16,8 @@ EGIT_BRANCH="stable/grizzly" LICENSE="Apache-2.0" SLOT="0" KEYWORDS="" -IUSE="+api +scheduler +volume ldap mysql postgres sqlite" -REQUIRED_USE="|| ( ldap mysql postgres sqlite )" +IUSE="+api +scheduler +volume mysql postgres sqlite" +REQUIRED_USE="|| ( mysql postgres sqlite )" #sudo is a build dep because I want the sudoers.d directory to exist, lazy. DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] @@ -54,6 +54,7 @@ RDEPEND="=dev-python/amqplib-0.6.1-r1[${PYTHON_USEDEP}] >=dev-python/oslo-config-1.1.0[${PYTHON_USEDEP}] virtual/python-argparse[${PYTHON_USEDEP}] >=sys-block/iscsitarget-1.4.20.2_p20130821 + sys-fs/lvm2 sys-block/open-iscsi" PATCHES=( ) diff --git a/sys-cluster/cinder/cinder-9999.ebuild b/sys-cluster/cinder/cinder-9999.ebuild index 18c4d97fef0d..d1a620572d1c 100644 --- a/sys-cluster/cinder/cinder-9999.ebuild +++ b/sys-cluster/cinder/cinder-9999.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/cinder/cinder-9999.ebuild,v 1.3 2013/09/12 05:25:33 prometheanfire Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/cinder/cinder-9999.ebuild,v 1.4 2013/09/27 00:02:16 prometheanfire Exp $ EAPI=5 PYTHON_COMPAT=( python2_7 ) @@ -15,8 +15,8 @@ EGIT_REPO_URI="https://github.com/openstack/cinder.git" LICENSE="Apache-2.0" SLOT="0" KEYWORDS="" -IUSE="+api +scheduler +volume ldap mysql postgres sqlite" -REQUIRED_USE="|| ( ldap mysql postgres sqlite )" +IUSE="+api +scheduler +volume mysql postgres sqlite" +REQUIRED_USE="|| ( mysql postgres sqlite )" #sudo is a build dep because I want the sudoers.d directory to exist, lazy. DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] @@ -56,6 +56,7 @@ RDEPEND=">=dev-python/amqplib-0.6.1-r1[${PYTHON_USEDEP}] >=dev-python/oslo-config-1.1.0[${PYTHON_USEDEP}] virtual/python-argparse[${PYTHON_USEDEP}] >=sys-block/iscsitarget-1.4.20.2_p20130821 + sys-fs/lvm2 sys-block/open-iscsi" PATCHES=( ) |