public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-python/oosuite: oosuite-0.39.ebuild oosuite-0.38.ebuild ChangeLog
@ 2012-10-19  4:46 Patrick Lauer (patrick)
  0 siblings, 0 replies; only message in thread
From: Patrick Lauer (patrick) @ 2012-10-19  4:46 UTC (permalink / raw
  To: gentoo-commits

patrick     12/10/19 04:46:29

  Modified:             oosuite-0.39.ebuild oosuite-0.38.ebuild ChangeLog
  Log:
  Restricting pythons
  
  (Portage version: 2.2.0_alpha139/cvs/Linux x86_64, unsigned Manifest commit)

Revision  Changes    Path
1.3                  dev-python/oosuite/oosuite-0.39.ebuild

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

Index: oosuite-0.39.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/oosuite/oosuite-0.39.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- oosuite-0.39.ebuild	9 Jul 2012 19:33:27 -0000	1.2
+++ oosuite-0.39.ebuild	19 Oct 2012 04:46:28 -0000	1.3
@@ -1,13 +1,13 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/oosuite/oosuite-0.39.ebuild,v 1.2 2012/07/09 19:33:27 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/oosuite/oosuite-0.39.ebuild,v 1.3 2012/10/19 04:46:28 patrick Exp $
 
 EAPI=4
 
 # python eclass cruft
 SUPPORT_PYTHON_ABIS="1"
 PYTHON_USE_WITH="tk?"
-RESTRICT_PYTHON_ABIS="2.4"
+RESTRICT_PYTHON_ABIS="2.4 2.7-pypy-* *-jython 3.3"
 
 inherit distutils eutils
 



1.2                  dev-python/oosuite/oosuite-0.38.ebuild

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

Index: oosuite-0.38.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/oosuite/oosuite-0.38.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- oosuite-0.38.ebuild	20 Apr 2012 18:21:29 -0000	1.1
+++ oosuite-0.38.ebuild	19 Oct 2012 04:46:28 -0000	1.2
@@ -1,13 +1,13 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/oosuite/oosuite-0.38.ebuild,v 1.1 2012/04/20 18:21:29 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/oosuite/oosuite-0.38.ebuild,v 1.2 2012/10/19 04:46:28 patrick Exp $
 
 EAPI=4
 
 # python eclass cruft
 SUPPORT_PYTHON_ABIS="1"
 PYTHON_USE_WITH="tk?"
-RESTRICT_PYTHON_ABIS="2.4"
+RESTRICT_PYTHON_ABIS="2.4 2.7-pypy-* *-jython 3.3"
 
 inherit distutils eutils
 



1.5                  dev-python/oosuite/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/oosuite/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog	9 Jul 2012 19:33:27 -0000	1.4
+++ ChangeLog	19 Oct 2012 04:46:28 -0000	1.5
@@ -1,6 +1,10 @@
 # ChangeLog for dev-python/oosuite
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/oosuite/ChangeLog,v 1.4 2012/07/09 19:33:27 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/oosuite/ChangeLog,v 1.5 2012/10/19 04:46:28 patrick Exp $
+
+  19 Oct 2012; Patrick Lauer <patrick@gentoo.org> oosuite-0.38.ebuild,
+  oosuite-0.39.ebuild:
+  Restricting pythons
 
   09 Jul 2012; Sébastien Fabbro <bicatali@gentoo.org>
   -files/oosuite-0.37-no-init-msg.patch, oosuite-0.39.ebuild:





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

only message in thread, other threads:[~2012-10-19  4:46 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-10-19  4:46 [gentoo-commits] gentoo-x86 commit in dev-python/oosuite: oosuite-0.39.ebuild oosuite-0.38.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