Gentoo Archives: gentoo-commits

From: "Matt Thode (prometheanfire)" <prometheanfire@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-cluster/cinder: cinder-2013.1.1-r1.ebuild ChangeLog cinder-2013.1.1.ebuild
Date: Mon, 03 Jun 2013 15:32:02
Message-Id: 20130603153156.0AA522171D@flycatcher.gentoo.org
1 prometheanfire 13/06/03 15:31:55
2
3 Modified: ChangeLog
4 Added: cinder-2013.1.1-r1.ebuild
5 Removed: cinder-2013.1.1.ebuild
6 Log:
7 Updating a couple of the deps now that they support distutils-r1
8
9 (Portage version: 2.1.11.62/cvs/Linux x86_64, signed Manifest commit with key 0x2471eb3e40ac5ac3)
10
11 Revision Changes Path
12 1.9 sys-cluster/cinder/ChangeLog
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/cinder/ChangeLog?rev=1.9&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/cinder/ChangeLog?rev=1.9&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/cinder/ChangeLog?r1=1.8&r2=1.9
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/sys-cluster/cinder/ChangeLog,v
21 retrieving revision 1.8
22 retrieving revision 1.9
23 diff -u -r1.8 -r1.9
24 --- ChangeLog 10 May 2013 02:41:04 -0000 1.8
25 +++ ChangeLog 3 Jun 2013 15:31:55 -0000 1.9
26 @@ -1,6 +1,12 @@
27 # ChangeLog for sys-cluster/cinder
28 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/cinder/ChangeLog,v 1.8 2013/05/10 02:41:04 prometheanfire Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/cinder/ChangeLog,v 1.9 2013/06/03 15:31:55 prometheanfire Exp $
31 +
32 +*cinder-2013.1.1-r1 (03 Jun 2013)
33 +
34 + 03 Jun 2013; Matthew Thode <prometheanfire@g.o>
35 + +cinder-2013.1.1-r1.ebuild, -cinder-2013.1.1.ebuild:
36 + Updating a couple of the deps now that they support distutils-r1
37
38 *cinder-2012.2.4 (10 May 2013)
39 *cinder-2013.1.1 (10 May 2013)
40
41
42
43 1.1 sys-cluster/cinder/cinder-2013.1.1-r1.ebuild
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/cinder/cinder-2013.1.1-r1.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/cinder/cinder-2013.1.1-r1.ebuild?rev=1.1&content-type=text/plain
47
48 Index: cinder-2013.1.1-r1.ebuild
49 ===================================================================
50 # Copyright 1999-2013 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $Header: /var/cvsroot/gentoo-x86/sys-cluster/cinder/cinder-2013.1.1-r1.ebuild,v 1.1 2013/06/03 15:31:55 prometheanfire Exp $
53
54 EAPI=5
55 PYTHON_COMPAT=( python2_7 )
56
57 inherit distutils-r1 eutils
58
59 DESCRIPTION="Cinder is the OpenStack Block storage service. This is a spin out
60 of nova-volumes."
61 HOMEPAGE="https://launchpad.net/cinder"
62 SRC_URI="http://launchpad.net/${PN}/grizzly/${PV}/+download/${P}.tar.gz"
63
64 LICENSE="Apache-2.0"
65 SLOT="0"
66 KEYWORDS="~amd64 ~x86"
67 IUSE=""
68
69 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
70
71 RDEPEND="=dev-python/amqplib-0.6.1-r1[${PYTHON_USEDEP}]
72 >=dev-python/anyjson-0.2.4[${PYTHON_USEDEP}]
73 >=dev-python/eventlet-0.9.17[${PYTHON_USEDEP}]
74 >=dev-python/kombu-1.0.4[${PYTHON_USEDEP}]
75 >=dev-python/lockfile-0.8[${PYTHON_USEDEP}]
76 >=dev-python/lxml-2.3[${PYTHON_USEDEP}]
77 >=dev-python/routes-1.12.3[${PYTHON_USEDEP}]
78 =dev-python/webob-1.2.3-r1[${PYTHON_USEDEP}]
79 >=dev-python/greenlet-0.3.1[${PYTHON_USEDEP}]
80 >=dev-python/pastedeploy-1.5.0[${PYTHON_USEDEP}]
81 dev-python/paste[${PYTHON_USEDEP}]
82 >=dev-python/sqlalchemy-0.7.3
83 <=dev-python/sqlalchemy-0.7.9
84 >=dev-python/sqlalchemy-migrate-0.7.2
85 >=dev-python/stevedore-0.8
86 >=dev-python/suds-0.4
87 dev-python/paramiko[${PYTHON_USEDEP}]
88 >=dev-python/Babel-0.9.6[${PYTHON_USEDEP}]
89 >=dev-python/iso8601-0.1.4[${PYTHON_USEDEP}]
90 >=dev-python/setuptools-git-0.4[${PYTHON_USEDEP}]
91 >=dev-python/python-glanceclient-0.5.0
92 <dev-python/python-glanceclient-2
93 >=dev-python/python-keystoneclient-0.2.0
94 dev-python/python-swiftclient[${PYTHON_USEDEP}]
95 >=dev-python/oslo-config-1.1.0[${PYTHON_USEDEP}]
96 virtual/python-argparse[${PYTHON_USEDEP}]"
97
98 PATCHES=( )
99
100 python_install() {
101 distutils-r1_python_install
102 keepdir /etc/cinder
103 keepdir /etc/cinder/rootwrap.d
104 insinto /etc/cinder
105
106 newins "${S}/etc/cinder/cinder.conf.sample" "cinder.conf"
107 newins "${S}/etc/cinder/api-paste.ini" "api-paste.ini"
108 newins "${S}/etc/cinder/logging_sample.conf" "logging_sample.conf"
109 newins "${S}/etc/cinder/policy.json" "policy.json"
110 newins "${S}/etc/cinder/rootwrap.conf" "rootwrap.conf"
111 insinto /etc/cinder/rootwrap.d
112 newins "${S}/etc/cinder/rootwrap.d/volume.filters" "volume.filters"
113 }