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-1.34.2-r1.ebuild ChangeLog gobject-introspection-1.32.1.ebuild
Date: Tue, 30 Jul 2013 03:33:16
Message-Id: 20130730033309.88E3421710@flycatcher.gentoo.org
1 tetromino 13/07/30 03:33:09
2
3 Modified: gobject-introspection-1.34.2-r1.ebuild ChangeLog
4 gobject-introspection-1.32.1.ebuild
5 Log:
6 1.32 and 1.34 are incompatible with gobject-introspection-common-1.36's Makefile.introspection (bug #478674, thanks to Doug Goldstein).
7
8 (Portage version: 2.2.0_alpha190/cvs/Linux x86_64, signed Manifest commit with key CF0ADD61)
9
10 Revision Changes Path
11 1.4 dev-libs/gobject-introspection/gobject-introspection-1.34.2-r1.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/gobject-introspection/gobject-introspection-1.34.2-r1.ebuild?rev=1.4&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/gobject-introspection/gobject-introspection-1.34.2-r1.ebuild?rev=1.4&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/gobject-introspection/gobject-introspection-1.34.2-r1.ebuild?r1=1.3&r2=1.4
16
17 Index: gobject-introspection-1.34.2-r1.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-libs/gobject-introspection/gobject-introspection-1.34.2-r1.ebuild,v
20 retrieving revision 1.3
21 retrieving revision 1.4
22 diff -u -r1.3 -r1.4
23 --- gobject-introspection-1.34.2-r1.ebuild 22 Feb 2013 19:17:27 -0000 1.3
24 +++ gobject-introspection-1.34.2-r1.ebuild 30 Jul 2013 03:33:09 -0000 1.4
25 @@ -1,6 +1,6 @@
26 # Copyright 1999-2013 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/gobject-introspection/gobject-introspection-1.34.2-r1.ebuild,v 1.3 2013/02/22 19:17:27 zmedico Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/gobject-introspection/gobject-introspection-1.34.2-r1.ebuild,v 1.4 2013/07/30 03:33:09 tetromino Exp $
30
31 EAPI="5"
32 GCONF_DEBUG="no"
33 @@ -19,8 +19,10 @@
34
35 IUSE="doctool test"
36
37 +# 1.35.9 introduced the --cflags-begin argument
38 RDEPEND="
39 >=dev-libs/gobject-introspection-common-${PV}
40 + <dev-libs/gobject-introspection-common-1.35.9
41 >=dev-libs/glib-2.34.1:2
42 doctool? ( dev-python/mako )
43 virtual/libffi:=
44
45
46
47 1.94 dev-libs/gobject-introspection/ChangeLog
48
49 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/gobject-introspection/ChangeLog?rev=1.94&view=markup
50 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/gobject-introspection/ChangeLog?rev=1.94&content-type=text/plain
51 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/gobject-introspection/ChangeLog?r1=1.93&r2=1.94
52
53 Index: ChangeLog
54 ===================================================================
55 RCS file: /var/cvsroot/gentoo-x86/dev-libs/gobject-introspection/ChangeLog,v
56 retrieving revision 1.93
57 retrieving revision 1.94
58 diff -u -r1.93 -r1.94
59 --- ChangeLog 27 Jul 2013 17:12:33 -0000 1.93
60 +++ ChangeLog 30 Jul 2013 03:33:09 -0000 1.94
61 @@ -1,6 +1,11 @@
62 # ChangeLog for dev-libs/gobject-introspection
63 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
64 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/gobject-introspection/ChangeLog,v 1.93 2013/07/27 17:12:33 eva Exp $
65 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/gobject-introspection/ChangeLog,v 1.94 2013/07/30 03:33:09 tetromino Exp $
66 +
67 + 30 Jul 2013; Alexandre Rostovtsev <tetromino@g.o>
68 + gobject-introspection-1.32.1.ebuild, gobject-introspection-1.34.2-r1.ebuild:
69 + 1.32 and 1.34 are incompatible with gobject-introspection-common-1.36's
70 + Makefile.introspection (bug #478674, thanks to Doug Goldstein).
71
72 27 Jul 2013; Gilles Dartiguelongue <eva@g.o>
73 gobject-introspection-1.36.0.ebuild:
74
75
76
77 1.16 dev-libs/gobject-introspection/gobject-introspection-1.32.1.ebuild
78
79 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/gobject-introspection/gobject-introspection-1.32.1.ebuild?rev=1.16&view=markup
80 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/gobject-introspection/gobject-introspection-1.32.1.ebuild?rev=1.16&content-type=text/plain
81 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/gobject-introspection/gobject-introspection-1.32.1.ebuild?r1=1.15&r2=1.16
82
83 Index: gobject-introspection-1.32.1.ebuild
84 ===================================================================
85 RCS file: /var/cvsroot/gentoo-x86/dev-libs/gobject-introspection/gobject-introspection-1.32.1.ebuild,v
86 retrieving revision 1.15
87 retrieving revision 1.16
88 diff -u -r1.15 -r1.16
89 --- gobject-introspection-1.32.1.ebuild 9 Dec 2012 18:33:49 -0000 1.15
90 +++ gobject-introspection-1.32.1.ebuild 30 Jul 2013 03:33:09 -0000 1.16
91 @@ -1,6 +1,6 @@
92 -# Copyright 1999-2012 Gentoo Foundation
93 +# Copyright 1999-2013 Gentoo Foundation
94 # Distributed under the terms of the GNU General Public License v2
95 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/gobject-introspection/gobject-introspection-1.32.1.ebuild,v 1.15 2012/12/09 18:33:49 tetromino Exp $
96 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/gobject-introspection/gobject-introspection-1.32.1.ebuild,v 1.16 2013/07/30 03:33:09 tetromino Exp $
97
98 EAPI="4"
99 GCONF_DEBUG="no"
100 @@ -19,7 +19,10 @@
101
102 IUSE="doc doctool test"
103
104 -RDEPEND=">=dev-libs/gobject-introspection-common-${PV}
105 +# 1.35.9 introduced the --cflags-begin argument
106 +RDEPEND="
107 + >=dev-libs/gobject-introspection-common-${PV}
108 + <dev-libs/gobject-introspection-common-1.35.9
109 >=dev-libs/glib-2.31.22:2
110 <dev-libs/glib-2.33:2
111 doctool? ( dev-python/mako )