prometheanfire    14/07/26 23:13:04

  Modified:             keystone-9999.ebuild keystone-2014.1.9999.ebuild
                        keystone-2014.1.1-r2.ebuild ChangeLog
  Log:
  better sqlalchemy deps
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
0x2471eb3e40ac5ac3)

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

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

Index: keystone-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-auth/keystone/keystone-9999.ebuild,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- keystone-9999.ebuild        6 Jul 2014 12:56:23 -0000       1.17
+++ keystone-9999.ebuild        26 Jul 2014 23:13:04 -0000      1.18
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 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.17 2014/07/06 12:56:23 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-auth/keystone/keystone-9999.ebuild,v 
1.18 2014/07/26 23:13:04 prometheanfire Exp $
 
 EAPI=5
 
@@ -54,12 +54,23 @@
        >=dev-python/pastedeploy-1.5.0[${PYTHON_USEDEP}]
        dev-python/paste[${PYTHON_USEDEP}]
        >=dev-python/routes-1.12.3[${PYTHON_USEDEP}]
-       sqlite? ( >=dev-python/sqlalchemy-0.7.8[sqlite,${PYTHON_USEDEP}]
-                 <dev-python/sqlalchemy-0.7.99[sqlite,${PYTHON_USEDEP}] )
-       mysql? ( >=dev-python/sqlalchemy-0.7.8[mysql,${PYTHON_USEDEP}]
-                <dev-python/sqlalchemy-0.7.99[mysql,${PYTHON_USEDEP}] )
-       postgres? ( >=dev-python/sqlalchemy-0.7.8[postgres,${PYTHON_USEDEP}]
-                   <dev-python/sqlalchemy-0.7.99[postgres,${PYTHON_USEDEP}] )
+       sqlite? (
+               >=dev-python/sqlalchemy-0.8.0[sqlite,${PYTHON_USEDEP}]
+               !~dev-python/sqlalchemy-0.9.5[sqlite,${PYTHON_USEDEP}]
+               <=dev-python/sqlalchemy-0.9.99[sqlite,${PYTHON_USEDEP}]
+       )
+       mysql? (
+               dev-python/mysql-python
+               >=dev-python/sqlalchemy-0.8.0[${PYTHON_USEDEP}]
+               !~dev-python/sqlalchemy-0.9.5[${PYTHON_USEDEP}]
+               <=dev-python/sqlalchemy-0.9.99[${PYTHON_USEDEP}]
+       )
+       postgres? (
+               dev-python/psycopg:2
+               >=dev-python/sqlalchemy-0.8.0[${PYTHON_USEDEP}]
+               !~dev-python/sqlalchemy-0.9.5[${PYTHON_USEDEP}]
+               <=dev-python/sqlalchemy-0.9.99[${PYTHON_USEDEP}]
+       )
        >=dev-python/sqlalchemy-migrate-0.7.2[${PYTHON_USEDEP}]
        dev-python/passlib[${PYTHON_USEDEP}]
        >=dev-python/lxml-2.3[${PYTHON_USEDEP}]



1.4                  sys-auth/keystone/keystone-2014.1.9999.ebuild

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

Index: keystone-2014.1.9999.ebuild
===================================================================
RCS file: 
/var/cvsroot/gentoo-x86/sys-auth/keystone/keystone-2014.1.9999.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- keystone-2014.1.9999.ebuild 30 Jun 2014 01:30:42 -0000      1.3
+++ keystone-2014.1.9999.ebuild 26 Jul 2014 23:13:04 -0000      1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/sys-auth/keystone/keystone-2014.1.9999.ebuild,v 1.3 
2014/06/30 01:30:42 prometheanfire Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/sys-auth/keystone/keystone-2014.1.9999.ebuild,v 1.4 
2014/07/26 23:13:04 prometheanfire Exp $
 
 EAPI=5
 
@@ -57,12 +57,23 @@
        dev-python/paste[${PYTHON_USEDEP}]
        >=dev-python/routes-1.12.3[${PYTHON_USEDEP}]
        >=dev-python/six-1.6.0[${PYTHON_USEDEP}]
