public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-python/natgrid: natgrid-0.2.1.ebuild natgrid-0.1.ebuild ChangeLog
@ 2012-02-23  9:12 Patrick Lauer (patrick)
  0 siblings, 0 replies; only message in thread
From: Patrick Lauer (patrick) @ 2012-02-23  9:12 UTC (permalink / raw
  To: gentoo-commits

patrick     12/02/23 09:12:21

  Modified:             natgrid-0.2.1.ebuild natgrid-0.1.ebuild ChangeLog
  Log:
  Restricting python
  
  (Portage version: 2.2.0_alpha88/cvs/Linux x86_64)

Revision  Changes    Path
1.2                  dev-python/natgrid/natgrid-0.2.1.ebuild

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

Index: natgrid-0.2.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/natgrid/natgrid-0.2.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- natgrid-0.2.1.ebuild	23 Jan 2011 17:34:31 -0000	1.1
+++ natgrid-0.2.1.ebuild	23 Feb 2012 09:12:21 -0000	1.2
@@ -1,11 +1,10 @@
-# 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-python/natgrid/natgrid-0.2.1.ebuild,v 1.1 2011/01/23 17:34:31 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/natgrid/natgrid-0.2.1.ebuild,v 1.2 2012/02/23 09:12:21 patrick Exp $
 
 EAPI="3"
-PYTHON_DEPEND="2"
 SUPPORT_PYTHON_ABIS="1"
-RESTRICT_PYTHON_ABIS="3.*"
+RESTRICT_PYTHON_ABIS="3.* 2.7-pypy-* *-jython"
 
 inherit distutils
 



1.4                  dev-python/natgrid/natgrid-0.1.ebuild

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

Index: natgrid-0.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/natgrid/natgrid-0.1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- natgrid-0.1.ebuild	23 Jul 2010 23:27:30 -0000	1.3
+++ natgrid-0.1.ebuild	23 Feb 2012 09:12:21 -0000	1.4
@@ -1,11 +1,10 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/natgrid/natgrid-0.1.ebuild,v 1.3 2010/07/23 23:27:30 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/natgrid/natgrid-0.1.ebuild,v 1.4 2012/02/23 09:12:21 patrick Exp $
 
 EAPI="3"
-PYTHON_DEPEND="2"
 SUPPORT_PYTHON_ABIS="1"
-RESTRICT_PYTHON_ABIS="3.*"
+RESTRICT_PYTHON_ABIS="3.* 2.7-pypy-* *-jython"
 
 inherit distutils
 



1.5                  dev-python/natgrid/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/natgrid/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog	23 Jan 2011 17:34:31 -0000	1.4
+++ ChangeLog	23 Feb 2012 09:12:21 -0000	1.5
@@ -1,6 +1,10 @@
 # ChangeLog for dev-python/natgrid
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/natgrid/ChangeLog,v 1.4 2011/01/23 17:34:31 bicatali Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/natgrid/ChangeLog,v 1.5 2012/02/23 09:12:21 patrick Exp $
+
+  23 Feb 2012; Patrick Lauer <patrick@gentoo.org> natgrid-0.1.ebuild,
+  natgrid-0.2.1.ebuild:
+  Restricting python
 
 *natgrid-0.2.1 (23 Jan 2011)
 






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

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

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-02-23  9:12 [gentoo-commits] gentoo-x86 commit in dev-python/natgrid: natgrid-0.2.1.ebuild natgrid-0.1.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