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-common: gobject-introspection-common-1.36.0.ebuild ChangeLog
Date: Thu, 28 Mar 2013 16:41:47
Message-Id: 20130328164143.4BF652171C@flycatcher.gentoo.org
1 pacho 13/03/28 16:41:43
2
3 Modified: ChangeLog
4 Added: gobject-introspection-common-1.36.0.ebuild
5 Log:
6 Version bump for Gnome 3.8
7
8 (Portage version: 2.1.11.58/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
9
10 Revision Changes Path
11 1.17 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.17&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/gobject-introspection-common/ChangeLog?rev=1.17&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/gobject-introspection-common/ChangeLog?r1=1.16&r2=1.17
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-libs/gobject-introspection-common/ChangeLog,v
20 retrieving revision 1.16
21 retrieving revision 1.17
22 diff -u -r1.16 -r1.17
23 --- ChangeLog 18 Feb 2013 01:21:15 -0000 1.16
24 +++ ChangeLog 28 Mar 2013 16:41:43 -0000 1.17
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.16 2013/02/18 01:21:15 zmedico Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/gobject-introspection-common/ChangeLog,v 1.17 2013/03/28 16:41:43 pacho Exp $
30 +
31 +*gobject-introspection-common-1.36.0 (28 Mar 2013)
32 +
33 + 28 Mar 2013; Pacho Ramos <pacho@g.o>
34 + +gobject-introspection-common-1.36.0.ebuild:
35 + Version bump for Gnome 3.8
36
37 18 Feb 2013; Zac Medico <zmedico@g.o>
38 gobject-introspection-common-1.34.2.ebuild:
39
40
41
42 1.1 dev-libs/gobject-introspection-common/gobject-introspection-common-1.36.0.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/gobject-introspection-common/gobject-introspection-common-1.36.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.36.0.ebuild?rev=1.1&content-type=text/plain
46
47 Index: gobject-introspection-common-1.36.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.36.0.ebuild,v 1.1 2013/03/28 16:41:43 pacho 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 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 }