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