Gentoo Archives: gentoo-commits

From: "Alexandre Rostovtsev (tetromino)" <tetromino@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-libs/libreport: ChangeLog libreport-2.0.7.ebuild
Date: Sat, 31 Dec 2011 16:18:57
Message-Id: 20111231161847.9C5422004B@flycatcher.gentoo.org
1 tetromino 11/12/31 16:18:47
2
3 Modified: ChangeLog libreport-2.0.7.ebuild
4 Log:
5 Fix py-compile idiom for automake-1.11.2 compatibility (bug #396585, thanks to Michał Górny).
6
7 (Portage version: 2.2.0_alpha84/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.3 dev-libs/libreport/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libreport/ChangeLog?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libreport/ChangeLog?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libreport/ChangeLog?r1=1.2&r2=1.3
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-libs/libreport/ChangeLog,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- ChangeLog 29 Dec 2011 17:30:32 -0000 1.2
23 +++ ChangeLog 31 Dec 2011 16:18:47 -0000 1.3
24 @@ -1,6 +1,11 @@
25 # ChangeLog for dev-libs/libreport
26 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libreport/ChangeLog,v 1.2 2011/12/29 17:30:32 pacho Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libreport/ChangeLog,v 1.3 2011/12/31 16:18:47 tetromino Exp $
29 +
30 + 31 Dec 2011; Alexandre Rostovtsev <tetromino@g.o>
31 + libreport-2.0.7.ebuild:
32 + Fix py-compile idiom for automake-1.11.2 compatibility (bug #396585, thanks
33 + to Michał Górny).
34
35 29 Dec 2011; Pacho Ramos <pacho@g.o> libreport-2.0.7.ebuild:
36 amd64 stable, bug 393007
37
38
39
40 1.3 dev-libs/libreport/libreport-2.0.7.ebuild
41
42 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libreport/libreport-2.0.7.ebuild?rev=1.3&view=markup
43 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libreport/libreport-2.0.7.ebuild?rev=1.3&content-type=text/plain
44 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libreport/libreport-2.0.7.ebuild?r1=1.2&r2=1.3
45
46 Index: libreport-2.0.7.ebuild
47 ===================================================================
48 RCS file: /var/cvsroot/gentoo-x86/dev-libs/libreport/libreport-2.0.7.ebuild,v
49 retrieving revision 1.2
50 retrieving revision 1.3
51 diff -u -r1.2 -r1.3
52 --- libreport-2.0.7.ebuild 29 Dec 2011 17:30:32 -0000 1.2
53 +++ libreport-2.0.7.ebuild 31 Dec 2011 16:18:47 -0000 1.3
54 @@ -1,6 +1,6 @@
55 # Copyright 1999-2011 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libreport/libreport-2.0.7.ebuild,v 1.2 2011/12/29 17:30:32 pacho Exp $
58 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libreport/libreport-2.0.7.ebuild,v 1.3 2011/12/31 16:18:47 tetromino Exp $
59
60 EAPI="4"
61 PYTHON_DEPEND="2:2.6"
62 @@ -65,7 +65,7 @@
63 src/report-python/Makefile.* || die "sed failed"
64
65 # disable pyc compiling
66 - ln -sfn $(type -P true) py-compile
67 + echo -e '#!'$(type -P sh)'\n:' > py-compile
68
69 mkdir m4
70 eautoreconf