public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sys-cluster/cinder: metadata.xml ChangeLog cinder-2012.2.1.ebuild
@ 2013-01-26  6:27 Matt Thode (prometheanfire)
  0 siblings, 0 replies; only message in thread
From: Matt Thode (prometheanfire) @ 2013-01-26  6:27 UTC (permalink / raw
  To: gentoo-commits

prometheanfire    13/01/26 06:27:21

  Added:                metadata.xml ChangeLog cinder-2012.2.1.ebuild
  Log:
  initial add of openstack cinder
  
  (Portage version: 2.1.11.31/cvs/Linux x86_64, signed Manifest commit with key 0x2471eb3e40ac5ac3)

Revision  Changes    Path
1.1                  sys-cluster/cinder/metadata.xml

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/cinder/metadata.xml?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/cinder/metadata.xml?rev=1.1&content-type=text/plain

Index: metadata.xml
===================================================================
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
  <maintainer>
    <email>prometheanfire@gentoo.org</email>
    <name>Matthew Thode</name>
  </maintainer>
  <longdescription lang="en">
    Cinder is the OpenStack Block storage service.
	This is a spin out of nova-volumes.
  </longdescription>
</pkgmetadata>




1.1                  sys-cluster/cinder/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/cinder/ChangeLog?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/cinder/ChangeLog?rev=1.1&content-type=text/plain

Index: ChangeLog
===================================================================
# 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 $

*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




1.1                  sys-cluster/cinder/cinder-2012.2.1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/cinder/cinder-2012.2.1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/cinder/cinder-2012.2.1.ebuild?rev=1.1&content-type=text/plain

Index: cinder-2012.2.1.ebuild
===================================================================
# 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 $

EAPI=5
PYTHON_COMPAT=( python2_5 python2_6 python2_7 )

inherit distutils-r1

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=""

DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"

RDEPEND="=dev-python/amqplib-0.6.1
		>=dev-python/anyjson-0.2.4
		>=dev-python/eventlet-0.9.17
		=dev-python/kombu-1.0.4
		=dev-python/lockfile-0.8
		>=dev-python/lxml-2.3
		=dev-python/routes-1.12.3
		>=dev-python/webob-1.0.8
		=dev-python/wsgiref-0.1.2
		>=dev-python/greenlet-0.3.1
		=dev-python/pastedeploy-1.5.0
		dev-python/paste
		>=dev-python/sqlalchemy-0.7.3
		<=dev-python/sqlalchemy-0.7.9
		>=dev-python/sqlalchemy-migrate-0.7.2
		>=dev-python/stevedore-0.8
		=dev-python/suds-0.4
		dev-python/paramiko
		>=dev-python/Babel-0.9.6
		>=dev-python/iso8601-0.1.4
		>=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
}

python_install() {
	distutils-r1_python_install
	keepdir /etc/cinder
	keepdir /etc/cinder/rootwrap.d
	insinto /etc/cinder

	newins "etc/cinder/cinder.conf.sample" "cinder.conf"
	newins "etc/cinder/api-paste.ini" "api-paste.ini"
	newins "etc/cinder/cinder_emc_config.xml.sample" "cinder_emc_config.xml.sample"
	newins "etc/cinder/logging_sample.conf" "logging_sample.conf"
	newins "etc/cinder/policy.json" "policy.json"
	newins "etc/cinder/rootwrap.conf" "rootwrap.conf"
	insinto /etc/cinder/rootwrap.d
	newins "etc/cinder/rootwrap.d/volume.filters" "volume.filters"
}





^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2013-01-26  6:27 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-26  6:27 [gentoo-commits] gentoo-x86 commit in sys-cluster/cinder: metadata.xml ChangeLog cinder-2012.2.1.ebuild Matt Thode (prometheanfire)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox