# 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)
# 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"
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() {
# 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"
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() {
# 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)
# 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"
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
}