Fix py-compile idiom for automake-1.11.2 compatibility (bug #396585).
authorAlexandre Rostovtsev <tetromino@gentoo.org>
Sun, 1 Jan 2012 00:12:50 +0000 (00:12 +0000)
committerAlexandre Rostovtsev <tetromino@gentoo.org>
Sun, 1 Jan 2012 00:12:50 +0000 (00:12 +0000)
Package-Manager: portage-2.2.0_alpha84/cvs/Linux x86_64

app-accessibility/caribou/ChangeLog
app-accessibility/caribou/caribou-0.4.1.ebuild
app-accessibility/orca/ChangeLog
app-accessibility/orca/orca-2.32.1.ebuild
app-accessibility/orca/orca-3.2.1.ebuild
app-accessibility/orca/orca-3.2.2.ebuild

index 15dc36cf59811d2318e051f1ed276051577ad7ab..18f83a9b966170766ec9436cbd57d262bfe987a7 100644 (file)
@@ -1,6 +1,10 @@
 # ChangeLog for app-accessibility/caribou
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-accessibility/caribou/ChangeLog,v 1.1 2011/11/05 04:52:19 tetromino Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-accessibility/caribou/ChangeLog,v 1.2 2012/01/01 00:09:43 tetromino Exp $
+
+  01 Jan 2012; Alexandre Rostovtsev <tetromino@gentoo.org>
+  caribou-0.4.1.ebuild:
+  Fix py-compile idiom for automake-1.11.2 compatibility (bug #396585).
 
 *caribou-0.4.1 (05 Nov 2011)
 
index f01ccfc959f0f98021b44b2ac853002c4514a98e..65e75515c67260b9a440e1ede64f63fbc97a57e4 100644 (file)
@@ -1,6 +1,6 @@
-# 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/app-accessibility/caribou/caribou-0.4.1.ebuild,v 1.1 2011/11/05 04:52:19 tetromino Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-accessibility/caribou/caribou-0.4.1.ebuild,v 1.2 2012/01/01 00:09:43 tetromino Exp $
 
 EAPI="4"
 GCONF_DEBUG="no"
@@ -64,8 +64,7 @@ src_prepare() {
                die "sed failed"
 
        # disable pyc compiling
-       mv py-compile py-compile.orig
-       ln -s $(type -P true) py-compile
+       echo '#!/bin/sh' > py-compile
 
        gnome2_src_prepare
 }
index 4890360d58e06235e61277de00a803810b823125..5afcdcdaba49266d6a61176fbe8094e9c65cd3f1 100644 (file)
@@ -1,6 +1,10 @@
 # ChangeLog for app-accessibility/orca
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-accessibility/orca/ChangeLog,v 1.105 2011/12/21 22:39:34 eva Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-accessibility/orca/ChangeLog,v 1.106 2012/01/01 00:12:50 tetromino Exp $
+
+  01 Jan 2012; Alexandre Rostovtsev <tetromino@gentoo.org> orca-2.32.1.ebuild,
+  orca-3.2.1.ebuild, orca-3.2.2.ebuild:
+  Fix py-compile idiom for automake-1.11.2 compatibility (bug #396585).
 
 *orca-3.2.2 (21 Dec 2011)
 
index 8b6964a6c30ede3d8f75f11250ea5292d09b04de..8bf60314b0830d1c5a28038a2583564587c326fe 100644 (file)
@@ -1,6 +1,6 @@
-# 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/app-accessibility/orca/orca-2.32.1.ebuild,v 1.7 2011/08/19 11:33:49 nirbheek Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-accessibility/orca/orca-2.32.1.ebuild,v 1.8 2012/01/01 00:12:50 tetromino Exp $
 
 EAPI="3"
 GCONF_DEBUG="no"
@@ -51,8 +51,7 @@ src_prepare() {
        gnome2_src_prepare
 
        # disable pyc compiling
-       mv py-compile py-compile.orig
-       ln -s $(type -P true) py-compile
+       echo '#!/bin/sh' > py-compile
 }
 
 src_configure() {
index cd3cbb2a337b2a6d5d1472080fdbd4dd39d7dbd4..00bf42fe37b873bf0205f02edf6145be4de9705f 100644 (file)
@@ -1,6 +1,6 @@
-# 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/app-accessibility/orca/orca-3.2.1.ebuild,v 1.1 2011/11/05 05:14:38 tetromino Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-accessibility/orca/orca-3.2.1.ebuild,v 1.2 2012/01/01 00:12:50 tetromino Exp $
 
 EAPI="4"
 GCONF_DEBUG="no"
@@ -49,8 +49,7 @@ src_prepare() {
        gnome2_src_prepare
 
        # disable pyc compiling
-       mv py-compile py-compile.orig
-       ln -s $(type -P true) py-compile
+       echo '#!/bin/sh' > py-compile
 }
 
 pkg_postinst() {
index 05f424412c135dd03b86f9d5ae486d48be5e2ce5..a200fa622445a126ab9c9a604d6f50fbf220d241 100644 (file)
@@ -1,6 +1,6 @@
-# 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/app-accessibility/orca/orca-3.2.2.ebuild,v 1.1 2011/12/21 22:39:34 eva Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-accessibility/orca/orca-3.2.2.ebuild,v 1.2 2012/01/01 00:12:50 tetromino Exp $
 
 EAPI="4"
 GCONF_DEBUG="no"
@@ -49,8 +49,7 @@ src_prepare() {
        gnome2_src_prepare
 
        # disable pyc compiling
-       mv py-compile py-compile.orig
-       ln -s $(type -P true) py-compile
+       echo '#!/bin/sh' > py-compile
 
        # Workaround missing file in po files
        echo "src/orca/scripts/toolkits/WebKitGtk/script.py" >> "${S}"/po/POTFILES.in