summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexandre Rostovtsev <tetromino@gentoo.org>2011-12-31 16:50:36 +0000
committerAlexandre Rostovtsev <tetromino@gentoo.org>2011-12-31 16:50:36 +0000
commit91a001535f94438767993ab5a2b3263d8f2e438c (patch)
tree2b02fe9683387d29694a2d1c1fbebe027b9da0e1 /gnome-extra
parentapp-editors/scribes: Fix py-compile idiom for automake-1.11.2 compatibility (... (diff)
downloadsunrise-reviewed-91a001535f94438767993ab5a2b3263d8f2e438c.tar.gz
sunrise-reviewed-91a001535f94438767993ab5a2b3263d8f2e438c.tar.bz2
sunrise-reviewed-91a001535f94438767993ab5a2b3263d8f2e438c.zip
gnome-extra/timer-applet: Fix py-compile idiom for automake-1.11.2 compatibility (bug #396585).
svn path=/sunrise/; revision=12621
Diffstat (limited to 'gnome-extra')
-rw-r--r--gnome-extra/timer-applet/ChangeLog6
-rw-r--r--gnome-extra/timer-applet/Manifest4
-rw-r--r--gnome-extra/timer-applet/timer-applet-2.1.2.ebuild4
3 files changed, 9 insertions, 5 deletions
diff --git a/gnome-extra/timer-applet/ChangeLog b/gnome-extra/timer-applet/ChangeLog
index 23308ce21..70af85426 100644
--- a/gnome-extra/timer-applet/ChangeLog
+++ b/gnome-extra/timer-applet/ChangeLog
@@ -1,7 +1,11 @@
# ChangeLog for gnome-extra/timer-applet
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 31 Dec 2011; Alexandre Rostovtsev <tetromino@gentoo.org>
+ timer-applet-2.1.2.ebuild:
+ Fix py-compile idiom for automake-1.11.2 compatibility (bug #396585).
+
09 Apr 2010; Michael Weber (xmw) <gentoo@xmw.de>
-timer-applet-2.0.1.ebuild, +timer-applet-2.1.2.ebuild, metadata.xml:
Version bump for bug 131669, python usage changed
diff --git a/gnome-extra/timer-applet/Manifest b/gnome-extra/timer-applet/Manifest
index 24818e2e2..91bd8fe0f 100644
--- a/gnome-extra/timer-applet/Manifest
+++ b/gnome-extra/timer-applet/Manifest
@@ -1,4 +1,4 @@
DIST timer-applet-2.1.2.tar.gz 203617 RMD160 627d351a0d9b8b6a52182122e77db88cb2d267fb SHA1 4029abc4f0d3282b7a9e5c8930551b5b6ae9bc25 SHA256 e0689342fa14a24c940534b6bd7d52849fd71a4274b21270c7611d60eb852d8a
-EBUILD timer-applet-2.1.2.ebuild 948 RMD160 456401ad80ed75deace4b24a6d5c202a0453764f SHA1 7f9a2502e6361b9d802c42b807977d88cd69e94c SHA256 43f9a0f67d2bd80ff68e6e9dfb48f4c4d81a35a89c9701de1bb57aa010419787
-MISC ChangeLog 1386 RMD160 90cddf48bfa5514f9d7f07b22d7147c98229d953 SHA1 9ed900a13301beecdbcbd28baa62354fea891685 SHA256 af8ba4741464f4678c559cb3ca27d8c6b7896b2230cfe412e15f2cbba6076a5d
+EBUILD timer-applet-2.1.2.ebuild 951 RMD160 95666c24f7cf82ac3baa5821876769965e9b2159 SHA1 c70057058260b92640bef499ea7435f29bc32bd5 SHA256 3ed3c555b43cc26adbb54b39af56090801ff3d81155f3785bd378a4574bb391c
+MISC ChangeLog 1547 RMD160 d31b01dc3305b96a6392f724fd706738460e1a34 SHA1 0f69e0a01f448b384d01d110f0a12fd5b90d3424 SHA256 e2f75bd1157ee2ca6c5c603a1f84cb1752fba94be75396abe4255351d9a82774
MISC metadata.xml 209 RMD160 184537d7a401571abe0e5cbf9258ba3947d19382 SHA1 f2ea13baedca19e24be6ed7c3e6b765f7ff67cba SHA256 b0f0595f625235a62d9d40753827ae160e42156371fd9568bd2779042517f5e8
diff --git a/gnome-extra/timer-applet/timer-applet-2.1.2.ebuild b/gnome-extra/timer-applet/timer-applet-2.1.2.ebuild
index b13e71f2b..bcd0302cd 100644
--- a/gnome-extra/timer-applet/timer-applet-2.1.2.ebuild
+++ b/gnome-extra/timer-applet/timer-applet-2.1.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
@@ -35,7 +35,7 @@ DOCS="AUTHORS ChangeLog NEWS README"
src_prepare() {
eautoreconf
- ln -sf $(type -P true) "${S}/py-compile" || die
+ echo -e '#!'$(type -P sh)'\n:' > py-compile || die
}
pkg_postinst() {