Gentoo Archives: gentoo-commits

From: "Nirbheek Chauhan (nirbheek)" <nirbheek@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-libs/json-glib: metadata.xml ChangeLog json-glib-0.10.2.ebuild json-glib-0.6.2.ebuild
Date: Fri, 25 Jun 2010 14:12:17
Message-Id: 20100625141214.EFD732CF61@corvid.gentoo.org
1 nirbheek 10/06/25 14:12:14
2
3 Modified: metadata.xml ChangeLog
4 Added: json-glib-0.10.2.ebuild
5 Removed: json-glib-0.6.2.ebuild
6 Log:
7 Bump to 0.10.2, add +introspection support, remove old+unused 0.6.2 version
8 (Portage version: 2.1.8.3/cvs/Linux i686)
9
10 Revision Changes Path
11 1.2 dev-libs/json-glib/metadata.xml
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/json-glib/metadata.xml?rev=1.2&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/json-glib/metadata.xml?rev=1.2&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/json-glib/metadata.xml?r1=1.1&r2=1.2
16
17 Index: metadata.xml
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-libs/json-glib/metadata.xml,v
20 retrieving revision 1.1
21 retrieving revision 1.2
22 diff -u -r1.1 -r1.2
23 --- metadata.xml 13 Jun 2009 08:09:05 -0000 1.1
24 +++ metadata.xml 25 Jun 2010 14:12:14 -0000 1.2
25 @@ -1,7 +1,7 @@
26 <?xml version="1.0" encoding="UTF-8"?>
27 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
28 <pkgmetadata>
29 - <herd>no-herd</herd>
30 + <herd>gnome</herd>
31 <maintainer>
32 <email>voyageur@g.o</email>
33 <name>Bernard Cafarelli</name>
34 @@ -9,4 +9,8 @@
35 <longdescription>JSON-GLib is a library providing serialization and deserialization support for the JavaScript Object Notation (JSON) format described by RFC 4627. Many high-level languages already provide native modules for parsing, generating and manipulating JSON data streams. JSON-GLib is a C library based on GLib and released under the terms of the GNU Lesser General Public License version 2.1. It provides a parser and a generator GObject classes and various wrappers for the complex data types employed by JSON, such as arrays and objects.
36
37 JSON-GLib uses GLib native data types and the generic value container GValue for ease of development. It also provides integration with the GObject classes for direct serialization into, and deserialization from, JSON data streams.</longdescription>
38 + <use>
39 + <flag name="introspection">Use <pkg>dev-libs/gobject-introspection</pkg> for
40 + introspection</flag>
41 + </use>
42 </pkgmetadata>
43
44
45
46 1.6 dev-libs/json-glib/ChangeLog
47
48 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/json-glib/ChangeLog?rev=1.6&view=markup
49 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/json-glib/ChangeLog?rev=1.6&content-type=text/plain
50 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/json-glib/ChangeLog?r1=1.5&r2=1.6
51
52 Index: ChangeLog
53 ===================================================================
54 RCS file: /var/cvsroot/gentoo-x86/dev-libs/json-glib/ChangeLog,v
55 retrieving revision 1.5
56 retrieving revision 1.6
57 diff -u -r1.5 -r1.6
58 --- ChangeLog 2 Nov 2009 20:19:10 -0000 1.5
59 +++ ChangeLog 25 Jun 2010 14:12:14 -0000 1.6
60 @@ -1,6 +1,14 @@
61 # ChangeLog for dev-libs/json-glib
62 -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
63 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/json-glib/ChangeLog,v 1.5 2009/11/02 20:19:10 voyageur Exp $
64 +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
65 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/json-glib/ChangeLog,v 1.6 2010/06/25 14:12:14 nirbheek Exp $
66 +
67 +*json-glib-0.10.2 (25 Jun 2010)
68 +
69 + 25 Jun 2010; Nirbheek Chauhan <nirbheek@g.o>
70 + -json-glib-0.6.2.ebuild, -files/json-glib-0.6.2-fixtests.patch,
71 + +json-glib-0.10.2.ebuild, metadata.xml:
72 + Bump to 0.10.2, add +introspection support, remove old+unused 0.6.2
73 + version
74
75 *json-glib-0.8.2 (02 Nov 2009)
76
77
78
79
80 1.1 dev-libs/json-glib/json-glib-0.10.2.ebuild
81
82 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/json-glib/json-glib-0.10.2.ebuild?rev=1.1&view=markup
83 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/json-glib/json-glib-0.10.2.ebuild?rev=1.1&content-type=text/plain
84
85 Index: json-glib-0.10.2.ebuild
86 ===================================================================
87 # Copyright 1999-2010 Gentoo Foundation
88 # Distributed under the terms of the GNU General Public License v2
89 # $Header: /var/cvsroot/gentoo-x86/dev-libs/json-glib/json-glib-0.10.2.ebuild,v 1.1 2010/06/25 14:12:14 nirbheek Exp $
90
91 EAPI="2"
92
93 inherit gnome2 eutils
94
95 DESCRIPTION="A library providing GLib serialization and deserialization support for the JSON format"
96 HOMEPAGE="http://live.gnome.org/JsonGlib"
97
98 LICENSE="LGPL-2.1"
99 SLOT="0"
100 KEYWORDS="~amd64 ~ppc ~x86"
101 IUSE="doc +introspection"
102
103 RDEPEND=">=dev-libs/glib-2.15"
104 DEPEND="${RDEPEND}
105 >=dev-util/pkgconfig-0.9
106 doc? ( >=dev-util/gtk-doc-1.11 )
107 introspection? ( >=dev-libs/gobject-introspection-0.6.3 )"
108
109 DOCS="AUTHORS ChangeLog NEWS README"
110
111 pkg_setup() {
112 G2CONF="${G2CONF}
113 $(use_enable introspection)"
114 }