public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-python/twisted-news: twisted-news-10.2.0.ebuild twisted-news-11.0.0.ebuild ChangeLog
@ 2012-10-05 14:45 Marien Zwart (marienz)
  0 siblings, 0 replies; only message in thread
From: Marien Zwart (marienz) @ 2012-10-05 14:45 UTC (permalink / raw
  To: gentoo-commits

marienz     12/10/05 14:45:58

  Modified:             twisted-news-10.2.0.ebuild
                        twisted-news-11.0.0.ebuild ChangeLog
  Log:
  Restrict pypy in twisted < 11.1.0 (bug #420653).
  
  (Portage version: 2.2.0_alpha135/cvs/Linux x86_64)

Revision  Changes    Path
1.7                  dev-python/twisted-news/twisted-news-10.2.0.ebuild

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

Index: twisted-news-10.2.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/twisted-news/twisted-news-10.2.0.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- twisted-news-10.2.0.ebuild	21 Jan 2011 08:32:19 -0000	1.6
+++ twisted-news-10.2.0.ebuild	5 Oct 2012 14:45:58 -0000	1.7
@@ -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-python/twisted-news/twisted-news-10.2.0.ebuild,v 1.6 2011/01/21 08:32:19 tomka Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-news/twisted-news-10.2.0.ebuild,v 1.7 2012/10/05 14:45:58 marienz Exp $
 
 EAPI="3"
 PYTHON_DEPEND="2"
 SUPPORT_PYTHON_ABIS="1"
-RESTRICT_PYTHON_ABIS="3.* *-jython"
+RESTRICT_PYTHON_ABIS="3.* *-jython *-pypy-*"
 MY_PACKAGE="News"
 
 inherit twisted versionator



1.7                  dev-python/twisted-news/twisted-news-11.0.0.ebuild

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

Index: twisted-news-11.0.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/twisted-news/twisted-news-11.0.0.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- twisted-news-11.0.0.ebuild	17 Jul 2011 11:03:08 -0000	1.6
+++ twisted-news-11.0.0.ebuild	5 Oct 2012 14:45:58 -0000	1.7
@@ -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-python/twisted-news/twisted-news-11.0.0.ebuild,v 1.6 2011/07/17 11:03:08 xarthisius Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-news/twisted-news-11.0.0.ebuild,v 1.7 2012/10/05 14:45:58 marienz Exp $
 
 EAPI="3"
 PYTHON_DEPEND="2"
 SUPPORT_PYTHON_ABIS="1"
-RESTRICT_PYTHON_ABIS="3.* *-jython"
+RESTRICT_PYTHON_ABIS="3.* *-jython *-pypy-*"
 MY_PACKAGE="News"
 
 inherit twisted versionator



1.57                 dev-python/twisted-news/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/twisted-news/ChangeLog,v
retrieving revision 1.56
retrieving revision 1.57
diff -u -r1.56 -r1.57
--- ChangeLog	27 Sep 2012 18:17:04 -0000	1.56
+++ ChangeLog	5 Oct 2012 14:45:58 -0000	1.57
@@ -1,6 +1,10 @@
 # ChangeLog for dev-python/twisted-news
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-news/ChangeLog,v 1.56 2012/09/27 18:17:04 marienz Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-news/ChangeLog,v 1.57 2012/10/05 14:45:58 marienz Exp $
+
+  05 Oct 2012; Marien Zwart <marienz@gentoo.org> twisted-news-10.2.0.ebuild,
+  twisted-news-11.0.0.ebuild:
+  Restrict pypy in twisted < 11.1.0 (bug #420653).
 
 *twisted-news-12.2.0 (27 Sep 2012)
 





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

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

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-10-05 14:45 [gentoo-commits] gentoo-x86 commit in dev-python/twisted-news: twisted-news-10.2.0.ebuild twisted-news-11.0.0.ebuild ChangeLog Marien Zwart (marienz)

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