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.34.1.1.ebuild
Date: Tue, 30 Oct 2012 08:07:14
Message-Id: 20121030080657.01BCE21600@flycatcher.gentoo.org
1 eva 12/10/30 08:06:56
2
3 Modified: ChangeLog
4 Added: gobject-introspection-common-1.34.1.1.ebuild
5 Log:
6 Version bump.
7
8 (Portage version: 2.2.0_alpha141/cvs/Linux x86_64, signed Manifest commit with key C6085806)
9
10 Revision Changes Path
11 1.13 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.13&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/gobject-introspection-common/ChangeLog?rev=1.13&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/gobject-introspection-common/ChangeLog?r1=1.12&r2=1.13
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-libs/gobject-introspection-common/ChangeLog,v
20 retrieving revision 1.12
21 retrieving revision 1.13
22 diff -u -r1.12 -r1.13
23 --- ChangeLog 28 Oct 2012 15:41:25 -0000 1.12
24 +++ ChangeLog 30 Oct 2012 08:06:56 -0000 1.13
25 @@ -1,6 +1,12 @@
26 # ChangeLog for dev-libs/gobject-introspection-common
27 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/gobject-introspection-common/ChangeLog,v 1.12 2012/10/28 15:41:25 armin76 Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/gobject-introspection-common/ChangeLog,v 1.13 2012/10/30 08:06:56 eva Exp $
30 +
31 +*gobject-introspection-common-1.34.1.1 (30 Oct 2012)
32 +
33 + 30 Oct 2012; Gilles Dartiguelongue <eva@g.o>
34 + +gobject-introspection-common-1.34.1.1.ebuild:
35 + Version bump.
36
37 28 Oct 2012; Raúl Porcel <armin76@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.34.1.1.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/gobject-introspection-common/gobject-introspection-common-1.34.1.1.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.34.1.1.ebuild?rev=1.1&content-type=text/plain
46
47 Index: gobject-introspection-common-1.34.1.1.ebuild
48 ===================================================================
49 # Copyright 1999-2012 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.34.1.1.ebuild,v 1.1 2012/10/30 08:06:56 eva Exp $
52
53 EAPI="4"
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="as-is"
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 ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
64 IUSE=""
65
66 DEPEND=""
67 RDEPEND="${DEPEND}
68 !<dev-libs/gobject-introspection-1.32.0"
69 # Before 1.32.0, ${PN} was part of gobject-introspection
70
71 src_configure() { :; }
72
73 src_compile() { :; }
74
75 src_install() {
76 dodir /usr/share/aclocal
77 insinto /usr/share/aclocal
78 doins m4/introspection.m4
79
80 dodir /usr/share/gobject-introspection-1.0
81 insinto /usr/share/gobject-introspection-1.0
82 doins Makefile.introspection
83 }