Do not move py-compile so it stays executable; thanks to Ionic for reporting.
authorAlexandre Rostovtsev <tetromino@gentoo.org>
Sat, 31 Dec 2011 22:01:22 +0000 (22:01 +0000)
committerAlexandre Rostovtsev <tetromino@gentoo.org>
Sat, 31 Dec 2011 22:01:22 +0000 (22:01 +0000)
Package-Manager: portage-2.2.0_alpha84/cvs/Linux x86_64

dev-python/pygobject/ChangeLog
dev-python/pygobject/pygobject-2.26.0-r1.ebuild
dev-python/pygtk/ChangeLog
dev-python/pygtk/pygtk-2.24.0-r1.ebuild
dev-python/pygtk/pygtk-2.24.0-r2.ebuild

index af812d062d998048e12ec6ce340652301e31041c..02a3a732eef890f5d8173fd4ab850613ee4109c8 100644 (file)
@@ -1,6 +1,10 @@
 # ChangeLog for dev-python/pygobject
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pygobject/ChangeLog,v 1.138 2011/12/31 18:47:31 tetromino Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pygobject/ChangeLog,v 1.139 2011/12/31 21:57:44 tetromino Exp $
+
+  31 Dec 2011; Alexandre Rostovtsev <tetromino@gentoo.org>
+  pygobject-2.26.0-r1.ebuild:
+  Do not move py-compile so it stays executable; thanks to Ionic for reporting.
 
   31 Dec 2011; Alexandre Rostovtsev <tetromino@gentoo.org>
   pygobject-2.26.0-r1.ebuild, pygobject-2.28.6.ebuild,
index 562ef0b17c9f20f88d3a9f0fdd790efa700cf305..5409b82b71eec323275a2d488ba270e5d4c58f85 100644 (file)
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pygobject/pygobject-2.26.0-r1.ebuild,v 1.17 2011/12/31 18:47:31 tetromino Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pygobject/pygobject-2.26.0-r1.ebuild,v 1.18 2011/12/31 21:57:44 tetromino Exp $
 
 EAPI="2"
 GCONF_DEBUG="no"
@@ -65,7 +65,6 @@ src_prepare() {
        epatch "${FILESDIR}/${PN}-2.26.0-disabled-threads.patch"
 
        # disable pyc compiling
-       mv py-compile py-compile.orig
        echo '#!/bin/sh' > py-compile
 
        eautoreconf
index 8809868189c939c00144d89e0cd144ea8e802d4e..be92b4dc7836eb48e0ef19cc2c78c67c81fec7cd 100644 (file)
@@ -1,6 +1,10 @@
 # ChangeLog for dev-python/pygtk
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pygtk/ChangeLog,v 1.268 2011/12/31 18:37:59 tetromino Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pygtk/ChangeLog,v 1.269 2011/12/31 22:01:22 tetromino Exp $
+
+  31 Dec 2011; Alexandre Rostovtsev <tetromino@gentoo.org>
+  pygtk-2.24.0-r1.ebuild, pygtk-2.24.0-r2.ebuild:
+  Do not move py-compile so it stays executable; thanks to Ionic for reporting.
 
   31 Dec 2011; Alexandre Rostovtsev <tetromino@gentoo.org>
   pygtk-2.24.0-r1.ebuild, pygtk-2.24.0-r2.ebuild:
index 9a26ed798e0e415391a6aa9d885ca295b41d63f1..ba410a219b9140cd7838898b04a01198922df218 100644 (file)
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pygtk/pygtk-2.24.0-r1.ebuild,v 1.9 2011/12/31 18:37:59 tetromino Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pygtk/pygtk-2.24.0-r1.ebuild,v 1.10 2011/12/31 22:01:22 tetromino Exp $
 
 EAPI="3"
 GCONF_DEBUG="no"
@@ -40,7 +40,6 @@ src_prepare() {
        epatch "${FILESDIR}/${PN}-2.13.0-fix-codegen-location.patch"
 
        # Disable pyc compiling
-       mv "${S}"/py-compile "${S}"/py-compile.orig
        echo '#!/bin/sh' > py-compile
 
        AT_M4DIR="m4" eautoreconf
index bd6d8093ce7b30a7785805217e963f51ebf34bc0..486a9305e427ef5180e5fc78c5ce131f57bd8aa0 100644 (file)
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pygtk/pygtk-2.24.0-r2.ebuild,v 1.6 2011/12/31 18:37:59 tetromino Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pygtk/pygtk-2.24.0-r2.ebuild,v 1.7 2011/12/31 22:01:22 tetromino Exp $
 
 EAPI="4"
 GCONF_DEBUG="no"
@@ -46,7 +46,6 @@ src_prepare() {
        epatch "${FILESDIR}/${PN}-2.14.1-libdir-pc.patch"
 
        # Disable pyc compiling
-       mv "${S}"/py-compile "${S}"/py-compile.orig
        echo '#!/bin/sh' > py-compile
 
        AT_M4DIR="m4" eautoreconf