public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-python/psycopg: psycopg-2.4.5.ebuild psycopg-2.5.3.ebuild psycopg-1.1.21-r1.ebuild psycopg-2.5.2.ebuild psycopg-2.5.1.ebuild psycopg-2.4.6.ebuild ChangeLog psycopg-1.1.21.ebuild psycopg-2.5.4.ebuild
@ 2014-11-03 12:40 Aaron Swenson (titanofold)
  0 siblings, 0 replies; 2+ messages in thread
From: Aaron Swenson (titanofold) @ 2014-11-03 12:40 UTC (permalink / raw
  To: gentoo-commits

titanofold    14/11/03 12:40:28

  Modified:             psycopg-2.4.5.ebuild psycopg-2.5.3.ebuild
                        psycopg-1.1.21-r1.ebuild psycopg-2.5.2.ebuild
                        psycopg-2.5.1.ebuild psycopg-2.4.6.ebuild ChangeLog
                        psycopg-1.1.21.ebuild psycopg-2.5.4.ebuild
  Log:
  Update PostgreSQL dependencies and/or checks to virtual/postgresql.
  
  (Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key D1BBFDA0)

Revision  Changes    Path
1.11                 dev-python/psycopg/psycopg-2.4.5.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/psycopg/psycopg-2.4.5.ebuild?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/psycopg/psycopg-2.4.5.ebuild?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/psycopg/psycopg-2.4.5.ebuild?r1=1.10&r2=1.11

Index: psycopg-2.4.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/psycopg/psycopg-2.4.5.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- psycopg-2.4.5.ebuild	20 Feb 2013 09:45:09 -0000	1.10
+++ psycopg-2.4.5.ebuild	3 Nov 2014 12:40:28 -0000	1.11
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/psycopg/psycopg-2.4.5.ebuild,v 1.10 2013/02/20 09:45:09 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/psycopg/psycopg-2.4.5.ebuild,v 1.11 2014/11/03 12:40:28 titanofold Exp $
 
 EAPI="3"
 SUPPORT_PYTHON_ABIS="1"
@@ -20,7 +20,7 @@
 KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 s390 ~sh sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
 IUSE="debug doc examples mxdatetime"
 
-RDEPEND=">=dev-db/postgresql-base-8.1
+RDEPEND=">=virtual/postgresql-8.1
 	mxdatetime? ( dev-python/egenix-mx-base )"
 DEPEND="${RDEPEND}
 	doc? ( dev-python/sphinx )"



1.7                  dev-python/psycopg/psycopg-2.5.3.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/psycopg/psycopg-2.5.3.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/psycopg/psycopg-2.5.3.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/psycopg/psycopg-2.5.3.ebuild?r1=1.6&r2=1.7

Index: psycopg-2.5.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/psycopg/psycopg-2.5.3.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- psycopg-2.5.3.ebuild	3 Nov 2014 11:20:45 -0000	1.6
+++ psycopg-2.5.3.ebuild	3 Nov 2014 12:40:28 -0000	1.7
@@ -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/dev-python/psycopg/psycopg-2.5.3.ebuild,v 1.6 2014/11/03 11:20:45 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/psycopg/psycopg-2.5.3.ebuild,v 1.7 2014/11/03 12:40:28 titanofold Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3,3_4} )
@@ -19,7 +19,7 @@
 KEYWORDS="~alpha amd64 arm hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
 IUSE="debug doc examples"
 
-RDEPEND=">=dev-db/postgresql-base-8.1"
+RDEPEND=">=virtual/postgresql-8.1"
 DEPEND="${RDEPEND}
 	doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )"
 



1.7                  dev-python/psycopg/psycopg-1.1.21-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/psycopg/psycopg-1.1.21-r1.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/psycopg/psycopg-1.1.21-r1.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/psycopg/psycopg-1.1.21-r1.ebuild?r1=1.6&r2=1.7

