]> Pileus Git - ~andy/sunrise/commitdiff
gnome-extra/timer-applet: Fix py-compile idiom for automake-1.11.2 compatibility...
authorAlexandre Rostovtsev <tetromino@gentoo.org>
Sat, 31 Dec 2011 16:50:36 +0000 (16:50 +0000)
committerAlexandre Rostovtsev <tetromino@gentoo.org>
Sat, 31 Dec 2011 16:50:36 +0000 (16:50 +0000)
svn path=/sunrise/; revision=12621

gnome-extra/timer-applet/ChangeLog
gnome-extra/timer-applet/Manifest
gnome-extra/timer-applet/timer-applet-2.1.2.ebuild

index 23308ce21cb3c5f3dea2395bd13f797737263c68..70af85426d6917bacefd2c7b206c2b2a22ff68ba 100644 (file)
@@ -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
index 24818e2e289c8f9145ad742fda6cd707c7b97115..91bd8fe0fce3355169c0c68e04871cadc5918934 100644 (file)
@@ -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
index b13e71f2b7b4a0bc71e8e47e0e53ee1c2bf5878e..bcd0302cd31f24ca85fc79d59d873ca0016ae9fb 100644 (file)
@@ -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() {