* [gentoo-commits] gentoo-x86 commit in sci-libs/geos: geos-3.3.2.ebuild geos-3.2.2.ebuild ChangeLog
@ 2012-02-20 15:27 Patrick Lauer (patrick)
0 siblings, 0 replies; only message in thread
From: Patrick Lauer (patrick) @ 2012-02-20 15:27 UTC (permalink / raw
To: gentoo-commits
patrick 12/02/20 15:27:40
Modified: geos-3.3.2.ebuild geos-3.2.2.ebuild ChangeLog
Log:
Restricting pypy #403809
(Portage version: 2.2.0_alpha87/cvs/Linux x86_64)
Revision Changes Path
1.2 sci-libs/geos/geos-3.3.2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/geos/geos-3.3.2.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/geos/geos-3.3.2.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/geos/geos-3.3.2.ebuild?r1=1.1&r2=1.2
Index: geos-3.3.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-libs/geos/geos-3.3.2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- geos-3.3.2.ebuild 14 Jan 2012 16:17:05 -0000 1.1
+++ geos-3.3.2.ebuild 20 Feb 2012 15:27:40 -0000 1.2
@@ -1,12 +1,12 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/geos/geos-3.3.2.ebuild,v 1.1 2012/01/14 16:17:05 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/geos/geos-3.3.2.ebuild,v 1.2 2012/02/20 15:27:40 patrick Exp $
EAPI=4
PYTHON_DEPEND="python? 2"
SUPPORT_PYTHON_ABIS="1"
-RESTRICT_PYTHON_ABIS="3.* *-jython"
+RESTRICT_PYTHON_ABIS="3.* *-jython 2.7-pypy-*"
inherit autotools eutils python
DESCRIPTION="Geometry engine library for Geographic Information Systems"
1.12 sci-libs/geos/geos-3.2.2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/geos/geos-3.2.2.ebuild?rev=1.12&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/geos/geos-3.2.2.ebuild?rev=1.12&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/geos/geos-3.2.2.ebuild?r1=1.11&r2=1.12
Index: geos-3.2.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-libs/geos/geos-3.2.2.ebuild,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- geos-3.2.2.ebuild 11 Jun 2011 13:43:29 -0000 1.11
+++ geos-3.2.2.ebuild 20 Feb 2012 15:27:40 -0000 1.12
@@ -1,12 +1,12 @@
-# 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/sci-libs/geos/geos-3.2.2.ebuild,v 1.11 2011/06/11 13:43:29 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/geos/geos-3.2.2.ebuild,v 1.12 2012/02/20 15:27:40 patrick Exp $
EAPI="3"
PYTHON_DEPEND="python? 2"
SUPPORT_PYTHON_ABIS="1"
-RESTRICT_PYTHON_ABIS="3.* *-jython"
+RESTRICT_PYTHON_ABIS="3.* *-jython 2.7-pypy-*"
inherit autotools eutils python
1.61 sci-libs/geos/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/geos/ChangeLog?rev=1.61&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/geos/ChangeLog?rev=1.61&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/geos/ChangeLog?r1=1.60&r2=1.61
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-libs/geos/ChangeLog,v
retrieving revision 1.60
retrieving revision 1.61
diff -u -r1.60 -r1.61
--- ChangeLog 14 Jan 2012 16:17:05 -0000 1.60
+++ ChangeLog 20 Feb 2012 15:27:40 -0000 1.61
@@ -1,6 +1,10 @@
# ChangeLog for sci-libs/geos
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/geos/ChangeLog,v 1.60 2012/01/14 16:17:05 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/geos/ChangeLog,v 1.61 2012/02/20 15:27:40 patrick Exp $
+
+ 20 Feb 2012; Patrick Lauer <patrick@gentoo.org> geos-3.2.2.ebuild,
+ geos-3.3.2.ebuild:
+ Restricting pypy #403809
*geos-3.3.2 (14 Jan 2012)
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2012-02-20 15:27 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:27 [gentoo-commits] gentoo-x86 commit in sci-libs/geos: geos-3.3.2.ebuild geos-3.2.2.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