Gentoo Archives: gentoo-commits

From: "Pacho Ramos (pacho)" <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-libs/gobject-introspection: gobject-introspection-1.42.0-r1.ebuild ChangeLog
Date: Wed, 25 Feb 2015 17:10:44
Message-Id: 20150225171041.0C0D81288E@oystercatcher.gentoo.org
1 pacho 15/02/25 17:10:41
2
3 Modified: gobject-introspection-1.42.0-r1.ebuild ChangeLog
4 Log:
5 Add missing quotes (#541268 by Hristo Venev)
6
7 (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
8
9 Revision Changes Path
10 1.2 dev-libs/gobject-introspection/gobject-introspection-1.42.0-r1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/gobject-introspection/gobject-introspection-1.42.0-r1.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/gobject-introspection/gobject-introspection-1.42.0-r1.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/gobject-introspection/gobject-introspection-1.42.0-r1.ebuild?r1=1.1&r2=1.2
15
16 Index: gobject-introspection-1.42.0-r1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-libs/gobject-introspection/gobject-introspection-1.42.0-r1.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- gobject-introspection-1.42.0-r1.ebuild 18 Feb 2015 12:24:41 -0000 1.1
23 +++ gobject-introspection-1.42.0-r1.ebuild 25 Feb 2015 17:10:40 -0000 1.2
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2015 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/gobject-introspection/gobject-introspection-1.42.0-r1.ebuild,v 1.1 2015/02/18 12:24:41 pacho Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/gobject-introspection/gobject-introspection-1.42.0-r1.ebuild,v 1.2 2015/02/25 17:10:40 pacho Exp $
29
30 EAPI="5"
31 GCONF_DEBUG="no"
32 @@ -62,8 +62,8 @@
33 # To prevent crosscompiling problems, bug #414105
34 gnome2_src_configure \
35 --disable-static \
36 - CC=$(tc-getCC) \
37 - YACC=$(type -p yacc) \
38 + CC="$(tc-getCC)" \
39 + YACC="$(type -p yacc)" \
40 $(use_with cairo) \
41 $(use_enable doctool)
42 }
43
44
45
46 1.142 dev-libs/gobject-introspection/ChangeLog
47
48 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/gobject-introspection/ChangeLog?rev=1.142&view=markup
49 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/gobject-introspection/ChangeLog?rev=1.142&content-type=text/plain
50 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/gobject-introspection/ChangeLog?r1=1.141&r2=1.142
51
52 Index: ChangeLog
53 ===================================================================
54 RCS file: /var/cvsroot/gentoo-x86/dev-libs/gobject-introspection/ChangeLog,v
55 retrieving revision 1.141
56 retrieving revision 1.142
57 diff -u -r1.141 -r1.142
58 --- ChangeLog 18 Feb 2015 12:24:41 -0000 1.141
59 +++ ChangeLog 25 Feb 2015 17:10:40 -0000 1.142
60 @@ -1,6 +1,10 @@
61 # ChangeLog for dev-libs/gobject-introspection
62 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
63 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/gobject-introspection/ChangeLog,v 1.141 2015/02/18 12:24:41 pacho Exp $
64 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/gobject-introspection/ChangeLog,v 1.142 2015/02/25 17:10:40 pacho Exp $
65 +
66 + 25 Feb 2015; Pacho Ramos <pacho@g.o>
67 + gobject-introspection-1.42.0-r1.ebuild:
68 + Add missing quotes (#541268 by Hristo Venev)
69
70 *gobject-introspection-1.42.0-r1 (18 Feb 2015)