public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sys-auth/keystone: keystone-9999.ebuild ChangeLog keystone-2012.2.ebuild
@ 2013-01-11 22:32 Matt Thode (prometheanfire)
  0 siblings, 0 replies; only message in thread
From: Matt Thode (prometheanfire) @ 2013-01-11 22:32 UTC (permalink / raw
  To: gentoo-commits

prometheanfire    13/01/11 22:32:14

  Modified:             keystone-9999.ebuild ChangeLog
                        keystone-2012.2.ebuild
  Log:
  updating keystone to support more [${PYTHON_USEDEP}]
  
  (Portage version: 2.1.11.31/cvs/Linux x86_64, signed Manifest commit with key 0x2471eb3e40ac5ac3)

Revision  Changes    Path
1.5                  sys-auth/keystone/keystone-9999.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/keystone/keystone-9999.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/keystone/keystone-9999.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/keystone/keystone-9999.ebuild?r1=1.4&r2=1.5

Index: keystone-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-auth/keystone/keystone-9999.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- keystone-9999.ebuild	6 Jan 2013 03:12:04 -0000	1.4
+++ keystone-9999.ebuild	11 Jan 2013 22:32:12 -0000	1.5
@@ -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 @@
 	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] )



1.6                  sys-auth/keystone/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/keystone/ChangeLog?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/keystone/ChangeLog?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/keystone/ChangeLog?r1=1.5&r2=1.6

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-auth/keystone/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog	6 Jan 2013 03:12:04 -0000	1.5
+++ ChangeLog	11 Jan 2013 22:32:12 -0000	1.6
@@ -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



1.3                  sys-auth/keystone/keystone-2012.2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/keystone/keystone-2012.2.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/keystone/keystone-2012.2.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/keystone/keystone-2012.2.ebuild?r1=1.2&r2=1.3

Index: keystone-2012.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-auth/keystone/keystone-2012.2.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- keystone-2012.2.ebuild	1 Jan 2013 08:10:17 -0000	1.2
+++ keystone-2012.2.ebuild	11 Jan 2013 22:32:12 -0000	1.3
@@ -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 @@
 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 @@
 	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] )





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

only message in thread, other threads:[~2013-01-11 22:32 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-11 22:32 [gentoo-commits] gentoo-x86 commit in sys-auth/keystone: keystone-9999.ebuild ChangeLog keystone-2012.2.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