public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-python/quixote: quixote-2.6.ebuild ChangeLog
@ 2012-02-20 15:07 Patrick Lauer (patrick)
  0 siblings, 0 replies; 2+ messages in thread
From: Patrick Lauer (patrick) @ 2012-02-20 15:07 UTC (permalink / raw
  To: gentoo-commits

patrick     12/02/20 15:07:41

  Modified:             quixote-2.6.ebuild ChangeLog
  Log:
  Restricting pypy #404019
  
  (Portage version: 2.2.0_alpha87/cvs/Linux x86_64)

Revision  Changes    Path
1.8                  dev-python/quixote/quixote-2.6.ebuild

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

Index: quixote-2.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/quixote/quixote-2.6.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- quixote-2.6.ebuild	1 Nov 2010 00:54:54 -0000	1.7
+++ quixote-2.6.ebuild	20 Feb 2012 15:07:41 -0000	1.8
@@ -1,11 +1,11 @@
-# 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/quixote/quixote-2.6.ebuild,v 1.7 2010/11/01 00:54:54 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/quixote/quixote-2.6.ebuild,v 1.8 2012/02/20 15:07:41 patrick Exp $
 
 EAPI="3"
 PYTHON_DEPEND="2"
 SUPPORT_PYTHON_ABIS="1"
-RESTRICT_PYTHON_ABIS="3.*"
+RESTRICT_PYTHON_ABIS="3.* 2.7-pypy-*"
 
 inherit distutils
 



1.33                 dev-python/quixote/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/quixote/ChangeLog,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- ChangeLog	1 Nov 2010 00:54:54 -0000	1.32
+++ ChangeLog	20 Feb 2012 15:07:41 -0000	1.33
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/quixote
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/quixote/ChangeLog,v 1.32 2010/11/01 00:54:54 arfrever Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/quixote/ChangeLog,v 1.33 2012/02/20 15:07:41 patrick Exp $
+
+  20 Feb 2012; Patrick Lauer <patrick@gentoo.org> quixote-2.6.ebuild:
+  Restricting pypy #404019
 
   01 Nov 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
   quixote-2.6.ebuild:






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

* [gentoo-commits] gentoo-x86 commit in dev-python/quixote: quixote-2.6.ebuild ChangeLog
@ 2012-02-21  8:19 Patrick Lauer (patrick)
  0 siblings, 0 replies; 2+ messages in thread
From: Patrick Lauer (patrick) @ 2012-02-21  8:19 UTC (permalink / raw
  To: gentoo-commits

patrick     12/02/21 08:19:29

  Modified:             quixote-2.6.ebuild ChangeLog
  Log:
  Restricting jython
  
  (Portage version: 2.2.0_alpha88/cvs/Linux x86_64)

Revision  Changes    Path
1.9                  dev-python/quixote/quixote-2.6.ebuild

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

Index: quixote-2.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/quixote/quixote-2.6.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- quixote-2.6.ebuild	20 Feb 2012 15:07:41 -0000	1.8
+++ quixote-2.6.ebuild	21 Feb 2012 08:19:29 -0000	1.9
@@ -1,11 +1,11 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/quixote/quixote-2.6.ebuild,v 1.8 2012/02/20 15:07:41 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/quixote/quixote-2.6.ebuild,v 1.9 2012/02/21 08:19:29 patrick Exp $
 
 EAPI="3"
 PYTHON_DEPEND="2"
 SUPPORT_PYTHON_ABIS="1"
-RESTRICT_PYTHON_ABIS="3.* 2.7-pypy-*"
+RESTRICT_PYTHON_ABIS="3.* 2.7-pypy-* *-jython"
 
 inherit distutils
 



1.34                 dev-python/quixote/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/quixote/ChangeLog,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- ChangeLog	20 Feb 2012 15:07:41 -0000	1.33
+++ ChangeLog	21 Feb 2012 08:19:29 -0000	1.34
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/quixote
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/quixote/ChangeLog,v 1.33 2012/02/20 15:07:41 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/quixote/ChangeLog,v 1.34 2012/02/21 08:19:29 patrick Exp $
+
+  21 Feb 2012; Patrick Lauer <patrick@gentoo.org> quixote-2.6.ebuild:
+  Restricting jython
 
   20 Feb 2012; Patrick Lauer <patrick@gentoo.org> quixote-2.6.ebuild:
   Restricting pypy #404019






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

end of thread, other threads:[~2012-02-21  8:19 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-02-20 15:07 [gentoo-commits] gentoo-x86 commit in dev-python/quixote: quixote-2.6.ebuild ChangeLog Patrick Lauer (patrick)
  -- strict thread matches above, loose matches on Subject: below --
2012-02-21  8:19 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