-       sqlite? ( >=dev-python/sqlalchemy-0.7.8[sqlite,${PYTHON_USEDEP}]
-                 <=dev-python/sqlalchemy-0.9.99[sqlite,${PYTHON_USEDEP}] )
-       mysql? ( >=dev-python/sqlalchemy-0.7.8[mysql,${PYTHON_USEDEP}]
-                <=dev-python/sqlalchemy-0.9.99[mysql,${PYTHON_USEDEP}] )
-       postgres? ( >=dev-python/sqlalchemy-0.7.8[postgres,${PYTHON_USEDEP}]
-                   <=dev-python/sqlalchemy-0.9.99[postgres,${PYTHON_USEDEP}] )
+       sqlite? (
+               >=dev-python/sqlalchemy-0.8.0[sqlite,${PYTHON_USEDEP}]
+               !~dev-python/sqlalchemy-0.9.5[sqlite,${PYTHON_USEDEP}]
+               <=dev-python/sqlalchemy-0.9.99[sqlite,${PYTHON_USEDEP}]
+       )
+       mysql? (
+               dev-python/mysql-python
+               >=dev-python/sqlalchemy-0.8.0[${PYTHON_USEDEP}]
+               !~dev-python/sqlalchemy-0.9.5[${PYTHON_USEDEP}]
+               <=dev-python/sqlalchemy-0.9.99[${PYTHON_USEDEP}]
+       )
+       postgres? (
+               dev-python/psycopg:2
+               >=dev-python/sqlalchemy-0.8.0[${PYTHON_USEDEP}]
+               !~dev-python/sqlalchemy-0.9.5[${PYTHON_USEDEP}]
+               <=dev-python/sqlalchemy-0.9.99[${PYTHON_USEDEP}]
+       )
        >=dev-python/sqlalchemy-migrate-0.9[${PYTHON_USEDEP}]
        dev-python/passlib[${PYTHON_USEDEP}]
        >=dev-python/lxml-2.3[${PYTHON_USEDEP}]



1.2                  sys-auth/keystone/keystone-2014.1.1-r2.ebuild

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

Index: keystone-2014.1.1-r2.ebuild
===================================================================
RCS file: 
/var/cvsroot/gentoo-x86/sys-auth/keystone/keystone-2014.1.1-r2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- keystone-2014.1.1-r2.ebuild 2 Jul 2014 17:12:34 -0000       1.1
+++ keystone-2014.1.1-r2.ebuild 26 Jul 2014 23:13:04 -0000      1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/sys-auth/keystone/keystone-2014.1.1-r2.ebuild,v 1.1 
2014/07/02 17:12:34 prometheanfire Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/sys-auth/keystone/keystone-2014.1.1-r2.ebuild,v 1.2 
2014/07/26 23:13:04 prometheanfire Exp $
 
 EAPI=5
 
@@ -57,11 +57,23 @@
        dev-python/paste[${PYTHON_USEDEP}]
        >=dev-python/routes-1.12.3[${PYTHON_USEDEP}]
        >=dev-python/six-1.6.0[${PYTHON_USEDEP}]
-       >=dev-python/sqlalchemy-0.7.8[${PYTHON_USEDEP}]
-       <dev-python/sqlalchemy-0.9.99[${PYTHON_USEDEP}]
-       mysql? ( dev-python/mysql-python[${PYTHON_USEDEP}] )
-       postgres? ( >=dev-python/psycopg-2[${PYTHON_USEDEP}] )
-       sqlite? ( dev-db/sqlite )
+       sqlite? (
+               >=dev-python/sqlalchemy-0.8.0[sqlite,${PYTHON_USEDEP}]
+               !~dev-python/sqlalchemy-0.9.5[sqlite,${PYTHON_USEDEP}]
+               <=dev-python/sqlalchemy-0.9.99[sqlite,${PYTHON_USEDEP}]
+       )
+       mysql? (
+               dev-python/mysql-python
+               >=dev-python/sqlalchemy-0.8.0[${PYTHON_USEDEP}]
+               !~dev-python/sqlalchemy-0.9.5[${PYTHON_USEDEP}]
+               <=dev-python/sqlalchemy-0.9.99[${PYTHON_USEDEP}]
+       )
+       postgres? (
+               dev-python/psycopg:2
+               >=dev-python/sqlalchemy-0.8.0[${PYTHON_USEDEP}]
+               !~dev-python/sqlalchemy-0.9.5[${PYTHON_USEDEP}]
+               <=dev-python/sqlalchemy-0.9.99[${PYTHON_USEDEP}]
+       )
        >=dev-python/sqlalchemy-migrate-0.9[${PYTHON_USEDEP}]
        dev-python/passlib[${PYTHON_USEDEP}]
        >=dev-python/lxml-2.3[${PYTHON_USEDEP}]



1.76                 sys-auth/keystone/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-auth/keystone/ChangeLog,v
retrieving revision 1.75
retrieving revision 1.76
diff -u -r1.75 -r1.76
--- ChangeLog   6 Jul 2014 12:56:23 -0000       1.75
+++ ChangeLog   26 Jul 2014 23:13:04 -0000      1.76
@@ -1,6 +1,11 @@
 # ChangeLog for sys-auth/keystone
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-auth/keystone/ChangeLog,v 1.75 
2014/07/06 12:56:23 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-auth/keystone/ChangeLog,v 1.76 
2014/07/26 23:13:04 prometheanfire Exp $
+
+  26 Jul 2014; Matthew Thode <prometheanf...@gentoo.org>
+  keystone-2014.1.1-r2.ebuild, keystone-2014.1.9999.ebuild,
+  keystone-9999.ebuild:
+  better sqlalchemy deps
 
   06 Jul 2014; Michał Górny <mgo...@gentoo.org> keystone-9999.ebuild:
   Clean up obsolete dependencies on virtual/python-argparse and virtual/python-




Reply via email to