titanofold 14/11/03 11:34:15
Modified: ChangeLog pygresql-4.1.1.ebuild
pygresql-4.1.1-r1.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.73 dev-db/pygresql/ChangeLog
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/pygresql/ChangeLog?rev=1.73&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/pygresql/ChangeLog?rev=1.73&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/pygresql/ChangeLog?r1=1.72&r2=1.73
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/pygresql/ChangeLog,v
retrieving revision 1.72
retrieving revision 1.73
diff -u -r1.72 -r1.73
--- ChangeLog 10 Aug 2014 20:02:23 -0000 1.72
+++ ChangeLog 3 Nov 2014 11:34:15 -0000 1.73
@@ -1,6 +1,10 @@
# ChangeLog for dev-db/pygresql
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/pygresql/ChangeLog,v 1.72 2014/08/10
20:02:23 slyfox Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/pygresql/ChangeLog,v 1.73 2014/11/03
11:34:15 titanofold Exp $
+
+ 03 Nov 2014; Aaron W. Swenson <[email protected]> pygresql-4.1.1.ebuild,
+ pygresql-4.1.1-r1.ebuild:
+ Update PostgreSQL dependencies and/or checks to virtual/postgresql.
10 Aug 2014; Sergei Trofimovich <[email protected]> pygresql-4.1.1-r1.ebuild,
pygresql-4.1.1.ebuild:
1.10 dev-db/pygresql/pygresql-4.1.1.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/pygresql/pygresql-4.1.1.ebuild?rev=1.10&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/pygresql/pygresql-4.1.1.ebuild?rev=1.10&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/pygresql/pygresql-4.1.1.ebuild?r1=1.9&r2=1.10
Index: pygresql-4.1.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/pygresql/pygresql-4.1.1.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- pygresql-4.1.1.ebuild 10 Aug 2014 20:02:22 -0000 1.9
+++ pygresql-4.1.1.ebuild 3 Nov 2014 11:34:15 -0000 1.10
@@ -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-db/pygresql/pygresql-4.1.1.ebuild,v 1.9
2014/08/10 20:02:22 slyfox Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/pygresql/pygresql-4.1.1.ebuild,v
1.10 2014/11/03 11:34:15 titanofold Exp $
EAPI=5
@@ -21,11 +21,11 @@
IUSE="doc"
DEPEND="|| (
- dev-db/postgresql-base:8.3
- dev-db/postgresql-base:8.4
- dev-db/postgresql-base:9.0
- dev-db/postgresql-base:9.1
- dev-db/postgresql-base:9.2
+ virtual/postgresql:8.3
+ virtual/postgresql:8.4
+ virtual/postgresql:9.0
+ virtual/postgresql:9.1
+ virtual/postgresql:9.2
)"
RDEPEND="${DEPEND}"
1.3 dev-db/pygresql/pygresql-4.1.1-r1.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/pygresql/pygresql-4.1.1-r1.ebuild?rev=1.3&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/pygresql/pygresql-4.1.1-r1.ebuild?rev=1.3&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/pygresql/pygresql-4.1.1-r1.ebuild?r1=1.2&r2=1.3
Index: pygresql-4.1.1-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/pygresql/pygresql-4.1.1-r1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- pygresql-4.1.1-r1.ebuild 10 Aug 2014 20:02:22 -0000 1.2
+++ pygresql-4.1.1-r1.ebuild 3 Nov 2014 11:34:15 -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-db/pygresql/pygresql-4.1.1-r1.ebuild,v
1.2 2014/08/10 20:02:22 slyfox Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/pygresql/pygresql-4.1.1-r1.ebuild,v
1.3 2014/11/03 11:34:15 titanofold Exp $
EAPI=5
@@ -21,10 +21,10 @@
IUSE="doc"
DEPEND="|| (
- dev-db/postgresql-base:9.3
- dev-db/postgresql-base:9.2
- dev-db/postgresql-base:9.1
- dev-db/postgresql-base:9.0
+ virtual/postgresql:9.3
+ virtual/postgresql:9.2
+ virtual/postgresql:9.1
+ virtual/postgresql:9.0
)"
RDEPEND="${DEPEND}"