Index: psycopg-1.1.21-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/psycopg/psycopg-1.1.21-r1.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- psycopg-1.1.21-r1.ebuild	23 Oct 2014 17:22:30 -0000	1.6
+++ psycopg-1.1.21-r1.ebuild	3 Nov 2014 12:40:28 -0000	1.7
@@ -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/dev-python/psycopg/psycopg-1.1.21-r1.ebuild,v 1.6 2014/10/23 17:22:30 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/psycopg/psycopg-1.1.21-r1.ebuild,v 1.7 2014/11/03 12:40:28 titanofold Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python{2_6,2_7} )
@@ -17,7 +17,7 @@
 IUSE="examples"
 
 RDEPEND=">=dev-python/egenix-mx-base-2.0.3[${PYTHON_USEDEP}]
-	dev-db/postgresql-base
+	virtual/postgresql
 	${PYTHON_DEPS}"
 DEPEND="${RDEPEND}"
 



1.3                  dev-python/psycopg/psycopg-2.5.2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/psycopg/psycopg-2.5.2.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/psycopg/psycopg-2.5.2.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/psycopg/psycopg-2.5.2.ebuild?r1=1.2&r2=1.3

Index: psycopg-2.5.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/psycopg/psycopg-2.5.2.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- psycopg-2.5.2.ebuild	11 Apr 2014 19:51:10 -0000	1.2
+++ psycopg-2.5.2.ebuild	3 Nov 2014 12:40:28 -0000	1.3
@@ -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/dev-python/psycopg/psycopg-2.5.2.ebuild,v 1.2 2014/04/11 19:51:10 sdamashek Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/psycopg/psycopg-2.5.2.ebuild,v 1.3 2014/11/03 12:40:28 titanofold Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3,3_4} )
@@ -19,7 +19,7 @@
 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
 IUSE="debug doc examples"
 
-RDEPEND=">=dev-db/postgresql-base-8.1"
+RDEPEND=">=virtual/postgresql-8.1"
 DEPEND="${RDEPEND}
 	doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )"
 



1.12                 dev-python/psycopg/psycopg-2.5.1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/psycopg/psycopg-2.5.1.ebuild?rev=1.12&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/psycopg/psycopg-2.5.1.ebuild?rev=1.12&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/psycopg/psycopg-2.5.1.ebuild?r1=1.11&r2=1.12

Index: psycopg-2.5.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/psycopg/psycopg-2.5.1.ebuild,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- psycopg-2.5.1.ebuild	29 Dec 2013 09:45:54 -0000	1.11
+++ psycopg-2.5.1.ebuild	3 Nov 2014 12:40:28 -0000	1.12
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/psycopg/psycopg-2.5.1.ebuild,v 1.11 2013/12/29 09:45:54 hattya Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/psycopg/psycopg-2.5.1.ebuild,v 1.12 2014/11/03 12:40:28 titanofold Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} )
@@ -19,7 +19,7 @@
 KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 ~s390 ~sh sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
 IUSE="debug doc examples"
 
-RDEPEND=">=dev-db/postgresql-base-8.1"
+RDEPEND=">=virtual/postgresql-8.1"
 DEPEND="${RDEPEND}
 	doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )"
 



1.2                  dev-python/psycopg/psycopg-2.4.6.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/psycopg/psycopg-2.4.6.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/psycopg/psycopg-2.4.6.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/psycopg/psycopg-2.4.6.ebuild?r1=1.1&r2=1.2

Index: psycopg-2.4.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/psycopg/psycopg-2.4.6.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- psycopg-2.4.6.ebuild	11 Jan 2013 07:48:37 -0000	1.1
+++ psycopg-2.4.6.ebuild	3 Nov 2014 12:40:28 -0000	1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/psycopg/psycopg-2.4.6.ebuild,v 1.1 2013/01/11 07:48:37 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/psycopg/psycopg-2.4.6.ebuild,v 1.2 2014/11/03 12:40:28 titanofold Exp $
 
 EAPI="3"
 SUPPORT_PYTHON_ABIS="1"
@@ -20,7 +20,7 @@
 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
 IUSE="debug doc examples mxdatetime"
 
-RDEPEND=">=dev-db/postgresql-base-8.1
+RDEPEND=">=virtual/postgresql-8.1
 	mxdatetime? ( dev-python/egenix-mx-base )"
 DEPEND="${RDEPEND}
 	doc? ( dev-python/sphinx )"



