diff options
author | Alexandre Rostovtsev <tetromino@gentoo.org> | 2011-12-31 21:24:32 +0000 |
---|---|---|
committer | Alexandre Rostovtsev <tetromino@gentoo.org> | 2011-12-31 21:24:32 +0000 |
commit | 19ae99720192e362057b288e3eb6b6dd4b42c75b (patch) | |
tree | dcee9f095908d9c02b33a5a76e5ae995ba33df9e /app-cdr | |
parent | Revbump. Don't use the deprecated $opts variable, bug 395631. (diff) | |
download | historical-19ae99720192e362057b288e3eb6b6dd4b42c75b.tar.gz historical-19ae99720192e362057b288e3eb6b6dd4b42c75b.tar.bz2 historical-19ae99720192e362057b288e3eb6b6dd4b42c75b.zip |
Fix py-compile idiom for automake-1.11.2 compatibility (bug #396585).
Package-Manager: portage-2.2.0_alpha84/cvs/Linux x86_64
Diffstat (limited to 'app-cdr')
-rw-r--r-- | app-cdr/cdemu/ChangeLog | 6 | ||||
-rw-r--r-- | app-cdr/cdemu/cdemu-1.2.0.ebuild | 5 | ||||
-rw-r--r-- | app-cdr/cdemu/cdemu-1.3.0.ebuild | 5 | ||||
-rw-r--r-- | app-cdr/gcdemu/ChangeLog | 5 | ||||
-rw-r--r-- | app-cdr/gcdemu/gcdemu-1.3.0.ebuild | 5 |
5 files changed, 15 insertions, 11 deletions
diff --git a/app-cdr/cdemu/ChangeLog b/app-cdr/cdemu/ChangeLog index 46c6f2da6ca4..5b29dd8c2ffc 100644 --- a/app-cdr/cdemu/ChangeLog +++ b/app-cdr/cdemu/ChangeLog @@ -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) diff --git a/app-cdr/cdemu/cdemu-1.2.0.ebuild b/app-cdr/cdemu/cdemu-1.2.0.ebuild index 875061c28b42..0cd8ff1d3a57 100644 --- a/app-cdr/cdemu/cdemu-1.2.0.ebuild +++ b/app-cdr/cdemu/cdemu-1.2.0.ebuild @@ -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() { diff --git a/app-cdr/cdemu/cdemu-1.3.0.ebuild b/app-cdr/cdemu/cdemu-1.3.0.ebuild index 991d1658f409..af4f70df439e 100644 --- a/app-cdr/cdemu/cdemu-1.3.0.ebuild +++ b/app-cdr/cdemu/cdemu-1.3.0.ebuild @@ -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() { diff --git a/app-cdr/gcdemu/ChangeLog b/app-cdr/gcdemu/ChangeLog index c012d7cf070f..92cdf0f5624d 100644 --- a/app-cdr/gcdemu/ChangeLog +++ b/app-cdr/gcdemu/ChangeLog @@ -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) diff --git a/app-cdr/gcdemu/gcdemu-1.3.0.ebuild b/app-cdr/gcdemu/gcdemu-1.3.0.ebuild index 47497a9c16cc..001b20e9fdb1 100644 --- a/app-cdr/gcdemu/gcdemu-1.3.0.ebuild +++ b/app-cdr/gcdemu/gcdemu-1.3.0.ebuild @@ -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 } |