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/json-glib: json-glib-0.16.2.ebuild ChangeLog
Date: Sat, 28 Sep 2013 20:25:29
Message-Id: 20130928202521.866EE2004C@flycatcher.gentoo.org
1 pacho 13/09/28 20:25:21
2
3 Modified: ChangeLog
4 Added: json-glib-0.16.2.ebuild
5 Log:
6 Version bump
7
8 (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
9
10 Revision Changes Path
11 1.52 dev-libs/json-glib/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/json-glib/ChangeLog?rev=1.52&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/json-glib/ChangeLog?rev=1.52&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/json-glib/ChangeLog?r1=1.51&r2=1.52
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-libs/json-glib/ChangeLog,v
20 retrieving revision 1.51
21 retrieving revision 1.52
22 diff -u -r1.51 -r1.52
23 --- ChangeLog 27 Aug 2013 21:30:07 -0000 1.51
24 +++ ChangeLog 28 Sep 2013 20:25:21 -0000 1.52
25 @@ -1,6 +1,11 @@
26 # ChangeLog for dev-libs/json-glib
27 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/json-glib/ChangeLog,v 1.51 2013/08/27 21:30:07 aballier Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/json-glib/ChangeLog,v 1.52 2013/09/28 20:25:21 pacho Exp $
30 +
31 +*json-glib-0.16.2 (28 Sep 2013)
32 +
33 + 28 Sep 2013; Pacho Ramos <pacho@g.o> +json-glib-0.16.2.ebuild:
34 + Version bump
35
36 27 Aug 2013; Alexis Ballier <aballier@g.o> json-glib-0.16.0-r1.ebuild:
37 keyword ~amd64-fbsd
38
39
40
41 1.1 dev-libs/json-glib/json-glib-0.16.2.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/json-glib/json-glib-0.16.2.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/json-glib/json-glib-0.16.2.ebuild?rev=1.1&content-type=text/plain
45
46 Index: json-glib-0.16.2.ebuild
47 ===================================================================
48 # Copyright 1999-2013 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/dev-libs/json-glib/json-glib-0.16.2.ebuild,v 1.1 2013/09/28 20:25:21 pacho Exp $
51
52 EAPI=5
53 GCONF_DEBUG=yes
54
55 inherit gnome2
56
57 DESCRIPTION="A library providing GLib serialization and deserialization support for the JSON format"
58 HOMEPAGE="https://wiki.gnome.org/JsonGlib"
59
60 LICENSE="LGPL-2.1+"
61 SLOT="0"
62 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd"
63 IUSE="+introspection"
64
65 RDEPEND="
66 >=dev-libs/glib-2.34.0:2
67 introspection? ( >=dev-libs/gobject-introspection-0.9.5 )
68 "
69 DEPEND="${RDEPEND}
70 >=dev-util/gtk-doc-am-1.13
71 >=sys-devel/gettext-0.18
72 virtual/pkgconfig
73 "
74
75 src_configure() {
76 # Coverage support is useless, and causes runtime problems
77 gnome2_src_configure \
78 --disable-gcov \
79 $(use_enable introspection)
80 }