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/gobject-introspection: gobject-introspection-0.10.8.ebuild ChangeLog gobject-introspection-1.30.0-r1.ebuild gobject-introspection-1.30.0.ebuild
Date: Sat, 31 Dec 2011 21:58:30
Message-Id: 20111231215821.701E12004B@flycatcher.gentoo.org
1 tetromino 11/12/31 21:58:21
2
3 Modified: gobject-introspection-0.10.8.ebuild ChangeLog
4 gobject-introspection-1.30.0-r1.ebuild
5 gobject-introspection-1.30.0.ebuild
6 Log:
7 Fix py-compile idiom for automake-1.11.2 compatibility (bug #396585).
8
9 (Portage version: 2.2.0_alpha84/cvs/Linux x86_64)
10
11 Revision Changes Path
12 1.17 dev-libs/gobject-introspection/gobject-introspection-0.10.8.ebuild
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/gobject-introspection/gobject-introspection-0.10.8.ebuild?rev=1.17&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/gobject-introspection/gobject-introspection-0.10.8.ebuild?rev=1.17&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/gobject-introspection/gobject-introspection-0.10.8.ebuild?r1=1.16&r2=1.17
17
18 Index: gobject-introspection-0.10.8.ebuild
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/dev-libs/gobject-introspection/gobject-introspection-0.10.8.ebuild,v
21 retrieving revision 1.16
22 retrieving revision 1.17
23 diff -u -r1.16 -r1.17
24 --- gobject-introspection-0.10.8.ebuild 20 Sep 2011 19:53:20 -0000 1.16
25 +++ gobject-introspection-0.10.8.ebuild 31 Dec 2011 21:58:21 -0000 1.17
26 @@ -1,6 +1,6 @@
27 # Copyright 1999-2011 Gentoo Foundation
28 # Distributed under the terms of the GNU General Public License v2
29 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/gobject-introspection/gobject-introspection-0.10.8.ebuild,v 1.16 2011/09/20 19:53:20 mattst88 Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/gobject-introspection/gobject-introspection-0.10.8.ebuild,v 1.17 2011/12/31 21:58:21 tetromino Exp $
31
32 EAPI="3"
33 GCONF_DEBUG="no"
34 @@ -41,7 +41,7 @@
35 use doc && MAKEOPTS="-j1"
36
37 # Don't pre-compile .py
38 - ln -sf $(type -P true) py-compile
39 + echo '#!/bin/sh' > py-compile
40
41 # tests: build tests only on make check
42 epatch "${FILESDIR}/${P}-build-tests.patch"
43
44
45
46 1.50 dev-libs/gobject-introspection/ChangeLog
47
48 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/gobject-introspection/ChangeLog?rev=1.50&view=markup
49 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/gobject-introspection/ChangeLog?rev=1.50&content-type=text/plain
50 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/gobject-introspection/ChangeLog?r1=1.49&r2=1.50
51
52 Index: ChangeLog
53 ===================================================================
54 RCS file: /var/cvsroot/gentoo-x86/dev-libs/gobject-introspection/ChangeLog,v
55 retrieving revision 1.49
56 retrieving revision 1.50
57 diff -u -r1.49 -r1.50
58 --- ChangeLog 29 Dec 2011 17:26:19 -0000 1.49
59 +++ ChangeLog 31 Dec 2011 21:58:21 -0000 1.50
60 @@ -1,6 +1,11 @@
61 # ChangeLog for dev-libs/gobject-introspection
62 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
63 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/gobject-introspection/ChangeLog,v 1.49 2011/12/29 17:26:19 pacho Exp $
64 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/gobject-introspection/ChangeLog,v 1.50 2011/12/31 21:58:21 tetromino Exp $
65 +
66 + 31 Dec 2011; Alexandre Rostovtsev <tetromino@g.o>
67 + gobject-introspection-0.10.8.ebuild, gobject-introspection-1.30.0.ebuild,
68 + gobject-introspection-1.30.0-r1.ebuild:
69 + Fix py-compile idiom for automake-1.11.2 compatibility (bug #396585).
70
71 29 Dec 2011; Pacho Ramos <pacho@g.o>
72 gobject-introspection-1.30.0-r1.ebuild:
73
74
75
76 1.5 dev-libs/gobject-introspection/gobject-introspection-1.30.0-r1.ebuild
77
78 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/gobject-introspection/gobject-introspection-1.30.0-r1.ebuild?rev=1.5&view=markup
79 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/gobject-introspection/gobject-introspection-1.30.0-r1.ebuild?rev=1.5&content-type=text/plain
80 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/gobject-introspection/gobject-introspection-1.30.0-r1.ebuild?r1=1.4&r2=1.5
81
82 Index: gobject-introspection-1.30.0-r1.ebuild
83 ===================================================================
84 RCS file: /var/cvsroot/gentoo-x86/dev-libs/gobject-introspection/gobject-introspection-1.30.0-r1.ebuild,v
85 retrieving revision 1.4
86 retrieving revision 1.5
87 diff -u -r1.4 -r1.5
88 --- gobject-introspection-1.30.0-r1.ebuild 29 Dec 2011 17:26:19 -0000 1.4
89 +++ gobject-introspection-1.30.0-r1.ebuild 31 Dec 2011 21:58:21 -0000 1.5
90 @@ -1,6 +1,6 @@
91 # Copyright 1999-2011 Gentoo Foundation
92 # Distributed under the terms of the GNU General Public License v2
93 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/gobject-introspection/gobject-introspection-1.30.0-r1.ebuild,v 1.4 2011/12/29 17:26:19 pacho Exp $
94 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/gobject-introspection/gobject-introspection-1.30.0-r1.ebuild,v 1.5 2011/12/31 21:58:21 tetromino Exp $
95
96 EAPI="4"
97 GCONF_DEBUG="no"
98 @@ -50,8 +50,8 @@
99 use doc && MAKEOPTS="-j1"
100
101 # Don't pre-compile .py
102 - ln -sf $(type -P true) py-compile
103 - ln -sf $(type -P true) build-aux/py-compile
104 + echo '#!/bin/sh' > py-compile
105 + echo '#!/bin/sh' > build-aux/py-compile
106
107 gnome2_src_prepare
108 }
109
110
111
112 1.3 dev-libs/gobject-introspection/gobject-introspection-1.30.0.ebuild
113
114 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/gobject-introspection/gobject-introspection-1.30.0.ebuild?rev=1.3&view=markup
115 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/gobject-introspection/gobject-introspection-1.30.0.ebuild?rev=1.3&content-type=text/plain
116 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/gobject-introspection/gobject-introspection-1.30.0.ebuild?r1=1.2&r2=1.3
117
118 Index: gobject-introspection-1.30.0.ebuild
119 ===================================================================
120 RCS file: /var/cvsroot/gentoo-x86/dev-libs/gobject-introspection/gobject-introspection-1.30.0.ebuild,v
121 retrieving revision 1.2
122 retrieving revision 1.3
123 diff -u -r1.2 -r1.3
124 --- gobject-introspection-1.30.0.ebuild 28 Sep 2011 11:20:20 -0000 1.2
125 +++ gobject-introspection-1.30.0.ebuild 31 Dec 2011 21:58:21 -0000 1.3
126 @@ -1,6 +1,6 @@
127 # Copyright 1999-2011 Gentoo Foundation
128 # Distributed under the terms of the GNU General Public License v2
129 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/gobject-introspection/gobject-introspection-1.30.0.ebuild,v 1.2 2011/09/28 11:20:20 ssuominen Exp $
130 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/gobject-introspection/gobject-introspection-1.30.0.ebuild,v 1.3 2011/12/31 21:58:21 tetromino Exp $
131
132 EAPI="3"
133 GCONF_DEBUG="no"
134 @@ -48,8 +48,8 @@
135 use doc && MAKEOPTS="-j1"
136
137 # Don't pre-compile .py
138 - ln -sf $(type -P true) py-compile
139 - ln -sf $(type -P true) build-aux/py-compile
140 + echo '#!/bin/sh' > py-compile
141 + echo '#!/bin/sh' > build-aux/py-compile
142
143 gnome2_src_prepare
144 }