diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2013-01-26 09:12:05 +0000 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2013-01-26 09:12:05 +0000 |
commit | bea5fba3aa780cc46cc08d6ae72a73ce3aeee9a4 (patch) | |
tree | b0c8b57ecbe90385868c0bf8db7be59bacbc401f /sys-cluster | |
parent | Apply upstream patch to solve bug 401025. (diff) | |
download | gentoo-2-bea5fba3aa780cc46cc08d6ae72a73ce3aeee9a4.tar.gz gentoo-2-bea5fba3aa780cc46cc08d6ae72a73ce3aeee9a4.tar.bz2 gentoo-2-bea5fba3aa780cc46cc08d6ae72a73ce3aeee9a4.zip |
removed dead code
(Portage version: 2.1.11.31/cvs/Linux x86_64, signed Manifest commit with key 0x2471eb3e40ac5ac3)
Diffstat (limited to 'sys-cluster')
-rw-r--r-- | sys-cluster/cinder/ChangeLog | 6 | ||||
-rw-r--r-- | sys-cluster/cinder/cinder-2012.2.1.ebuild | 10 |
2 files changed, 6 insertions, 10 deletions
diff --git a/sys-cluster/cinder/ChangeLog b/sys-cluster/cinder/ChangeLog index aeab2a31183a..8552670393d9 100644 --- a/sys-cluster/cinder/ChangeLog +++ b/sys-cluster/cinder/ChangeLog @@ -1,10 +1,12 @@ # 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.1 2013/01/26 06:27:21 prometheanfire Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/cinder/ChangeLog,v 1.2 2013/01/26 09:12:05 prometheanfire Exp $ + + 26 Jan 2013; Matthew Thode <prometheanfire@gentoo.org> cinder-2012.2.1.ebuild: + removed dead code *cinder-2012.2.1 (26 Jan 2013) 26 Jan 2013; Matthew Thode <prometheanfire@gentoo.org> +cinder-2012.2.1.ebuild, +metadata.xml: initial add of openstack cinder - diff --git a/sys-cluster/cinder/cinder-2012.2.1.ebuild b/sys-cluster/cinder/cinder-2012.2.1.ebuild index 1e75c73ba3c7..484230d252bd 100644 --- a/sys-cluster/cinder/cinder-2012.2.1.ebuild +++ b/sys-cluster/cinder/cinder-2012.2.1.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.1.ebuild,v 1.1 2013/01/26 06:27:21 prometheanfire Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/cinder/cinder-2012.2.1.ebuild,v 1.2 2013/01/26 09:12:05 prometheanfire Exp $ EAPI=5 PYTHON_COMPAT=( python2_5 python2_6 python2_7 ) @@ -42,13 +42,7 @@ RDEPEND="=dev-python/amqplib-0.6.1 >=dev-python/setuptools-git-0.4 >=dev-python/python-glanceclient-0.5.0 <dev-python/python-glanceclient-2 - >=dev-python/python-keystoneclient-0.2.0 - dev-python/sqlalchemy" - -pkg_setup() { - enewuser swift - enewgroup swift -} + >=dev-python/python-keystoneclient-0.2.0" python_install() { distutils-r1_python_install |