summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Thode <prometheanfire@gentoo.org>2013-11-14 04:27:12 +0000
committerMatthew Thode <prometheanfire@gentoo.org>2013-11-14 04:27:12 +0000
commitfe85d1aadbb4326579c1564552be0308e0c187d5 (patch)
tree3d40cdb337cc34bac513bd74e2b5b1226a0c84a4 /sys-cluster
parentremoving nova 2012.2 (diff)
downloadgentoo-2-fe85d1aadbb4326579c1564552be0308e0c187d5.tar.gz
gentoo-2-fe85d1aadbb4326579c1564552be0308e0c187d5.tar.bz2
gentoo-2-fe85d1aadbb4326579c1564552be0308e0c187d5.zip
removing folsom 2012.2
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 0x2471eb3e40ac5ac3)
Diffstat (limited to 'sys-cluster')
-rw-r--r--sys-cluster/cinder/ChangeLog6
-rw-r--r--sys-cluster/cinder/cinder-2012.2.4-r5.ebuild86
2 files changed, 5 insertions, 87 deletions
diff --git a/sys-cluster/cinder/ChangeLog b/sys-cluster/cinder/ChangeLog
index 47488631e4dc..784b70bdecfc 100644
--- a/sys-cluster/cinder/ChangeLog
+++ b/sys-cluster/cinder/ChangeLog
@@ -1,6 +1,10 @@
# 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.23 2013/11/14 04:20:23 prometheanfire Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/cinder/ChangeLog,v 1.24 2013/11/14 04:27:12 prometheanfire Exp $
+
+ 14 Nov 2013; Matthew Thode <prometheanfire@gentoo.org>
+ -cinder-2012.2.4-r5.ebuild:
+ removing folsom 2012.2
14 Nov 2013; Matthew Thode <prometheanfire@gentoo.org> cinder-2013.1.4.ebuild,
cinder-2013.1.9999.ebuild, cinder-2013.2.9999.ebuild, cinder-2013.2.ebuild:
diff --git a/sys-cluster/cinder/cinder-2012.2.4-r5.ebuild b/sys-cluster/cinder/cinder-2012.2.4-r5.ebuild
deleted file mode 100644
index feab4a5a71ef..000000000000
--- a/sys-cluster/cinder/cinder-2012.2.4-r5.ebuild
+++ /dev/null
@@ -1,86 +0,0 @@
-# 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-r5.ebuild,v 1.1 2013/09/27 00:02:16 prometheanfire Exp $
-
-EAPI=5
-PYTHON_COMPAT=( python2_7 )
-
-inherit distutils-r1 eutils
-
-DESCRIPTION="Cinder is the OpenStack Block storage service. This is a spin out
-of nova-volumes."
-HOMEPAGE="https://launchpad.net/cinder"
-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 mysql postgres sqlite"
-REQUIRED_USE="|| ( mysql postgres sqlite )"
-
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
- app-admin/sudo"
-
-RDEPEND="~dev-python/amqplib-0.6.1[${PYTHON_USEDEP}]
- >=dev-python/anyjson-0.2.4[${PYTHON_USEDEP}]
- >=dev-python/eventlet-0.9.17[${PYTHON_USEDEP}]
- ~dev-python/kombu-1.0.4[${PYTHON_USEDEP}]
- ~dev-python/lockfile-0.8[${PYTHON_USEDEP}]
- >=dev-python/lxml-2.3[${PYTHON_USEDEP}]
- ~dev-python/routes-1.12.3[${PYTHON_USEDEP}]
- >=dev-python/webob-1.0.8[${PYTHON_USEDEP}]
- >=dev-python/greenlet-0.3.1[${PYTHON_USEDEP}]
- ~dev-python/pastedeploy-1.5.0[${PYTHON_USEDEP}]
- dev-python/paste[${PYTHON_USEDEP}]
- sqlite? ( >=dev-python/sqlalchemy-0.7.8[sqlite,${PYTHON_USEDEP}]
- <dev-python/sqlalchemy-0.7.10[sqlite,${PYTHON_USEDEP}] )
- mysql? ( >=dev-python/sqlalchemy-0.7.8[mysql,${PYTHON_USEDEP}]
- <dev-python/sqlalchemy-0.7.10[mysql,${PYTHON_USEDEP}] )
- postgres? ( >=dev-python/sqlalchemy-0.7.8[postgres,${PYTHON_USEDEP}]
- <dev-python/sqlalchemy-0.7.10[postgres,${PYTHON_USEDEP}] )
- >=dev-python/sqlalchemy-migrate-0.7.2[${PYTHON_USEDEP}]
- >=dev-python/stevedore-0.8[${PYTHON_USEDEP}]
- ~dev-python/suds-0.4[${PYTHON_USEDEP}]
- dev-python/paramiko[${PYTHON_USEDEP}]
- >=dev-python/Babel-0.9.6[${PYTHON_USEDEP}]
- >=dev-python/iso8601-0.1.4[${PYTHON_USEDEP}]
- >=dev-python/setuptools-git-0.4[${PYTHON_USEDEP}]
- >=dev-python/python-glanceclient-0.5.0[${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=( )
-
-pkg_setup() {
- enewgroup cinder
- enewuser cinder -1 -1 /var/lib/cinder cinder
-}
-
-python_install() {
- distutils-r1_python_install
- keepdir /etc/cinder
- dodir /etc/cinder/rootwrap.d
- newinitd "${FILESDIR}/cinder-init" "cinder"
- newconfd "${FILESDIR}/cinder-confd" "cinder"
- use api && dosym /etc/init.d/cinder /etc/init.d/cinder-api
- use scheduler && dosym /etc/init.d/cinder /etc/init.d/cinder-scheduler
- use volume && dosym /etc/init.d/cinder /etc/init.d/cinder-volume
-
- insinto /etc/cinder
- newins "${S}/etc/cinder/cinder.conf.sample" "cinder.conf"
- newins "${S}/etc/cinder/api-paste.ini" "api-paste.ini"
- newins "${S}/etc/cinder/logging_sample.conf" "logging_sample.conf"
- newins "${S}/etc/cinder/policy.json" "policy.json"
- newins "${S}/etc/cinder/rootwrap.conf" "rootwrap.conf"
- insinto /etc/cinder/rootwrap.d
- newins "${S}/etc/cinder/rootwrap.d/volume.filters" "volume.filters"
-
- #add sudoers definitions for user nova
- insinto /etc/sudoers.d/
- doins "${FILESDIR}/cinder-sudoers"
- dodir /var/log/cinder
- fowners cinder:cinder /var/log/cinder
-}