mr_bones_    15/02/05 04:07:56

  Modified:             pyode-1.2.0_p20100322-r1.ebuild ChangeLog
  Log:
  punt python 2_6
  
  (Portage version: 2.2.14/cvs/Linux x86_64, unsigned Manifest commit)

Revision  Changes    Path
1.4                  dev-python/pyode/pyode-1.2.0_p20100322-r1.ebuild

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

Index: pyode-1.2.0_p20100322-r1.ebuild
===================================================================
RCS file: 
/var/cvsroot/gentoo-x86/dev-python/pyode/pyode-1.2.0_p20100322-r1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- pyode-1.2.0_p20100322-r1.ebuild     31 Mar 2014 21:20:46 -0000      1.3
+++ pyode-1.2.0_p20100322-r1.ebuild     5 Feb 2015 04:07:56 -0000       1.4
@@ -1,10 +1,9 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-python/pyode/pyode-1.2.0_p20100322-r1.ebuild,v 1.3 
2014/03/31 21:20:46 mgorny Exp $
-
-EAPI="5"
-PYTHON_COMPAT=( python{2_6,2_7} pypy pypy2_0 )
+# $Header: 
/var/cvsroot/gentoo-x86/dev-python/pyode/pyode-1.2.0_p20100322-r1.ebuild,v 1.4 
2015/02/05 04:07:56 mr_bones_ Exp $
 
+EAPI=5
+PYTHON_COMPAT=( python2_7 pypy pypy2_0 )
 inherit distutils-r1
 
 MY_P="${P/pyode/PyODE}"
@@ -21,9 +20,9 @@
 
 RDEPEND=">=dev-games/ode-0.7
        >=dev-python/pyrex-0.9.4.1[${PYTHON_USEDEP}]"
-DEPEND="${RDEPEND}"
+DEPEND=${RDEPEND}
 
-S="${WORKDIR}/PyODE-snapshot-${SNAPSHOT_DATE}"
+S=${WORKDIR}/PyODE-snapshot-${SNAPSHOT_DATE}
 
 python_compile() {
        python_is_python3 || local -x CFLAGS="${CFLAGS} -fno-strict-aliasing"



1.22                 dev-python/pyode/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyode/ChangeLog,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- ChangeLog   31 Mar 2014 21:20:46 -0000      1.21
+++ ChangeLog   5 Feb 2015 04:07:56 -0000       1.22
@@ -1,6 +1,10 @@
 # ChangeLog for dev-python/pyode
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyode/ChangeLog,v 1.21 
2014/03/31 21:20:46 mgorny Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyode/ChangeLog,v 1.22 
2015/02/05 04:07:56 mr_bones_ Exp $
+
+  05 Feb 2015; Michael Sterrett <[email protected]>
+  pyode-1.2.0_p20100322-r1.ebuild:
+  punt python 2_6
 
   31 Mar 2014; Michał Górny <[email protected]> 
pyode-1.2.0_p20100322-r1.ebuild:
   Add support for the new PyPy slotting.




Reply via email to