Gentoo Archives: gentoo-commits

From: "Alexandre Rostovtsev (tetromino)" <tetromino@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-cdr/cdemu: cdemu-1.2.0.ebuild ChangeLog cdemu-1.3.0.ebuild
Date: Sat, 31 Dec 2011 21:22:34
Message-Id: 20111231212220.380E72004B@flycatcher.gentoo.org
1 tetromino 11/12/31 21:22:20
2
3 Modified: cdemu-1.2.0.ebuild ChangeLog cdemu-1.3.0.ebuild
4 Log:
5 Fix py-compile idiom for automake-1.11.2 compatibility (bug #396585).
6
7 (Portage version: 2.2.0_alpha84/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.6 app-cdr/cdemu/cdemu-1.2.0.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-cdr/cdemu/cdemu-1.2.0.ebuild?rev=1.6&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-cdr/cdemu/cdemu-1.2.0.ebuild?rev=1.6&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-cdr/cdemu/cdemu-1.2.0.ebuild?r1=1.5&r2=1.6
15
16 Index: cdemu-1.2.0.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-cdr/cdemu/cdemu-1.2.0.ebuild,v
19 retrieving revision 1.5
20 retrieving revision 1.6
21 diff -u -r1.5 -r1.6
22 --- cdemu-1.2.0.ebuild 23 Nov 2011 10:14:26 -0000 1.5
23 +++ cdemu-1.2.0.ebuild 31 Dec 2011 21:22:20 -0000 1.6
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2011 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-cdr/cdemu/cdemu-1.2.0.ebuild,v 1.5 2011/11/23 10:14:26 tetromino Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-cdr/cdemu/cdemu-1.2.0.ebuild,v 1.6 2011/12/31 21:22:20 tetromino Exp $
29
30 EAPI="3"
31 PYTHON_DEPEND="2"
32 @@ -30,8 +30,7 @@
33
34 src_prepare() {
35 # disable compilation of python modules
36 - rm py-compile && \
37 - ln -s "$(type -P true)" py-compile || die
38 + echo '#!/bin/sh' > py-compile || die
39 }
40
41 src_install() {
42
43
44
45 1.29 app-cdr/cdemu/ChangeLog
46
47 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-cdr/cdemu/ChangeLog?rev=1.29&view=markup
48 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-cdr/cdemu/ChangeLog?rev=1.29&content-type=text/plain
49 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-cdr/cdemu/ChangeLog?r1=1.28&r2=1.29
50
51 Index: ChangeLog
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/app-cdr/cdemu/ChangeLog,v
54 retrieving revision 1.28
55 retrieving revision 1.29
56 diff -u -r1.28 -r1.29
57 --- ChangeLog 23 Nov 2011 10:14:26 -0000 1.28
58 +++ ChangeLog 31 Dec 2011 21:22:20 -0000 1.29
59 @@ -1,6 +1,10 @@
60 # ChangeLog for app-cdr/cdemu
61 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
62 -# $Header: /var/cvsroot/gentoo-x86/app-cdr/cdemu/ChangeLog,v 1.28 2011/11/23 10:14:26 tetromino Exp $
63 +# $Header: /var/cvsroot/gentoo-x86/app-cdr/cdemu/ChangeLog,v 1.29 2011/12/31 21:22:20 tetromino Exp $
64 +
65 + 31 Dec 2011; Alexandre Rostovtsev <tetromino@g.o> cdemu-1.2.0.ebuild,
66 + cdemu-1.3.0.ebuild:
67 + Fix py-compile idiom for automake-1.11.2 compatibility (bug #396585).
68
69 *cdemu-1.4.0 (23 Nov 2011)
70
71
72
73
74 1.4 app-cdr/cdemu/cdemu-1.3.0.ebuild
75
76 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-cdr/cdemu/cdemu-1.3.0.ebuild?rev=1.4&view=markup
77 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-cdr/cdemu/cdemu-1.3.0.ebuild?rev=1.4&content-type=text/plain
78 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-cdr/cdemu/cdemu-1.3.0.ebuild?r1=1.3&r2=1.4
79
80 Index: cdemu-1.3.0.ebuild
81 ===================================================================
82 RCS file: /var/cvsroot/gentoo-x86/app-cdr/cdemu/cdemu-1.3.0.ebuild,v
83 retrieving revision 1.3
84 retrieving revision 1.4
85 diff -u -r1.3 -r1.4
86 --- cdemu-1.3.0.ebuild 23 Nov 2011 10:14:26 -0000 1.3
87 +++ cdemu-1.3.0.ebuild 31 Dec 2011 21:22:20 -0000 1.4
88 @@ -1,6 +1,6 @@
89 # Copyright 1999-2011 Gentoo Foundation
90 # Distributed under the terms of the GNU General Public License v2
91 -# $Header: /var/cvsroot/gentoo-x86/app-cdr/cdemu/cdemu-1.3.0.ebuild,v 1.3 2011/11/23 10:14:26 tetromino Exp $
92 +# $Header: /var/cvsroot/gentoo-x86/app-cdr/cdemu/cdemu-1.3.0.ebuild,v 1.4 2011/12/31 21:22:20 tetromino Exp $
93
94 EAPI="3"
95 PYTHON_DEPEND="2"
96 @@ -30,8 +30,7 @@
97
98 src_prepare() {
99 # disable compilation of python modules
100 - rm py-compile && \
101 - ln -s "$(type -P true)" py-compile || die
102 + echo '#!/bin/sh' > py-compile || die
103 }
104
105 src_install() {