summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Thode <prometheanfire@gentoo.org>2013-01-11 22:32:12 +0000
committerMatthew Thode <prometheanfire@gentoo.org>2013-01-11 22:32:12 +0000
commit1c1933bfc82831d051d5cfeae16ae78b23ed1b19 (patch)
treeef4999c4789c0586ebfbbbc9f86130eb330925c0 /sys-auth/keystone
parentupdating swift to support more [${PYTHON_USEDEP}] (diff)
downloadgentoo-2-1c1933bfc82831d051d5cfeae16ae78b23ed1b19.tar.gz
gentoo-2-1c1933bfc82831d051d5cfeae16ae78b23ed1b19.tar.bz2
gentoo-2-1c1933bfc82831d051d5cfeae16ae78b23ed1b19.zip
updating keystone to support more [${PYTHON_USEDEP}]
(Portage version: 2.1.11.31/cvs/Linux x86_64, signed Manifest commit with key 0x2471eb3e40ac5ac3)
Diffstat (limited to 'sys-auth/keystone')
-rw-r--r--sys-auth/keystone/ChangeLog6
-rw-r--r--sys-auth/keystone/keystone-2012.2.ebuild6
-rw-r--r--sys-auth/keystone/keystone-9999.ebuild4
3 files changed, 10 insertions, 6 deletions
diff --git a/sys-auth/keystone/ChangeLog b/sys-auth/keystone/ChangeLog
index 5e93e0480aea..859e7e0d937e 100644
--- a/sys-auth/keystone/ChangeLog
+++ b/sys-auth/keystone/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sys-auth/keystone
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-auth/keystone/ChangeLog,v 1.5 2013/01/06 03:12:04 zmedico Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-auth/keystone/ChangeLog,v 1.6 2013/01/11 22:32:12 prometheanfire Exp $
+
+ 11 Jan 2013; Matthew Thode <prometheanfire@gentoo.org>
+ keystone-2012.2.ebuild, keystone-9999.ebuild:
+ updating ebuilds to support more []
06 Jan 2013; Zac Medico <zmedico@gentoo.org> keystone-9999.ebuild:
SRC_URI -> EGIT_REPO_URI
diff --git a/sys-auth/keystone/keystone-2012.2.ebuild b/sys-auth/keystone/keystone-2012.2.ebuild
index 30c90daabf7a..8d037a8096eb 100644
--- a/sys-auth/keystone/keystone-2012.2.ebuild
+++ b/sys-auth/keystone/keystone-2012.2.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-auth/keystone/keystone-2012.2.ebuild,v 1.2 2013/01/01 08:10:17 prometheanfire Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-auth/keystone/keystone-2012.2.ebuild,v 1.3 2013/01/11 22:32:12 prometheanfire Exp $
EAPI=5
#test restricted becaues of bad requirements given (old webob for instance)
@@ -10,7 +10,7 @@ PYTHON_COMPAT=( python2_5 python2_6 python2_7 )
inherit distutils-r1
DESCRIPTION="Keystone is the Openstack authentication, authorization, and
-service catalog written in Python."
+service catalog written in Python"
HOMEPAGE="https://launchpad.net/keystone"
SRC_URI="http://launchpad.net/${PN}/folsom/${PV}/+download/${P}.tar.gz"
@@ -35,7 +35,7 @@ RDEPEND="${DEPEND}
dev-python/routes
>=dev-python/sqlalchemy-migrate-0.7
>=dev-python/webob-1.0.8
- virtual/python-argparse
+ virtual/python-argparse[${PYTHON_USEDEP}]
sqlite? ( dev-python/sqlalchemy[sqlite] )
mysql? ( dev-python/sqlalchemy[mysql] )
postgres? ( dev-python/sqlalchemy[postgres] )
diff --git a/sys-auth/keystone/keystone-9999.ebuild b/sys-auth/keystone/keystone-9999.ebuild
index ce3d28101afb..9fb34c145ffa 100644
--- a/sys-auth/keystone/keystone-9999.ebuild
+++ b/sys-auth/keystone/keystone-9999.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-auth/keystone/keystone-9999.ebuild,v 1.4 2013/01/06 03:12:04 zmedico Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-auth/keystone/keystone-9999.ebuild,v 1.5 2013/01/11 22:32:12 prometheanfire Exp $
EAPI=5
#test restricted becaues of bad requirements given (old webob for instance)
@@ -35,7 +35,7 @@ RDEPEND="${DEPEND}
dev-python/routes
>=dev-python/sqlalchemy-migrate-0.7
>=dev-python/webob-1.0.8
- virtual/python-argparse
+ virtual/python-argparse[${PYTHON_USEDEP}]
sqlite? ( dev-python/sqlalchemy[sqlite] )
mysql? ( dev-python/sqlalchemy[mysql] )
postgres? ( dev-python/sqlalchemy[postgres] )