1.185                dev-python/psycopg/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/psycopg/ChangeLog?rev=1.185&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/psycopg/ChangeLog?rev=1.185&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/psycopg/ChangeLog?r1=1.184&r2=1.185

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/psycopg/ChangeLog,v
retrieving revision 1.184
retrieving revision 1.185
diff -u -r1.184 -r1.185
--- ChangeLog	3 Nov 2014 11:20:45 -0000	1.184
+++ ChangeLog	3 Nov 2014 12:40:28 -0000	1.185
@@ -1,6 +1,12 @@
 # ChangeLog for dev-python/psycopg
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/psycopg/ChangeLog,v 1.184 2014/11/03 11:20:45 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/psycopg/ChangeLog,v 1.185 2014/11/03 12:40:28 titanofold Exp $
+
+  03 Nov 2014; Aaron W. Swenson <titanofold@gentoo.org> psycopg-1.1.21.ebuild,
+  psycopg-1.1.21-r1.ebuild, psycopg-2.4.5.ebuild, psycopg-2.4.6.ebuild,
+  psycopg-2.5.1.ebuild, psycopg-2.5.2.ebuild, psycopg-2.5.3.ebuild,
+  psycopg-2.5.4.ebuild:
+  Update PostgreSQL dependencies and/or checks to virtual/postgresql.
 
   03 Nov 2014; Agostino Sarubbo <ago@gentoo.org> psycopg-2.5.3.ebuild:
   Stable for x86, wrt bug #525508



1.24                 dev-python/psycopg/psycopg-1.1.21.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/psycopg/psycopg-1.1.21.ebuild?rev=1.24&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/psycopg/psycopg-1.1.21.ebuild?rev=1.24&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/psycopg/psycopg-1.1.21.ebuild?r1=1.23&r2=1.24

Index: psycopg-1.1.21.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/psycopg/psycopg-1.1.21.ebuild,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- psycopg-1.1.21.ebuild	22 Oct 2014 08:21:49 -0000	1.23
+++ psycopg-1.1.21.ebuild	3 Nov 2014 12:40:28 -0000	1.24
@@ -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/dev-python/psycopg/psycopg-1.1.21.ebuild,v 1.23 2014/10/22 08:21:49 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/psycopg/psycopg-1.1.21.ebuild,v 1.24 2014/11/03 12:40:28 titanofold Exp $
 
 EAPI="3"
 PYTHON_DEPEND="2"
@@ -19,7 +19,7 @@
 IUSE=""
 
 DEPEND=">=dev-python/egenix-mx-base-2.0.3
-	dev-db/postgresql-base"
+	virtual/postgresql"
 RDEPEND="${DEPEND}"
 
 src_prepare() {



1.4                  dev-python/psycopg/psycopg-2.5.4.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/psycopg/psycopg-2.5.4.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/psycopg/psycopg-2.5.4.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/psycopg/psycopg-2.5.4.ebuild?r1=1.3&r2=1.4

Index: psycopg-2.5.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/psycopg/psycopg-2.5.4.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- psycopg-2.5.4.ebuild	20 Oct 2014 03:10:14 -0000	1.3
+++ psycopg-2.5.4.ebuild	3 Nov 2014 12:40:28 -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/dev-python/psycopg/psycopg-2.5.4.ebuild,v 1.3 2014/10/20 03:10:14 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/psycopg/psycopg-2.5.4.ebuild,v 1.4 2014/11/03 12:40:28 titanofold Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python{2_7,3_2,3_3,3_4} )
@@ -19,7 +19,7 @@
 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
 IUSE="debug doc examples"
 
-RDEPEND=">=dev-db/postgresql-base-8.1"
+RDEPEND=">=virtual/postgresql-8.1"
 DEPEND="${RDEPEND}
 	doc? (  dev-python/sphinx[${PYTHON_USEDEP}]
 		>=dev-python/python-docs-2.7.6-r1:2.7 )"





^ permalink raw reply	[flat|nested] 2+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-python/psycopg: psycopg-2.4.5.ebuild psycopg-2.5.3.ebuild psycopg-1.1.21-r1.ebuild psycopg-2.5.2.ebuild psycopg-2.5.1.ebuild psycopg-2.4.6.ebuild ChangeLog psycopg-1.1.21.ebuild psycopg-2.5.4.ebuild
@ 2014-12-28 15:41 Aaron Swenson (titanofold)
  0 siblings, 0 replies; 2+ messages in thread
