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-4.0.ebuild ChangeLog
@ 2012-02-26  9:13 Patrick Lauer (patrick)
  0 siblings, 0 replies; only message in thread
From: Patrick Lauer (patrick) @ 2012-02-26  9:13 UTC (permalink / raw
  To: gentoo-commits

patrick     12/02/26 09:13:55

  Modified:             pygresql-3.8.1.ebuild pygresql-4.0.ebuild ChangeLog
  Log:
  Restricting pypy
  
  (Portage version: 2.2.0_alpha89/cvs/Linux x86_64)

Revision  Changes    Path
1.16                 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.16&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/pygresql/pygresql-3.8.1.ebuild?rev=1.16&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/pygresql/pygresql-3.8.1.ebuild?r1=1.15&r2=1.16

Index: pygresql-3.8.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/pygresql/pygresql-3.8.1.ebuild,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- pygresql-3.8.1.ebuild	28 May 2011 12:24:39 -0000	1.15
+++ pygresql-3.8.1.ebuild	26 Feb 2012 09:13:55 -0000	1.16
@@ -1,11 +1,11 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 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.15 2011/05/28 12:24:39 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/pygresql/pygresql-3.8.1.ebuild,v 1.16 2012/02/26 09:13:55 patrick Exp $
 
 EAPI="3"
 PYTHON_DEPEND="2"
 SUPPORT_PYTHON_ABIS="1"
-RESTRICT_PYTHON_ABIS="3.* *-jython"
+RESTRICT_PYTHON_ABIS="3.* *-jython 2.7-pypy-*"
 
 inherit distutils
 



1.5                  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.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/pygresql/pygresql-4.0.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/pygresql/pygresql-4.0.ebuild?r1=1.4&r2=1.5

Index: pygresql-4.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/pygresql/pygresql-4.0.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- pygresql-4.0.ebuild	8 Jan 2011 16:18:30 -0000	1.4
+++ pygresql-4.0.ebuild	26 Feb 2012 09:13:55 -0000	1.5
@@ -1,11 +1,11 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 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.4 2011/01/08 16:18:30 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/pygresql/pygresql-4.0.ebuild,v 1.5 2012/02/26 09:13:55 patrick Exp $
 
 EAPI="3"
 PYTHON_DEPEND="2"
 SUPPORT_PYTHON_ABIS="1"
-RESTRICT_PYTHON_ABIS="3.* *-jython"
+RESTRICT_PYTHON_ABIS="3.* *-jython 2.7-pypy-*"
 
 inherit distutils
 



1.58                 dev-db/pygresql/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/pygresql/ChangeLog,v
retrieving revision 1.57
retrieving revision 1.58
diff -u -r1.57 -r1.58
--- ChangeLog	23 Jun 2011 14:50:35 -0000	1.57
+++ ChangeLog	26 Feb 2012 09:13:55 -0000	1.58
@@ -1,6 +1,10 @@
 # ChangeLog for dev-db/pygresql
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/pygresql/ChangeLog,v 1.57 2011/06/23 14:50:35 hwoarang Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-db/pygresql/ChangeLog,v 1.58 2012/02/26 09:13:55 patrick Exp $
+
+  26 Feb 2012; Patrick Lauer <patrick@gentoo.org> pygresql-3.8.1.ebuild,
+  pygresql-4.0.ebuild:
+  Restricting pypy
 
   23 Jun 2011; Markos Chandras <hwoarang@gentoo.org> -pygresql-3.5.ebuild,
   -files/pygresql-3.5-gentoo.patch, -pygresql-3.6.2.ebuild,






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

only message in thread, other threads:[~2012-02-26  9:14 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-02-26  9:13 [gentoo-commits] gentoo-x86 commit in dev-db/pygresql: pygresql-3.8.1.ebuild pygresql-4.0.ebuild ChangeLog Patrick Lauer (patrick)

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