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.40.0.ebuild ChangeLog
Date: Sat, 02 Aug 2014 09:17:12
Message-Id: 20140802091709.54D722004E@flycatcher.gentoo.org
1 pacho 14/08/02 09:17:09
2
3 Modified: gobject-introspection-1.40.0.ebuild ChangeLog
4 Log:
5 Rework the way we force glib and goi to be in sync (#518424 by Alexander Tsoy)
6
7 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
8
9 Revision Changes Path
10 1.5 dev-libs/gobject-introspection/gobject-introspection-1.40.0.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/gobject-introspection/gobject-introspection-1.40.0.ebuild?rev=1.5&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/gobject-introspection/gobject-introspection-1.40.0.ebuild?rev=1.5&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/gobject-introspection/gobject-introspection-1.40.0.ebuild?r1=1.4&r2=1.5
15
16 Index: gobject-introspection-1.40.0.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-libs/gobject-introspection/gobject-introspection-1.40.0.ebuild,v
19 retrieving revision 1.4
20 retrieving revision 1.5
21 diff -u -r1.4 -r1.5
22 --- gobject-introspection-1.40.0.ebuild 28 Jul 2014 13:42:47 -0000 1.4
23 +++ gobject-introspection-1.40.0.ebuild 2 Aug 2014 09:17:09 -0000 1.5
24 @@ -1,16 +1,16 @@
25 # Copyright 1999-2014 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.40.0.ebuild,v 1.4 2014/07/28 13:42:47 ago Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/gobject-introspection/gobject-introspection-1.40.0.ebuild,v 1.5 2014/08/02 09:17:09 pacho Exp $
29
30 EAPI="5"
31 GCONF_DEBUG="no"
32 PYTHON_COMPAT=( python2_7 )
33 PYTHON_REQ_USE="xml"
34
35 -inherit gnome2 python-single-r1 toolchain-funcs
36 +inherit gnome2 python-single-r1 toolchain-funcs versionator
37
38 DESCRIPTION="Introspection infrastructure for generating gobject library bindings for various languages"
39 -HOMEPAGE="http://live.gnome.org/GObjectIntrospection/"
40 +HOMEPAGE="https://wiki.gnome.org/Projects/GObjectIntrospection"
41
42 LICENSE="LGPL-2+ GPL-2+"
43 SLOT="0"
44 @@ -22,9 +22,10 @@
45 KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
46
47 # virtual/pkgconfig needed at runtime, bug #505408
48 +# We force glib and goi to be in sync by this way as explained in bug #518424
49 RDEPEND="
50 >=dev-libs/gobject-introspection-common-${PV}
51 - >=dev-libs/glib-2.36:2
52 + >=dev-libs/glib-2.$(get_version_component_range 2):2
53 doctool? ( dev-python/mako )
54 virtual/libffi:=
55 virtual/pkgconfig
56
57
58
59 1.122 dev-libs/gobject-introspection/ChangeLog
60
61 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/gobject-introspection/ChangeLog?rev=1.122&view=markup
62 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/gobject-introspection/ChangeLog?rev=1.122&content-type=text/plain
63 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/gobject-introspection/ChangeLog?r1=1.121&r2=1.122
64
65 Index: ChangeLog
66 ===================================================================
67 RCS file: /var/cvsroot/gentoo-x86/dev-libs/gobject-introspection/ChangeLog,v
68 retrieving revision 1.121
69 retrieving revision 1.122
70 diff -u -r1.121 -r1.122
71 --- ChangeLog 28 Jul 2014 13:42:47 -0000 1.121
72 +++ ChangeLog 2 Aug 2014 09:17:09 -0000 1.122
73 @@ -1,6 +1,10 @@
74 # ChangeLog for dev-libs/gobject-introspection
75 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
76 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/gobject-introspection/ChangeLog,v 1.121 2014/07/28 13:42:47 ago Exp $
77 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/gobject-introspection/ChangeLog,v 1.122 2014/08/02 09:17:09 pacho Exp $
78 +
79 + 02 Aug 2014; Pacho Ramos <pacho@g.o>
80 + gobject-introspection-1.40.0.ebuild:
81 + Rework the way we force glib and goi to be in sync (#518424 by Alexander Tsoy)
82
83 28 Jul 2014; Agostino Sarubbo <ago@g.o>
84 gobject-introspection-1.40.0.ebuild: