public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-db/pygresql: pygresql-3.8.1.ebuild pygresql-3.6.2-r1.ebuild ChangeLog pygresql-3.5.ebuild pygresql-3.6.2.ebuild pygresql-4.0.ebuild
@ 2010-06-17 18:20 Patrick Lauer (patrick)
  0 siblings, 0 replies; 2+ messages in thread
From: Patrick Lauer (patrick) @ 2010-06-17 18:20 UTC (permalink / raw
  To: gentoo-commits

patrick     10/06/17 18:20:09

  Modified:             pygresql-3.8.1.ebuild pygresql-3.6.2-r1.ebuild
                        ChangeLog pygresql-3.5.ebuild pygresql-3.6.2.ebuild
                        pygresql-4.0.ebuild
  Log:
  Migrating away from deprecated postgres virtuals
  (Portage version: 2.2_rc67/cvs/Linux x86_64)

Revision  Changes    Path
1.8                  dev-db/pygresql/pygresql-3.8.1.ebuild

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

Index: pygresql-3.8.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/pygresql/pygresql-3.8.1.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- pygresql-3.8.1.ebuild	19 May 2008 19:14:12 -0000	1.7
+++ pygresql-3.8.1.ebuild	17 Jun 2010 18:20:09 -0000	1.8
@@ -1,6 +1,6 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/pygresql/pygresql-3.8.1.ebuild,v 1.7 2008/05/19 19:14:12 dev-zero Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/pygresql/pygresql-3.8.1.ebuild,v 1.8 2010/06/17 18:20:09 patrick Exp $
 
 inherit eutils distutils
 
@@ -15,7 +15,7 @@
 SLOT="0"
 IUSE="doc"
 
-DEPEND="virtual/postgresql-base"
+DEPEND="dev-db/postgresql-base"
 RDEPEND="${DEPEND}
 		dev-python/egenix-mx-base"
 



1.4                  dev-db/pygresql/pygresql-3.6.2-r1.ebuild

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

Index: pygresql-3.6.2-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/pygresql/pygresql-3.6.2-r1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- pygresql-3.6.2-r1.ebuild	19 May 2008 19:14:12 -0000	1.3
+++ pygresql-3.6.2-r1.ebuild	17 Jun 2010 18:20:09 -0000	1.4
@@ -1,6 +1,6 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/pygresql/pygresql-3.6.2-r1.ebuild,v 1.3 2008/05/19 19:14:12 dev-zero Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/pygresql/pygresql-3.6.2-r1.ebuild,v 1.4 2010/06/17 18:20:09 patrick Exp $
 
 inherit eutils distutils
 
@@ -15,7 +15,7 @@
 SLOT="0"
 IUSE=""
 
-DEPEND="virtual/postgresql-base"
+DEPEND="dev-db/postgresql-base"
 RDEPEND="${DEPEND}
 		dev-python/egenix-mx-base"
 



1.47                 dev-db/pygresql/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/pygresql/ChangeLog?rev=1.47&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/pygresql/ChangeLog?rev=1.47&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/pygresql/ChangeLog?r1=1.46&r2=1.47

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/pygresql/ChangeLog,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -r1.46 -r1.47
--- ChangeLog	23 Apr 2009 16:09:35 -0000	1.46
+++ ChangeLog	17 Jun 2010 18:20:09 -0000	1.47
@@ -1,6 +1,11 @@
 # ChangeLog for dev-db/pygresql
-# Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/pygresql/ChangeLog,v 1.46 2009/04/23 16:09:35 patrick Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-db/pygresql/ChangeLog,v 1.47 2010/06/17 18:20:09 patrick Exp $
+
+  17 Jun 2010; Patrick Lauer <patrick@gentoo.org> pygresql-3.5.ebuild,
+  pygresql-3.6.2.ebuild, pygresql-3.6.2-r1.ebuild, pygresql-3.8.1.ebuild,
+  pygresql-4.0.ebuild:
+  Migrating away from deprecated postgres virtuals
 
 *pygresql-4.0 (23 Apr 2009)
 



1.12                 dev-db/pygresql/pygresql-3.5.ebuild

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

Index: pygresql-3.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/pygresql/pygresql-3.5.ebuild,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- pygresql-3.5.ebuild	19 May 2008 19:14:12 -0000	1.11
+++ pygresql-3.5.ebuild	17 Jun 2010 18:20:09 -0000	1.12
@@ -1,6 +1,6 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/pygresql/pygresql-3.5.ebuild,v 1.11 2008/05/19 19:14:12 dev-zero Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/pygresql/pygresql-3.5.ebuild,v 1.12 2010/06/17 18:20:09 patrick Exp $
 
 inherit eutils distutils
 
@@ -15,7 +15,7 @@
 SLOT="0"
 IUSE=""
 
-DEPEND="virtual/postgresql-base"
+DEPEND="dev-db/postgresql-base"
 RDEPEND="${DEPEND}
 		dev-python/egenix-mx-base"
 



1.11                 dev-db/pygresql/pygresql-3.6.2.ebuild

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

Index: pygresql-3.6.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/pygresql/pygresql-3.6.2.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- pygresql-3.6.2.ebuild	19 May 2008 19:14:12 -0000	1.10
+++ pygresql-3.6.2.ebuild	17 Jun 2010 18:20:09 -0000	1.11
@@ -1,6 +1,6 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/pygresql/pygresql-3.6.2.ebuild,v 1.10 2008/05/19 19:14:12 dev-zero Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/pygresql/pygresql-3.6.2.ebuild,v 1.11 2010/06/17 18:20:09 patrick Exp $
 
 inherit eutils distutils
 
@@ -15,7 +15,7 @@
 SLOT="0"
 IUSE=""
 
-DEPEND="virtual/postgresql-base"
+DEPEND="dev-db/postgresql-base"
 RDEPEND="${DEPEND}
 		dev-python/egenix-mx-base"
 



1.2                  dev-db/pygresql/pygresql-4.0.ebuild

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

Index: pygresql-4.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/pygresql/pygresql-4.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- pygresql-4.0.ebuild	23 Apr 2009 16:09:35 -0000	1.1
+++ pygresql-4.0.ebuild	17 Jun 2010 18:20:09 -0000	1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/pygresql/pygresql-4.0.ebuild,v 1.1 2009/04/23 16:09:35 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/pygresql/pygresql-4.0.ebuild,v 1.2 2010/06/17 18:20:09 patrick Exp $
 
 inherit eutils distutils
 
@@ -15,7 +15,7 @@
 SLOT="0"
 IUSE="doc"
 
-DEPEND=">=virtual/postgresql-base-7.4"
+DEPEND="dev-db/postgresql-base"
 RDEPEND="${DEPEND}"
 
 S=${WORKDIR}/${MY_P}






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

* [gentoo-commits] gentoo-x86 commit in dev-db/pygresql: pygresql-3.8.1.ebuild pygresql-3.6.2-r1.ebuild ChangeLog pygresql-3.5.ebuild pygresql-3.6.2.ebuild pygresql-4.0.ebuild
@ 2011-01-08 16:08 Arfrever Frehtes Taifersar Arahesis (arfrever)
  0 siblings, 0 replies; 2+ messages in thread
From: Arfrever Frehtes Taifersar Arahesis (arfrever) @ 2011-01-08 16:08 UTC (permalink / raw
  To: gentoo-commits

arfrever    11/01/08 16:08:43

  Modified:             pygresql-3.8.1.ebuild pygresql-3.6.2-r1.ebuild
                        ChangeLog pygresql-3.5.ebuild pygresql-3.6.2.ebuild
                        pygresql-4.0.ebuild
  Log:
  Fix deprecation warnings.
  
  (Portage version: 2.2.0_alpha14/cvs/Linux x86_64)

Revision  Changes    Path
1.9                  dev-db/pygresql/pygresql-3.8.1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/pygresql/pygresql-3.8.1.ebuild?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/pygresql/pygresql-3.8.1.ebuild?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/pygresql/pygresql-3.8.1.ebuild?r1=1.8&r2=1.9

Index: pygresql-3.8.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/pygresql/pygresql-3.8.1.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- pygresql-3.8.1.ebuild	17 Jun 2010 18:20:09 -0000	1.8
+++ pygresql-3.8.1.ebuild	8 Jan 2011 16:08:43 -0000	1.9
@@ -1,6 +1,8 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/pygresql/pygresql-3.8.1.ebuild,v 1.8 2010/06/17 18:20:09 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/pygresql/pygresql-3.8.1.ebuild,v 1.9 2011/01/08 16:08:43 arfrever Exp $
+
+EAPI="3"
 
 inherit eutils distutils
 



1.6                  dev-db/pygresql/pygresql-3.6.2-r1.ebuild

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

Index: pygresql-3.6.2-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/pygresql/pygresql-3.6.2-r1.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- pygresql-3.6.2-r1.ebuild	14 Dec 2010 02:21:28 -0000	1.5
+++ pygresql-3.6.2-r1.ebuild	8 Jan 2011 16:08:43 -0000	1.6
@@ -1,6 +1,8 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/pygresql/pygresql-3.6.2-r1.ebuild,v 1.5 2010/12/14 02:21:28 mattst88 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/pygresql/pygresql-3.6.2-r1.ebuild,v 1.6 2011/01/08 16:08:43 arfrever Exp $
+
+EAPI="3"
 
 inherit eutils distutils
 
@@ -21,7 +23,6 @@
 
 S=${WORKDIR}/${MY_P}
 
-src_unpack() {
-	unpack ${A}
+src_prepare() {
 	epatch "${FILESDIR}/${P}-gentoo.patch"
 }



1.49                 dev-db/pygresql/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/pygresql/ChangeLog?rev=1.49&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/pygresql/ChangeLog?rev=1.49&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/pygresql/ChangeLog?r1=1.48&r2=1.49

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/pygresql/ChangeLog,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -r1.48 -r1.49
--- ChangeLog	14 Dec 2010 02:21:28 -0000	1.48
+++ ChangeLog	8 Jan 2011 16:08:43 -0000	1.49
@@ -1,6 +1,11 @@
 # ChangeLog for dev-db/pygresql
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/pygresql/ChangeLog,v 1.48 2010/12/14 02:21:28 mattst88 Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-db/pygresql/ChangeLog,v 1.49 2011/01/08 16:08:43 arfrever Exp $
+
+  08 Jan 2011; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
+  pygresql-3.5.ebuild, pygresql-3.6.2.ebuild, pygresql-3.6.2-r1.ebuild,
+  pygresql-3.8.1.ebuild, pygresql-4.0.ebuild:
+  Fix deprecation warnings.
 
   14 Dec 2010; Matt Turner <mattst88@gentoo.org> pygresql-3.5.ebuild,
   pygresql-3.6.2.ebuild, pygresql-3.6.2-r1.ebuild:



1.14                 dev-db/pygresql/pygresql-3.5.ebuild

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

Index: pygresql-3.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/pygresql/pygresql-3.5.ebuild,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- pygresql-3.5.ebuild	14 Dec 2010 02:21:28 -0000	1.13
+++ pygresql-3.5.ebuild	8 Jan 2011 16:08:43 -0000	1.14
@@ -1,6 +1,8 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/pygresql/pygresql-3.5.ebuild,v 1.13 2010/12/14 02:21:28 mattst88 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/pygresql/pygresql-3.5.ebuild,v 1.14 2011/01/08 16:08:43 arfrever Exp $
+
+EAPI="3"
 
 inherit eutils distutils
 
@@ -21,7 +23,6 @@
 
 S=${WORKDIR}/${MY_P}
 
-src_unpack() {
-	unpack ${A}
+src_prepare() {
 	epatch "${FILESDIR}/${P}-gentoo.patch"
 }



1.13                 dev-db/pygresql/pygresql-3.6.2.ebuild

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

Index: pygresql-3.6.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/pygresql/pygresql-3.6.2.ebuild,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- pygresql-3.6.2.ebuild	14 Dec 2010 02:21:28 -0000	1.12
+++ pygresql-3.6.2.ebuild	8 Jan 2011 16:08:43 -0000	1.13
@@ -1,6 +1,8 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/pygresql/pygresql-3.6.2.ebuild,v 1.12 2010/12/14 02:21:28 mattst88 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/pygresql/pygresql-3.6.2.ebuild,v 1.13 2011/01/08 16:08:43 arfrever Exp $
+
+EAPI="3"
 
 inherit eutils distutils
 
@@ -21,7 +23,6 @@
 
 S=${WORKDIR}/${MY_P}
 
-src_unpack() {
-	unpack ${A}
+src_prepare() {
 	epatch "${FILESDIR}/${P}-gentoo.patch"
 }



1.3                  dev-db/pygresql/pygresql-4.0.ebuild

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

Index: pygresql-4.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/pygresql/pygresql-4.0.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- pygresql-4.0.ebuild	17 Jun 2010 18:20:09 -0000	1.2
+++ pygresql-4.0.ebuild	8 Jan 2011 16:08:43 -0000	1.3
@@ -1,6 +1,8 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/pygresql/pygresql-4.0.ebuild,v 1.2 2010/06/17 18:20:09 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/pygresql/pygresql-4.0.ebuild,v 1.3 2011/01/08 16:08:43 arfrever Exp $
+
+EAPI="3"
 
 inherit eutils distutils
 






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

end of thread, other threads:[~2011-01-08 16:08 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-06-17 18:20 [gentoo-commits] gentoo-x86 commit in dev-db/pygresql: pygresql-3.8.1.ebuild pygresql-3.6.2-r1.ebuild ChangeLog pygresql-3.5.ebuild pygresql-3.6.2.ebuild pygresql-4.0.ebuild Patrick Lauer (patrick)
  -- strict thread matches above, loose matches on Subject: below --
2011-01-08 16:08 Arfrever Frehtes Taifersar Arahesis (arfrever)

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