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.40.0.ebuild
Date: Sun, 27 Apr 2014 16:18:22
Message-Id: 20140427161818.7A67C2004B@flycatcher.gentoo.org
1 eva 14/04/27 16:18:18
2
3 Modified: ChangeLog
4 Added: gobject-introspection-common-1.40.0.ebuild
5 Log:
6 Version bump for Gnome 3.12.
7
8 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key C6085806)
9
10 Revision Changes Path
11 1.40 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.40&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/gobject-introspection-common/ChangeLog?rev=1.40&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/gobject-introspection-common/ChangeLog?r1=1.39&r2=1.40
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-libs/gobject-introspection-common/ChangeLog,v
20 retrieving revision 1.39
21 retrieving revision 1.40
22 diff -u -r1.39 -r1.40
23 --- ChangeLog 25 Apr 2014 19:35:18 -0000 1.39
24 +++ ChangeLog 27 Apr 2014 16:18:18 -0000 1.40
25 @@ -1,6 +1,12 @@
26 # ChangeLog for dev-libs/gobject-introspection-common
27 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/gobject-introspection-common/ChangeLog,v 1.39 2014/04/25 19:35:18 pacho Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/gobject-introspection-common/ChangeLog,v 1.40 2014/04/27 16:18:18 eva Exp $
30 +
31 +*gobject-introspection-common-1.40.0 (27 Apr 2014)
32 +
33 + 27 Apr 2014; Gilles Dartiguelongue <eva@g.o>
34 + +gobject-introspection-common-1.40.0.ebuild:
35 + Version bump for Gnome 3.12.
36
37 25 Apr 2014; Pacho Ramos <pacho@g.o>
38 -gobject-introspection-common-1.32.1.ebuild,
39
40
41
42 1.1 dev-libs/gobject-introspection-common/gobject-introspection-common-1.40.0.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/gobject-introspection-common/gobject-introspection-common-1.40.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.40.0.ebuild?rev=1.1&content-type=text/plain
46
47 Index: gobject-introspection-common-1.40.0.ebuild
48 ===================================================================
49 # Copyright 1999-2014 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.40.0.ebuild,v 1.1 2014/04/27 16:18:18 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 }