* [gentoo-commits] gentoo-x86 commit in dev-python/simpleparse: simpleparse-2.1.1_alpha2.ebuild simpleparse-2.1.1.ebuild ChangeLog
@ 2012-02-20 15:06 Patrick Lauer (patrick)
0 siblings, 0 replies; only message in thread
From: Patrick Lauer (patrick) @ 2012-02-20 15:06 UTC (permalink / raw
To: gentoo-commits
patrick 12/02/20 15:06:34
Modified: simpleparse-2.1.1_alpha2.ebuild
simpleparse-2.1.1.ebuild ChangeLog
Log:
Restricting pypy #404041
(Portage version: 2.2.0_alpha87/cvs/Linux x86_64)
Revision Changes Path
1.5 dev-python/simpleparse/simpleparse-2.1.1_alpha2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/simpleparse/simpleparse-2.1.1_alpha2.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/simpleparse/simpleparse-2.1.1_alpha2.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/simpleparse/simpleparse-2.1.1_alpha2.ebuild?r1=1.4&r2=1.5
Index: simpleparse-2.1.1_alpha2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/simpleparse/simpleparse-2.1.1_alpha2.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- simpleparse-2.1.1_alpha2.ebuild 18 Dec 2010 12:40:59 -0000 1.4
+++ simpleparse-2.1.1_alpha2.ebuild 20 Feb 2012 15:06:34 -0000 1.5
@@ -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/simpleparse/simpleparse-2.1.1_alpha2.ebuild,v 1.4 2010/12/18 12:40:59 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/simpleparse/simpleparse-2.1.1_alpha2.ebuild,v 1.5 2012/02/20 15:06:34 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.3 dev-python/simpleparse/simpleparse-2.1.1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/simpleparse/simpleparse-2.1.1.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/simpleparse/simpleparse-2.1.1.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/simpleparse/simpleparse-2.1.1.ebuild?r1=1.2&r2=1.3
Index: simpleparse-2.1.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/simpleparse/simpleparse-2.1.1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- simpleparse-2.1.1.ebuild 16 Sep 2011 07:46:34 -0000 1.2
+++ simpleparse-2.1.1.ebuild 20 Feb 2012 15:06:34 -0000 1.3
@@ -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/simpleparse/simpleparse-2.1.1.ebuild,v 1.2 2011/09/16 07:46:34 djc Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/simpleparse/simpleparse-2.1.1.ebuild,v 1.3 2012/02/20 15:06:34 patrick Exp $
EAPI="3"
PYTHON_DEPEND="2"
SUPPORT_PYTHON_ABIS="1"
-RESTRICT_PYTHON_ABIS="2.4 3.* *-jython"
+RESTRICT_PYTHON_ABIS="3.* *-jython 2.7-pypy-*"
inherit distutils
1.27 dev-python/simpleparse/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/simpleparse/ChangeLog?rev=1.27&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/simpleparse/ChangeLog?rev=1.27&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/simpleparse/ChangeLog?r1=1.26&r2=1.27
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/simpleparse/ChangeLog,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- ChangeLog 16 Sep 2011 07:46:34 -0000 1.26
+++ ChangeLog 20 Feb 2012 15:06:34 -0000 1.27
@@ -1,6 +1,10 @@
# ChangeLog for dev-python/simpleparse
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/simpleparse/ChangeLog,v 1.26 2011/09/16 07:46:34 djc Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/simpleparse/ChangeLog,v 1.27 2012/02/20 15:06:34 patrick Exp $
+
+ 20 Feb 2012; Patrick Lauer <patrick@gentoo.org> simpleparse-2.1.1.ebuild,
+ simpleparse-2.1.1_alpha2.ebuild:
+ Restricting pypy #404041
16 Sep 2011; Dirkjan Ochtman <djc@gentoo.org> simpleparse-2.1.1.ebuild:
Restrict jython, remove setuptools dependency (thanks jbergstroem).
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2012-02-20 15:06 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-02-20 15:06 [gentoo-commits] gentoo-x86 commit in dev-python/simpleparse: simpleparse-2.1.1_alpha2.ebuild simpleparse-2.1.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