summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexandre Rostovtsev <tetromino@gentoo.org>2011-12-31 21:22:20 +0000
committerAlexandre Rostovtsev <tetromino@gentoo.org>2011-12-31 21:22:20 +0000
commit371cb1abfc70767a0e0dc117ea1f6c3523a4830c (patch)
tree4c367a537a6d1a724e4a39c960f3cf2453828de3 /app-cdr
parentAdd Prefix keywords, bug #396547 (diff)
downloadgentoo-2-371cb1abfc70767a0e0dc117ea1f6c3523a4830c.tar.gz
gentoo-2-371cb1abfc70767a0e0dc117ea1f6c3523a4830c.tar.bz2
gentoo-2-371cb1abfc70767a0e0dc117ea1f6c3523a4830c.zip
Fix py-compile idiom for automake-1.11.2 compatibility (bug #396585).
(Portage version: 2.2.0_alpha84/cvs/Linux x86_64)
Diffstat (limited to 'app-cdr')
-rw-r--r--app-cdr/cdemu/ChangeLog6
-rw-r--r--app-cdr/cdemu/cdemu-1.2.0.ebuild5
-rw-r--r--app-cdr/cdemu/cdemu-1.3.0.ebuild5
3 files changed, 9 insertions, 7 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() {