From: Aaron Swenson (titanofold) @ 2014-12-28 15:41 UTC (permalink / raw
  To: gentoo-commits

titanofold    14/12/28 15:41:58

  Modified:             psycopg-2.4.5.ebuild psycopg-2.5.3.ebuild
                        psycopg-1.1.21-r1.ebuild psycopg-2.5.2.ebuild
                        psycopg-2.5.1.ebuild psycopg-2.4.6.ebuild ChangeLog
                        psycopg-1.1.21.ebuild psycopg-2.5.4.ebuild
  Log:
  Rename virtual/postgresql to dev-db/postgresql
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key D1BBFDA0)

Revision  Changes    Path
1.13                 dev-python/psycopg/psycopg-2.4.5.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/psycopg/psycopg-2.4.5.ebuild?rev=1.13&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/psycopg/psycopg-2.4.5.ebuild?rev=1.13&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/psycopg/psycopg-2.4.5.ebuild?r1=1.12&r2=1.13

Index: psycopg-2.4.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/psycopg/psycopg-2.4.5.ebuild,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- psycopg-2.4.5.ebuild	7 Dec 2014 15:16:29 -0000	1.12
+++ psycopg-2.4.5.ebuild	28 Dec 2014 15:41:58 -0000	1.13
@@ -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/dev-python/psycopg/psycopg-2.4.5.ebuild,v 1.12 2014/12/07 15:16:29 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/psycopg/psycopg-2.4.5.ebuild,v 1.13 2014/12/28 15:41:58 titanofold Exp $
 
 EAPI="3"
 SUPPORT_PYTHON_ABIS="1"
@@ -20,7 +20,7 @@
 KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 s390 ~sh sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
 IUSE="debug doc examples mxdatetime"
 
-RDEPEND=">=virtual/postgresql-8.1
+RDEPEND=">=dev-db/postgresql-8.1
 	mxdatetime? ( dev-python/egenix-mx-base )"
 DEPEND="${RDEPEND}
 	doc? ( dev-python/sphinx )"



1.14                 dev-python/psycopg/psycopg-2.5.3.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/psycopg/psycopg-2.5.3.ebuild?rev=1.14&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/psycopg/psycopg-2.5.3.ebuild?rev=1.14&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/psycopg/psycopg-2.5.3.ebuild?r1=1.13&r2=1.14

Index: psycopg-2.5.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/psycopg/psycopg-2.5.3.ebuild,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- psycopg-2.5.3.ebuild	7 Dec 2014 15:16:29 -0000	1.13
+++ psycopg-2.5.3.ebuild	28 Dec 2014 15:41:58 -0000	1.14
@@ -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/dev-python/psycopg/psycopg-2.5.3.ebuild,v 1.13 2014/12/07 15:16:29 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/psycopg/psycopg-2.5.3.ebuild,v 1.14 2014/12/28 15:41:58 titanofold Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3,3_4} )
@@ -19,7 +19,7 @@
 KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 ~s390 ~sh sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
 IUSE="debug doc examples"
 
-RDEPEND=">=virtual/postgresql-8.1"
+RDEPEND=">=dev-db/postgresql-8.1"
 DEPEND="${RDEPEND}
 	doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )"
 



1.8                  dev-python/psycopg/psycopg-1.1.21-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/psycopg/psycopg-1.1.21-r1.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/psycopg/psycopg-1.1.21-r1.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/psycopg/psycopg-1.1.21-r1.ebuild?r1=1.7&r2=1.8

Index: psycopg-1.1.21-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/psycopg/psycopg-1.1.21-r1.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- psycopg-1.1.21-r1.ebuild	3 Nov 2014 12:40:28 -0000	1.7
+++ psycopg-1.1.21-r1.ebuild	28 Dec 2014 15:41:58 -0000	1.8
@@ -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/dev-python/psycopg/psycopg-1.1.21-r1.ebuild,v 1.7 2014/11/03 12:40:28 titanofold Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/psycopg/psycopg-1.1.21-r1.ebuild,v 1.8 2014/12/28 15:41:58 titanofold Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python{2_6,2_7} )
@@ -17,7 +17,7 @@
 IUSE="examples"
 
 RDEPEND=">=dev-python/egenix-mx-base-2.0.3[${PYTHON_USEDEP}]
