summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernard Cafarelli <voyageur@gentoo.org>2009-06-13 08:09:05 +0000
committerBernard Cafarelli <voyageur@gentoo.org>2009-06-13 08:09:05 +0000
commit8486b3e95d248195ab3557dc7a44879368a18813 (patch)
tree413575cf72082daf1fe4536fcb0cb9ba44ef1d8c /dev-libs
parentAlso keyword latest version ~ppc64. (diff)
downloadgentoo-2-8486b3e95d248195ab3557dc7a44879368a18813.tar.gz
gentoo-2-8486b3e95d248195ab3557dc7a44879368a18813.tar.bz2
gentoo-2-8486b3e95d248195ab3557dc7a44879368a18813.zip
Initial commit
(Portage version: 2.2_rc33/cvs/Linux x86_64)
Diffstat (limited to 'dev-libs')
-rw-r--r--dev-libs/json-glib/ChangeLog11
-rw-r--r--dev-libs/json-glib/json-glib-0.6.2.ebuild21
-rw-r--r--dev-libs/json-glib/metadata.xml12
3 files changed, 44 insertions, 0 deletions
diff --git a/dev-libs/json-glib/ChangeLog b/dev-libs/json-glib/ChangeLog
new file mode 100644
index 000000000000..65bd86ea37bd
--- /dev/null
+++ b/dev-libs/json-glib/ChangeLog
@@ -0,0 +1,11 @@
+# ChangeLog for dev-libs/json-glib
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/json-glib/ChangeLog,v 1.1 2009/06/13 08:09:05 voyageur Exp $
+
+*json-glib-0.6.2 (13 Jun 2009)
+
+ 13 Jun 2009; Bernard Cafarelli <voyageur@gentoo.org>
+ +json-glib-0.6.2.ebuild, +metadata.xml:
+ Initial commit, thanks to Avuton Olrich <avuton@gmail.com> in bug #233715
+ for first ebuild
+
diff --git a/dev-libs/json-glib/json-glib-0.6.2.ebuild b/dev-libs/json-glib/json-glib-0.6.2.ebuild
new file mode 100644
index 000000000000..bd28eece7aff
--- /dev/null
+++ b/dev-libs/json-glib/json-glib-0.6.2.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/json-glib/json-glib-0.6.2.ebuild,v 1.1 2009/06/13 08:09:05 voyageur Exp $
+
+inherit gnome2
+
+DESCRIPTION="A library providing GLib serialization and deserialization support for the JSON format"
+HOMEPAGE="http://live.gnome.org/JsonGlib"
+SRC_URI="http://folks.o-hand.com/~ebassi/sources/${P}.tar.gz"
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE="doc"
+
+RDEPEND=">=dev-libs/glib-2.15"
+DEPEND="${RDEPEND}
+ >=dev-util/pkgconfig-0.9
+ doc? ( dev-util/gtk-doc )"
+
+DOCS="AUTHORS ChangeLog NEWS README"
diff --git a/dev-libs/json-glib/metadata.xml b/dev-libs/json-glib/metadata.xml
new file mode 100644
index 000000000000..cdb3af2fe43c
--- /dev/null
+++ b/dev-libs/json-glib/metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <herd>no-herd</herd>
+ <maintainer>
+ <email>voyageur@gentoo.org</email>
+ <name>Bernard Cafarelli</name>
+ </maintainer>
+ <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.
+
+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>
+</pkgmetadata>