mgorny      14/11/09 08:33:11

  Modified:             pypy-bin-2.4.0.ebuild ChangeLog
  Log:
  Generate ctypes cache in src_compile() to diverge less from the remaining 
ebuilds.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
EFB4464E!)

Revision  Changes    Path
1.7                  dev-python/pypy-bin/pypy-bin-2.4.0.ebuild

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

Index: pypy-bin-2.4.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pypy-bin/pypy-bin-2.4.0.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- pypy-bin-2.4.0.ebuild       8 Nov 2014 23:04:06 -0000       1.6
+++ pypy-bin-2.4.0.ebuild       9 Nov 2014 08:33:11 -0000       1.7
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pypy-bin/pypy-bin-2.4.0.ebuild,v 
1.6 2014/11/08 23:04:06 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pypy-bin/pypy-bin-2.4.0.ebuild,v 
1.7 2014/11/09 08:33:11 mgorny Exp $
 
 EAPI=5
 
@@ -100,6 +100,11 @@
        use doc && emake -C pypy/doc/ html
        #needed even without jit :( also needed in both compile and install 
phases
        pax-mark m pypy-c
+
+       # ctypes config cache
+       # this one we need to do with python2 too...
+       ./pypy-c lib_pypy/ctypes_config_cache/rebuild.py \
+               || die "Failed to rebuild ctypes config cache"
 }
 
 # Doesn't work - pypy missing its own libs
@@ -150,9 +155,6 @@
        "${PYTHON}" -c "import lib2to3.pygram, lib2to3.patcomp; 
lib2to3.patcomp.PatternCompiler()" \
                || die "Generation of Grammar and PatternGrammar pickles failed"
 
-       # ctypes config cache
-       "${PYTHON}" -m ctypes_config_cache.rebuild || die "Failed to rebuild 
ctypes config cache"
-
        # Generate cffi cache
        # Please keep in sync with pypy/tool/release/package.py!
        "${PYTHON}" -c "import _curses" || die "Failed to import _curses (cffi)"



1.29                 dev-python/pypy-bin/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pypy-bin/ChangeLog,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- ChangeLog   8 Nov 2014 23:08:57 -0000       1.28
+++ ChangeLog   9 Nov 2014 08:33:11 -0000       1.29
@@ -1,6 +1,10 @@
 # ChangeLog for dev-python/pypy-bin
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pypy-bin/ChangeLog,v 1.28 
2014/11/08 23:08:57 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pypy-bin/ChangeLog,v 1.29 
2014/11/09 08:33:11 mgorny Exp $
+
+  09 Nov 2014; Michał Górny <mgo...@gentoo.org> pypy-bin-2.4.0.ebuild:
+  Generate ctypes cache in src_compile() to diverge less from the remaining
+  ebuilds.
 
   08 Nov 2014; Michał Górny <mgo...@gentoo.org>
   -files/2.0.2-distutils-fix_handling_of_executables_and_flags.patch,




Reply via email to