Fix py-compile idiom for automake-1.11.2 compatibility (bug #396585).
authorAlexandre Rostovtsev <tetromino@gentoo.org>
Sun, 1 Jan 2012 00:36:46 +0000 (00:36 +0000)
committerAlexandre Rostovtsev <tetromino@gentoo.org>
Sun, 1 Jan 2012 00:36:46 +0000 (00:36 +0000)
Package-Manager: portage-2.2.0_alpha84/cvs/Linux x86_64

gnome-base/gnome-applets/ChangeLog
gnome-base/gnome-applets/gnome-applets-2.32.1.1.ebuild
gnome-base/gnome-applets/gnome-applets-3.2.1.ebuild
gnome-base/gnome-menus/ChangeLog
gnome-base/gnome-menus/gnome-menus-2.30.5.ebuild
gnome-base/gnome-menus/gnome-menus-3.0.1-r1.ebuild
gnome-base/gnome-menus/gnome-menus-3.2.0.1.ebuild

index 835536c28ca1764a7530f94002b1ba49dec1fab2..123185bcd5a65968fe7f6745b6568d1afbffb2c9 100644 (file)
@@ -1,6 +1,10 @@
 # ChangeLog for gnome-base/gnome-applets
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-applets/ChangeLog,v 1.346 2011/12/07 07:32:41 tetromino Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-applets/ChangeLog,v 1.347 2012/01/01 00:33:20 tetromino Exp $
+
+  01 Jan 2012; Alexandre Rostovtsev <tetromino@gentoo.org>
+  gnome-applets-2.32.1.1.ebuild, gnome-applets-3.2.1.ebuild:
+  Fix py-compile idiom for automake-1.11.2 compatibility (bug #396585).
 
   07 Dec 2011; Alexandre Rostovtsev <tetromino@gentoo.org>
   gnome-applets-2.32.1.1.ebuild:
index 3b5622cd61604056c73012f37059f7de0e2aedfa..86fababea1362916d2c05d02e8abc56dd7db32dc 100644 (file)
@@ -1,6 +1,6 @@
-# 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/gnome-base/gnome-applets/gnome-applets-2.32.1.1.ebuild,v 1.16 2011/12/07 07:32:41 tetromino Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-applets/gnome-applets-2.32.1.1.ebuild,v 1.17 2012/01/01 00:33:20 tetromino Exp $
 
 EAPI="3"
 GCONF_DEBUG="no"
@@ -90,8 +90,7 @@ src_prepare() {
        epatch "${FILESDIR}"/${P}-dbus-fix.patch
 
        # disable pyc compiling
-       mv py-compile py-compile.orig
-       ln -s $(type -P true) py-compile
+       echo '#!/bin/sh' > py-compile
 
        # Invest applet tests need gconf/proxy/...
        sed 's/^TESTS.*/TESTS=/g' -i invest-applet/invest/Makefile.am \
index 67819a16faf35ff7e55da943128786514e2c6ff0..c5c8bbec5a86c6330b2a0af31060c7edc4eb5b44 100644 (file)
@@ -1,6 +1,6 @@
-# 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/gnome-base/gnome-applets/gnome-applets-3.2.1.ebuild,v 1.1 2011/11/06 02:05:58 tetromino Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-applets/gnome-applets-3.2.1.ebuild,v 1.2 2012/01/01 00:33:20 tetromino Exp $
 
 EAPI="4"
 GCONF_DEBUG="no"
@@ -84,8 +84,7 @@ src_prepare() {
        gnome2_src_prepare
 
        # disable pyc compiling
-       mv py-compile py-compile.orig
-       ln -s $(type -P true) py-compile
+       echo '#!/bin/sh' > py-compile
 
        # Invest applet tests need gconf/proxy/...
        # Note: for now, invest tests are commented out by upstream
index a06d64c02f5085f57d0cbad1b271dec1b28ac87e..8da9c20dace6c6680182da14040f6c6c00de96ca 100644 (file)
@@ -1,6 +1,11 @@
 # ChangeLog for gnome-base/gnome-menus
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-menus/ChangeLog,v 1.172 2011/10/29 01:58:08 tetromino Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-menus/ChangeLog,v 1.173 2012/01/01 00:36:46 tetromino Exp $
+
+  01 Jan 2012; Alexandre Rostovtsev <tetromino@gentoo.org>
+  gnome-menus-2.30.5.ebuild, gnome-menus-3.0.1-r1.ebuild,
+  gnome-menus-3.2.0.1.ebuild:
+  Fix py-compile idiom for automake-1.11.2 compatibility (bug #396585).
 
 *gnome-menus-3.2.0.1 (29 Oct 2011)
 *gnome-menus-3.0.1-r1 (29 Oct 2011)
index 30e96de83b981005276cbc72e2c72c03a668590b..97cbd05ef6c2297ed86e2b305620b3e5a0e745b3 100644 (file)
@@ -1,6 +1,6 @@
-# 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/gnome-base/gnome-menus/gnome-menus-2.30.5.ebuild,v 1.9 2011/10/23 23:03:09 abcd Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-menus/gnome-menus-2.30.5.ebuild,v 1.10 2012/01/01 00:36:46 tetromino Exp $
 
 EAPI="3"
 GCONF_DEBUG="no"
@@ -49,8 +49,7 @@ src_prepare() {
        epatch "${FILESDIR}/${PN}-2.18.3-ignore_kde_standalone.patch"
 
        # disable pyc compiling
-       mv py-compile py-compile-disabled
-       ln -s $(type -P true) py-compile
+       echo '#!/bin/sh' > py-compile
 
        python_copy_sources
 }
index 828fe3cdd14882a5ed469c5842a69653734a8599..08235c1e6a5d3d2500dd78252c8f5d5f5e38aacf 100644 (file)
@@ -1,6 +1,6 @@
-# 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/gnome-base/gnome-menus/gnome-menus-3.0.1-r1.ebuild,v 1.1 2011/10/29 01:58:08 tetromino Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-menus/gnome-menus-3.0.1-r1.ebuild,v 1.2 2012/01/01 00:36:46 tetromino Exp $
 
 EAPI="3"
 GCONF_DEBUG="no"
@@ -52,8 +52,7 @@ src_prepare() {
        gnome2_src_prepare
 
        # disable pyc compiling
-       mv py-compile py-compile-disabled
-       ln -s $(type -P true) py-compile
+       echo '#!/bin/sh' > py-compile
 
        python_copy_sources
 }
index 4bd8f8daa25bde48058f2380d0fc6366eb8f6579..6e657dcd903e32f2d6de76c64705de9a1c529fae 100644 (file)
@@ -1,6 +1,6 @@
-# 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/gnome-base/gnome-menus/gnome-menus-3.2.0.1.ebuild,v 1.1 2011/10/29 01:58:08 tetromino Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-menus/gnome-menus-3.2.0.1.ebuild,v 1.2 2012/01/01 00:36:46 tetromino Exp $
 
 EAPI="4"
 GCONF_DEBUG="no"
@@ -65,8 +65,7 @@ src_prepare() {
        epatch "${FILESDIR}/${PN}-3.0.0-ignore_kde_standalone.patch"
 
        # disable pyc compiling
-       mv py-compile py-compile-disabled
-       ln -s $(type -P true) py-compile
+       echo '#!/bin/sh' > py-compile
 
        python_copy_sources
 }