diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2013-03-04 19:38:25 +0000 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2013-03-04 19:38:25 +0000 |
commit | 15e5d7baf7cb7ae1dc85a1c00ce5ee08e6ed7a26 (patch) | |
tree | 419cc03ef7d5d254e2404c74033723bb9173d7e6 /dev-python/rackspace-auth-openstack | |
parent | Bump version. Remove old version. (diff) | |
download | gentoo-2-15e5d7baf7cb7ae1dc85a1c00ce5ee08e6ed7a26.tar.gz gentoo-2-15e5d7baf7cb7ae1dc85a1c00ce5ee08e6ed7a26.tar.bz2 gentoo-2-15e5d7baf7cb7ae1dc85a1c00ce5ee08e6ed7a26.zip |
initial add of rackspace-auth-openstack
(Portage version: 2.1.11.52/cvs/Linux x86_64, signed Manifest commit with key 0x2471eb3e40ac5ac3)
Diffstat (limited to 'dev-python/rackspace-auth-openstack')
4 files changed, 66 insertions, 0 deletions
diff --git a/dev-python/rackspace-auth-openstack/ChangeLog b/dev-python/rackspace-auth-openstack/ChangeLog new file mode 100644 index 000000000000..e23b6f9bdaa8 --- /dev/null +++ b/dev-python/rackspace-auth-openstack/ChangeLog @@ -0,0 +1,12 @@ +# ChangeLog for dev-python/rackspace-auth-openstack +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/rackspace-auth-openstack/ChangeLog,v 1.1 2013/03/04 19:38:25 prometheanfire Exp $ + +*rackspace-auth-openstack-9999 (04 Mar 2013) +*rackspace-auth-openstack-1.0 (04 Mar 2013) + + 04 Mar 2013; Matthew Thode <prometheanfire@gentoo.org> + +rackspace-auth-openstack-1.0.ebuild, +rackspace-auth-openstack-9999.ebuild, + +metadata.xml: + initial add of rackspace-auth-openstack + diff --git a/dev-python/rackspace-auth-openstack/metadata.xml b/dev-python/rackspace-auth-openstack/metadata.xml new file mode 100644 index 000000000000..4a08e38b9897 --- /dev/null +++ b/dev-python/rackspace-auth-openstack/metadata.xml @@ -0,0 +1,14 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>python</herd> + <maintainer> + <email>prometheanfire@gentoo.org</email> + <name>Matthew Thode</name> + </maintainer> + <longdescription lang="en"> + This is a plugin for OpenStack Clients which provides client support for + Rackspace authentication extensions to OpenStack. + </longdescription> +</pkgmetadata> + diff --git a/dev-python/rackspace-auth-openstack/rackspace-auth-openstack-1.0.ebuild b/dev-python/rackspace-auth-openstack/rackspace-auth-openstack-1.0.ebuild new file mode 100644 index 000000000000..dbd434d1fe4e --- /dev/null +++ b/dev-python/rackspace-auth-openstack/rackspace-auth-openstack-1.0.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/rackspace-auth-openstack/rackspace-auth-openstack-1.0.ebuild,v 1.1 2013/03/04 19:38:25 prometheanfire Exp $ + +EAPI=5 +PYTHON_COMPAT=( python2_5 python2_6 python2_7 ) + +inherit distutils-r1 + +DESCRIPTION="Rackspace Auth Plugin for OpenStack Clients" +HOMEPAGE="https://github.com/emonty/rackspace-auth-openstack" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" +RDEPEND="" diff --git a/dev-python/rackspace-auth-openstack/rackspace-auth-openstack-9999.ebuild b/dev-python/rackspace-auth-openstack/rackspace-auth-openstack-9999.ebuild new file mode 100644 index 000000000000..c3a438c7ebe5 --- /dev/null +++ b/dev-python/rackspace-auth-openstack/rackspace-auth-openstack-9999.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/rackspace-auth-openstack/rackspace-auth-openstack-9999.ebuild,v 1.1 2013/03/04 19:38:25 prometheanfire Exp $ + +EAPI=5 +PYTHON_COMPAT=( python2_5 python2_6 python2_7 ) + +inherit distutils-r1 git-2 + +EGIT_REPO_URI="git://github.com/emonty/${PN}.git + https://github.com/emonty/${PN}.git" + +DESCRIPTION="Rackspace Auth Plugin for OpenStack Clients" +HOMEPAGE="https://github.com/emonty/rackspace-auth-openstack" + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="" + +DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" +RDEPEND="" |