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 18:34:01
Message-Id: 20111231183352.8018E2004B@flycatcher.gentoo.org
1 tetromino 11/12/31 18:33:52
2
3 Modified: ChangeLog libreport-2.0.7.ebuild
4 Log:
5 Simplify py-compile fix.
6
7 (Portage version: 2.2.0_alpha84/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.4 dev-libs/libreport/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libreport/ChangeLog?rev=1.4&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libreport/ChangeLog?rev=1.4&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libreport/ChangeLog?r1=1.3&r2=1.4
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-libs/libreport/ChangeLog,v
19 retrieving revision 1.3
20 retrieving revision 1.4
21 diff -u -r1.3 -r1.4
22 --- ChangeLog 31 Dec 2011 16:18:47 -0000 1.3
23 +++ ChangeLog 31 Dec 2011 18:33:52 -0000 1.4
24 @@ -1,6 +1,10 @@
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.3 2011/12/31 16:18:47 tetromino Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libreport/ChangeLog,v 1.4 2011/12/31 18:33:52 tetromino Exp $
29 +
30 + 31 Dec 2011; Alexandre Rostovtsev <tetromino@g.o>
31 + libreport-2.0.7.ebuild:
32 + Simplify py-compile fix.
33
34 31 Dec 2011; Alexandre Rostovtsev <tetromino@g.o>
35 libreport-2.0.7.ebuild:
36
37
38
39 1.4 dev-libs/libreport/libreport-2.0.7.ebuild
40
41 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libreport/libreport-2.0.7.ebuild?rev=1.4&view=markup
42 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libreport/libreport-2.0.7.ebuild?rev=1.4&content-type=text/plain
43 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libreport/libreport-2.0.7.ebuild?r1=1.3&r2=1.4
44
45 Index: libreport-2.0.7.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/dev-libs/libreport/libreport-2.0.7.ebuild,v
48 retrieving revision 1.3
49 retrieving revision 1.4
50 diff -u -r1.3 -r1.4
51 --- libreport-2.0.7.ebuild 31 Dec 2011 16:18:47 -0000 1.3
52 +++ libreport-2.0.7.ebuild 31 Dec 2011 18:33:52 -0000 1.4
53 @@ -1,6 +1,6 @@
54 # Copyright 1999-2011 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libreport/libreport-2.0.7.ebuild,v 1.3 2011/12/31 16:18:47 tetromino Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libreport/libreport-2.0.7.ebuild,v 1.4 2011/12/31 18:33:52 tetromino Exp $
58
59 EAPI="4"
60 PYTHON_DEPEND="2:2.6"
61 @@ -65,7 +65,7 @@
62 src/report-python/Makefile.* || die "sed failed"
63
64 # disable pyc compiling
65 - echo -e '#!'$(type -P sh)'\n:' > py-compile
66 + echo '#!/bin/sh' > py-compile
67
68 mkdir m4
69 eautoreconf