-	virtual/postgresql
+	dev-db/postgresql
 	${PYTHON_DEPS}"
 DEPEND="${RDEPEND}"
 



1.5                  dev-python/psycopg/psycopg-2.5.2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/psycopg/psycopg-2.5.2.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/psycopg/psycopg-2.5.2.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/psycopg/psycopg-2.5.2.ebuild?r1=1.4&r2=1.5

Index: psycopg-2.5.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/psycopg/psycopg-2.5.2.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- psycopg-2.5.2.ebuild	7 Dec 2014 15:16:29 -0000	1.4
+++ psycopg-2.5.2.ebuild	28 Dec 2014 15:41:58 -0000	1.5
@@ -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/dev-python/psycopg/psycopg-2.5.2.ebuild,v 1.4 2014/12/07 15:16:29 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/psycopg/psycopg-2.5.2.ebuild,v 1.5 2014/12/28 15:41:58 titanofold Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3,3_4} )
@@ -19,7 +19,7 @@
 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
 IUSE="debug doc examples"
 
-RDEPEND=">=virtual/postgresql-8.1"
+RDEPEND=">=dev-db/postgresql-8.1"
 DEPEND="${RDEPEND}
 	doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )"
 



1.14                 dev-python/psycopg/psycopg-2.5.1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/psycopg/psycopg-2.5.1.ebuild?rev=1.14&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/psycopg/psycopg-2.5.1.ebuild?rev=1.14&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/psycopg/psycopg-2.5.1.ebuild?r1=1.13&r2=1.14

Index: psycopg-2.5.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/psycopg/psycopg-2.5.1.ebuild,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- psycopg-2.5.1.ebuild	7 Dec 2014 15:16:29 -0000	1.13
+++ psycopg-2.5.1.ebuild	28 Dec 2014 15:41:58 -0000	1.14
@@ -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/dev-python/psycopg/psycopg-2.5.1.ebuild,v 1.13 2014/12/07 15:16:29 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/psycopg/psycopg-2.5.1.ebuild,v 1.14 2014/12/28 15:41:58 titanofold Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} )
@@ -19,7 +19,7 @@
 KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 ~s390 ~sh sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
 IUSE="debug doc examples"
 
-RDEPEND=">=virtual/postgresql-8.1"
+RDEPEND=">=dev-db/postgresql-8.1"
 DEPEND="${RDEPEND}
 	doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )"
 



1.4                  dev-python/psycopg/psycopg-2.4.6.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/psycopg/psycopg-2.4.6.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/psycopg/psycopg-2.4.6.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/psycopg/psycopg-2.4.6.ebuild?r1=1.3&r2=1.4

Index: psycopg-2.4.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/psycopg/psycopg-2.4.6.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- psycopg-2.4.6.ebuild	7 Dec 2014 15:16:29 -0000	1.3
+++ psycopg-2.4.6.ebuild	28 Dec 2014 15:41:58 -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/dev-python/psycopg/psycopg-2.4.6.ebuild,v 1.3 2014/12/07 15:16:29 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/psycopg/psycopg-2.4.6.ebuild,v 1.4 2014/12/28 15:41:58 titanofold Exp $
 
 EAPI="3"
 SUPPORT_PYTHON_ABIS="1"
@@ -20,7 +20,7 @@
 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
 IUSE="debug doc examples mxdatetime"
 
-RDEPEND=">=virtual/postgresql-8.1
+RDEPEND=">=dev-db/postgresql-8.1
 	mxdatetime? ( dev-python/egenix-mx-base )"
 DEPEND="${RDEPEND}
 	doc? ( dev-python/sphinx )"



