Fix py-compile idiom for automake-1.11.2 compatibility (bug #396585).
authorAlexandre Rostovtsev <tetromino@gentoo.org>
Sat, 31 Dec 2011 21:24:32 +0000 (21:24 +0000)
committerAlexandre Rostovtsev <tetromino@gentoo.org>
Sat, 31 Dec 2011 21:24:32 +0000 (21:24 +0000)
Package-Manager: portage-2.2.0_alpha84/cvs/Linux x86_64

app-cdr/cdemu/ChangeLog
app-cdr/cdemu/cdemu-1.2.0.ebuild
app-cdr/cdemu/cdemu-1.3.0.ebuild
app-cdr/gcdemu/ChangeLog
app-cdr/gcdemu/gcdemu-1.3.0.ebuild

index 46c6f2da6ca41248bb34442a887e992a13db8c49..5b29dd8c2ffcb9f0893e80d1e18a1e1644d1c118 100644 (file)
@@ -1,6 +1,10 @@
 # ChangeLog for app-cdr/cdemu
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-cdr/cdemu/ChangeLog,v 1.28 2011/11/23 10:14:26 tetromino Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-cdr/cdemu/ChangeLog,v 1.29 2011/12/31 21:22:20 tetromino Exp $
+
+  31 Dec 2011; Alexandre Rostovtsev <tetromino@gentoo.org> cdemu-1.2.0.ebuild,
+  cdemu-1.3.0.ebuild:
+  Fix py-compile idiom for automake-1.11.2 compatibility (bug #396585).
 
 *cdemu-1.4.0 (23 Nov 2011)
 
index 875061c28b42b85be7bc01291e0c6b6673b621e8..0cd8ff1d3a5773d9b331535b73461ec7a4f2fe2e 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/app-cdr/cdemu/cdemu-1.2.0.ebuild,v 1.5 2011/11/23 10:14:26 tetromino Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-cdr/cdemu/cdemu-1.2.0.ebuild,v 1.6 2011/12/31 21:22:20 tetromino Exp $
 
 EAPI="3"
 PYTHON_DEPEND="2"
@@ -30,8 +30,7 @@ pkg_setup() {
 
 src_prepare() {
        # disable compilation of python modules
-       rm py-compile && \
-       ln -s "$(type -P true)" py-compile || die
+       echo '#!/bin/sh' > py-compile || die
 }
 
 src_install() {
index 991d1658f4091b0c52c4fa26e5b12c698a0f29d2..af4f70df439eeec1e7a44e9ae28e4bb9f2e3ca8b 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/app-cdr/cdemu/cdemu-1.3.0.ebuild,v 1.3 2011/11/23 10:14:26 tetromino Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-cdr/cdemu/cdemu-1.3.0.ebuild,v 1.4 2011/12/31 21:22:20 tetromino Exp $
 
 EAPI="3"
 PYTHON_DEPEND="2"
@@ -30,8 +30,7 @@ pkg_setup() {
 
 src_prepare() {
        # disable compilation of python modules
-       rm py-compile && \
-       ln -s "$(type -P true)" py-compile || die
+       echo '#!/bin/sh' > py-compile || die
 }
 
 src_install() {
index c012d7cf070f5ab98ee8fce32622692c3c122759..92cdf0f5624d38af7a430e110603ef505b7ed4e4 100644 (file)
@@ -1,6 +1,9 @@
 # ChangeLog for app-cdr/gcdemu
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-cdr/gcdemu/ChangeLog,v 1.16 2011/11/23 10:14:58 tetromino Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-cdr/gcdemu/ChangeLog,v 1.17 2011/12/31 21:24:32 tetromino Exp $
+
+  31 Dec 2011; Alexandre Rostovtsev <tetromino@gentoo.org> gcdemu-1.3.0.ebuild:
+  Fix py-compile idiom for automake-1.11.2 compatibility (bug #396585).
 
 *gcdemu-1.4.0 (23 Nov 2011)
 
index 47497a9c16cceeadff0eb236fedd703e0e9a2a4e..001b20e9fdb119096706c5643b57ae31b5ad29ce 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/app-cdr/gcdemu/gcdemu-1.3.0.ebuild,v 1.5 2011/11/23 10:14:58 tetromino Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-cdr/gcdemu/gcdemu-1.3.0.ebuild,v 1.6 2011/12/31 21:24:32 tetromino Exp $
 
 EAPI="3"
 
@@ -40,8 +40,7 @@ pkg_setup() {
 
 src_prepare() {
        # disable compilation of python modules
-       rm py-compile && \
-       ln -s "$(type -P true)" py-compile || die
+       echo '#!/bin/sh' > py-compile || die
        python_convert_shebangs 2 src/gcdemu
 }