Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-libs/gobject-introspection: ChangeLog gobject-introspection-1.30.0.ebuild
Date: Wed, 28 Sep 2011 11:20:30
Message-Id: 20110928112020.EFF7420036@flycatcher.gentoo.org
1 ssuominen 11/09/28 11:20:20
2
3 Modified: ChangeLog gobject-introspection-1.30.0.ebuild
4 Log:
5 Use virtual/libffi instead of dev-libs/libffi in case we have to switch to using copy from GCC in future.
6
7 (Portage version: 2.2.0_alpha59/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.45 dev-libs/gobject-introspection/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/gobject-introspection/ChangeLog?rev=1.45&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/gobject-introspection/ChangeLog?rev=1.45&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/gobject-introspection/ChangeLog?r1=1.44&r2=1.45
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-libs/gobject-introspection/ChangeLog,v
19 retrieving revision 1.44
20 retrieving revision 1.45
21 diff -u -r1.44 -r1.45
22 --- ChangeLog 27 Sep 2011 12:59:44 -0000 1.44
23 +++ ChangeLog 28 Sep 2011 11:20:20 -0000 1.45
24 @@ -1,6 +1,11 @@
25 # ChangeLog for dev-libs/gobject-introspection
26 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/gobject-introspection/ChangeLog,v 1.44 2011/09/27 12:59:44 nirbheek Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/gobject-introspection/ChangeLog,v 1.45 2011/09/28 11:20:20 ssuominen Exp $
29 +
30 + 28 Sep 2011; Samuli Suominen <ssuominen@g.o>
31 + gobject-introspection-1.30.0.ebuild:
32 + Use virtual/libffi instead of dev-libs/libffi in case we have to switch to
33 + using copy from GCC in future.
34
35 *gobject-introspection-1.30.0 (27 Sep 2011)
36
37
38
39
40 1.2 dev-libs/gobject-introspection/gobject-introspection-1.30.0.ebuild
41
42 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/gobject-introspection/gobject-introspection-1.30.0.ebuild?rev=1.2&view=markup
43 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/gobject-introspection/gobject-introspection-1.30.0.ebuild?rev=1.2&content-type=text/plain
44 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/gobject-introspection/gobject-introspection-1.30.0.ebuild?r1=1.1&r2=1.2
45
46 Index: gobject-introspection-1.30.0.ebuild
47 ===================================================================
48 RCS file: /var/cvsroot/gentoo-x86/dev-libs/gobject-introspection/gobject-introspection-1.30.0.ebuild,v
49 retrieving revision 1.1
50 retrieving revision 1.2
51 diff -u -r1.1 -r1.2
52 --- gobject-introspection-1.30.0.ebuild 27 Sep 2011 12:59:44 -0000 1.1
53 +++ gobject-introspection-1.30.0.ebuild 28 Sep 2011 11:20:20 -0000 1.2
54 @@ -1,6 +1,6 @@
55 # Copyright 1999-2011 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/gobject-introspection/gobject-introspection-1.30.0.ebuild,v 1.1 2011/09/27 12:59:44 nirbheek Exp $
58 +# $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 $
59
60 EAPI="3"
61 GCONF_DEBUG="no"
62 @@ -22,7 +22,7 @@
63 IUSE="doc test"
64
65 RDEPEND=">=dev-libs/glib-2.29.7:2
66 - >=dev-libs/libffi-3.0"
67 + virtual/libffi"
68 DEPEND="${RDEPEND}
69 dev-util/pkgconfig
70 sys-devel/flex