1.192                dev-python/psycopg/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/psycopg/ChangeLog?rev=1.192&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/psycopg/ChangeLog?rev=1.192&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/psycopg/ChangeLog?r1=1.191&r2=1.192

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/psycopg/ChangeLog,v
retrieving revision 1.191
retrieving revision 1.192
diff -u -r1.191 -r1.192
--- ChangeLog	7 Dec 2014 15:16:29 -0000	1.191
+++ ChangeLog	28 Dec 2014 15:41:58 -0000	1.192
@@ -1,6 +1,12 @@
 # ChangeLog for dev-python/psycopg
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/psycopg/ChangeLog,v 1.191 2014/12/07 15:16:29 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/psycopg/ChangeLog,v 1.192 2014/12/28 15:41:58 titanofold Exp $
+
+  28 Dec 2014; Aaron W. Swenson <titanofold@gentoo.org> psycopg-1.1.21.ebuild,
+  psycopg-1.1.21-r1.ebuild, psycopg-2.4.5.ebuild, psycopg-2.4.6.ebuild,
+  psycopg-2.5.1.ebuild, psycopg-2.5.2.ebuild, psycopg-2.5.3.ebuild,
+  psycopg-2.5.4.ebuild:
+  Rename virtual/postgresql to dev-db/postgresql
 
   07 Dec 2014; Justin Lecher <jlec@gentoo.org> psycopg-2.4.5.ebuild,
   psycopg-2.4.6.ebuild, psycopg-2.5.1.ebuild, psycopg-2.5.2.ebuild,



1.25                 dev-python/psycopg/psycopg-1.1.21.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/psycopg/psycopg-1.1.21.ebuild?rev=1.25&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/psycopg/psycopg-1.1.21.ebuild?rev=1.25&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/psycopg/psycopg-1.1.21.ebuild?r1=1.24&r2=1.25

Index: psycopg-1.1.21.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/psycopg/psycopg-1.1.21.ebuild,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- psycopg-1.1.21.ebuild	3 Nov 2014 12:40:28 -0000	1.24
+++ psycopg-1.1.21.ebuild	28 Dec 2014 15:41:58 -0000	1.25
@@ -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/dev-python/psycopg/psycopg-1.1.21.ebuild,v 1.24 2014/11/03 12:40:28 titanofold Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/psycopg/psycopg-1.1.21.ebuild,v 1.25 2014/12/28 15:41:58 titanofold Exp $
 
 EAPI="3"
 PYTHON_DEPEND="2"
@@ -19,7 +19,7 @@
 IUSE=""
 
 DEPEND=">=dev-python/egenix-mx-base-2.0.3
-	virtual/postgresql"
+	dev-db/postgresql"
 RDEPEND="${DEPEND}"
 
 src_prepare() {



1.6                  dev-python/psycopg/psycopg-2.5.4.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/psycopg/psycopg-2.5.4.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/psycopg/psycopg-2.5.4.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/psycopg/psycopg-2.5.4.ebuild?r1=1.5&r2=1.6

Index: psycopg-2.5.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/psycopg/psycopg-2.5.4.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- psycopg-2.5.4.ebuild	7 Dec 2014 15:16:29 -0000	1.5
+++ psycopg-2.5.4.ebuild	28 Dec 2014 15:41:58 -0000	1.6
@@ -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/dev-python/psycopg/psycopg-2.5.4.ebuild,v 1.5 2014/12/07 15:16:29 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/psycopg/psycopg-2.5.4.ebuild,v 1.6 2014/12/28 15:41:58 titanofold Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python{2_7,3_2,3_3,3_4} )
@@ -19,7 +19,7 @@
 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
 IUSE="debug doc examples"
 
-RDEPEND=">=virtual/postgresql-8.1"
+RDEPEND=">=dev-db/postgresql-8.1"
 DEPEND="${RDEPEND}
 	doc? (  dev-python/sphinx[${PYTHON_USEDEP}]
 		>=dev-python/python-docs-2.7.6-r1:2.7 )"





^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-12-28 15:42 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-12-28 15:41 [gentoo-commits] gentoo-x86 commit in dev-python/psycopg: psycopg-2.4.5.ebuild psycopg-2.5.3.ebuild psycopg-1.1.21-r1.ebuild psycopg-2.5.2.ebuild psycopg-2.5.1.ebuild psycopg-2.4.6.ebuild ChangeLog psycopg-1.1.21.ebuild psycopg-2.5.4.ebuild Aaron Swenson (titanofold)
  -- strict thread matches above, loose matches on Subject: below --
2014-11-03 12:40 Aaron Swenson (titanofold)

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