summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2012-01-15 14:07:29 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2012-01-15 14:07:29 +0000
commit618c5e3905f465f60ae3849a257030ced69f8944 (patch)
treebc84af62f2e5d819c5cd291fcfca3ebd518f4088 /gnome-extra/panflute
parentEmpty py-compile script instead of symlinking it to /path/to/true for automak... (diff)
downloadgentoo-2-618c5e3905f465f60ae3849a257030ced69f8944.tar.gz
gentoo-2-618c5e3905f465f60ae3849a257030ced69f8944.tar.bz2
gentoo-2-618c5e3905f465f60ae3849a257030ced69f8944.zip
Empty py-compile script instead of symlinking it to /path/to/true for automake-1.11.2 compability.
(Portage version: 2.2.0_alpha84/cvs/Linux x86_64)
Diffstat (limited to 'gnome-extra/panflute')
-rw-r--r--gnome-extra/panflute/ChangeLog8
-rw-r--r--gnome-extra/panflute/panflute-0.7.0.ebuild7
2 files changed, 9 insertions, 6 deletions
diff --git a/gnome-extra/panflute/ChangeLog b/gnome-extra/panflute/ChangeLog
index 8d6e539fa79c..283d39bc24fa 100644
--- a/gnome-extra/panflute/ChangeLog
+++ b/gnome-extra/panflute/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for gnome-extra/panflute
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-extra/panflute/ChangeLog,v 1.9 2011/11/26 15:05:52 eva Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/gnome-extra/panflute/ChangeLog,v 1.10 2012/01/15 14:07:29 ssuominen Exp $
+
+ 15 Jan 2012; Samuli Suominen <ssuominen@gentoo.org> panflute-0.7.0.ebuild:
+ Empty py-compile script instead of symlinking it to /path/to/true for
+ automake-1.11.2 compability.
26 Nov 2011; Gilles Dartiguelongue <eva@gentoo.org> -panflute-0.6.2.ebuild:
Clean up old revision.
diff --git a/gnome-extra/panflute/panflute-0.7.0.ebuild b/gnome-extra/panflute/panflute-0.7.0.ebuild
index fac0101b0fff..2403b8e873ce 100644
--- a/gnome-extra/panflute/panflute-0.7.0.ebuild
+++ b/gnome-extra/panflute/panflute-0.7.0.ebuild
@@ -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-extra/panflute/panflute-0.7.0.ebuild,v 1.3 2011/07/01 21:14:57 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-extra/panflute/panflute-0.7.0.ebuild,v 1.4 2012/01/15 14:07:29 ssuominen Exp $
EAPI="3"
GCONF_DEBUG="no"
@@ -51,8 +51,7 @@ src_prepare() {
epatch "${FILESDIR}"/${PN}-0.6.2-libnotify-0.7.patch
# disable pyc compiling
- mv py-compile py-compile.orig
- ln -s $(type -P true) py-compile
+ >py-compile
python_copy_sources
}