Gentoo Archives: gentoo-commits

From: "Gilles Dartiguelongue (eva)" <eva@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-libs/gobject-introspection-common: ChangeLog gobject-introspection-common-1.38.0.ebuild
Date: Mon, 23 Dec 2013 22:46:36
Message-Id: 20131223224630.73D202004C@flycatcher.gentoo.org
1 eva 13/12/23 22:46:30
2
3 Modified: ChangeLog
4 Added: gobject-introspection-common-1.38.0.ebuild
5 Log:
6 Version bump for Gnome 3.10.
7
8 (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key C6085806)
9
10 Revision Changes Path
11 1.27 dev-libs/gobject-introspection-common/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/gobject-introspection-common/ChangeLog?rev=1.27&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/gobject-introspection-common/ChangeLog?rev=1.27&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/gobject-introspection-common/ChangeLog?r1=1.26&r2=1.27
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-libs/gobject-introspection-common/ChangeLog,v
20 retrieving revision 1.26
21 retrieving revision 1.27
22 diff -u -r1.26 -r1.27
23 --- ChangeLog 22 Dec 2013 15:52:52 -0000 1.26
24 +++ ChangeLog 23 Dec 2013 22:46:30 -0000 1.27
25 @@ -1,6 +1,12 @@
26 # ChangeLog for dev-libs/gobject-introspection-common
27 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/gobject-introspection-common/ChangeLog,v 1.26 2013/12/22 15:52:52 jer Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/gobject-introspection-common/ChangeLog,v 1.27 2013/12/23 22:46:30 eva Exp $
30 +
31 +*gobject-introspection-common-1.38.0 (23 Dec 2013)
32 +
33 + 23 Dec 2013; Gilles Dartiguelongue <eva@g.o>
34 + +gobject-introspection-common-1.38.0.ebuild:
35 + Version bump for Gnome 3.10.
36
37 22 Dec 2013; Jeroen Roovers <jer@g.o>
38 gobject-introspection-common-1.36.0.ebuild:
39
40
41
42 1.1 dev-libs/gobject-introspection-common/gobject-introspection-common-1.38.0.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/gobject-introspection-common/gobject-introspection-common-1.38.0.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/gobject-introspection-common/gobject-introspection-common-1.38.0.ebuild?rev=1.1&content-type=text/plain
46
47 Index: gobject-introspection-common-1.38.0.ebuild
48 ===================================================================
49 # Copyright 1999-2013 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/dev-libs/gobject-introspection-common/gobject-introspection-common-1.38.0.ebuild,v 1.1 2013/12/23 22:46:30 eva Exp $
52
53 EAPI="5"
54 GNOME_ORG_MODULE="gobject-introspection"
55
56 inherit gnome.org
57
58 DESCRIPTION="Build infrastructure for GObject Introspection"
59 HOMEPAGE="http://live.gnome.org/GObjectIntrospection/"
60
61 LICENSE="HPND"
62 SLOT="0"
63 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"
64 IUSE=""
65
66 RDEPEND="!<${CATEGORY}/${PN/-common}-${PV}"
67 # Use !<${PV} because mixing gobject-introspection with different version of -common can cause issues like:
68 # http://forums.gentoo.org/viewtopic-p-7421930.html
69
70 src_configure() { :; }
71
72 src_compile() { :; }
73
74 src_install() {
75 dodir /usr/share/aclocal
76 insinto /usr/share/aclocal
77 doins m4/introspection.m4
78
79 dodir /usr/share/gobject-introspection-1.0
80 insinto /usr/share/gobject-introspection-1.0
81 doins Makefile.introspection
82 }