summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGilles Dartiguelongue <eva@gentoo.org>2012-12-23 17:32:45 +0000
committerGilles Dartiguelongue <eva@gentoo.org>2012-12-23 17:32:45 +0000
commitc3739d3761c67db3b9269faa362f44c0821c7c45 (patch)
tree36cb36b4b7ccb93559b2235a58584ab72525abdf /net-libs/libzapojit
parentVersion bump for Gnome 3.6. Bump to EAPI=5 and fix licences. Drop old revisio... (diff)
downloadgentoo-2-c3739d3761c67db3b9269faa362f44c0821c7c45.tar.gz
gentoo-2-c3739d3761c67db3b9269faa362f44c0821c7c45.tar.bz2
gentoo-2-c3739d3761c67db3b9269faa362f44c0821c7c45.zip
Initial ebuild from gnome overlay.
(Portage version: 2.2.0_alpha149/cvs/Linux x86_64, signed Manifest commit with key C6085806)
Diffstat (limited to 'net-libs/libzapojit')
-rw-r--r--net-libs/libzapojit/ChangeLog10
-rw-r--r--net-libs/libzapojit/libzapojit-0.0.2.ebuild42
-rw-r--r--net-libs/libzapojit/metadata.xml5
3 files changed, 57 insertions, 0 deletions
diff --git a/net-libs/libzapojit/ChangeLog b/net-libs/libzapojit/ChangeLog
new file mode 100644
index 000000000000..d63126a1eb80
--- /dev/null
+++ b/net-libs/libzapojit/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for net-libs/libzapojit
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libzapojit/ChangeLog,v 1.1 2012/12/23 17:32:45 eva Exp $
+
+*libzapojit-0.0.2 (23 Dec 2012)
+
+ 23 Dec 2012; Gilles Dartiguelongue <eva@gentoo.org> +libzapojit-0.0.2.ebuild,
+ +metadata.xml:
+ Initial ebuild from gnome overlay.
+
diff --git a/net-libs/libzapojit/libzapojit-0.0.2.ebuild b/net-libs/libzapojit/libzapojit-0.0.2.ebuild
new file mode 100644
index 000000000000..84fea1f31e0b
--- /dev/null
+++ b/net-libs/libzapojit/libzapojit-0.0.2.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libzapojit/libzapojit-0.0.2.ebuild,v 1.1 2012/12/23 17:32:45 eva Exp $
+
+EAPI="5"
+GCONF_DEBUG="no"
+GNOME2_LA_PUNT="yes"
+
+inherit gnome2
+
+DESCRIPTION="GLib/GObject wrapper for the SkyDrive and Hotmail REST APIs"
+HOMEPAGE="http://git.gnome.org/browse/libzapojit"
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+IUSE="+introspection"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+ >=dev-libs/glib-2.28:2
+ >=net-libs/libsoup-2.38:2.4
+ dev-libs/json-glib
+ net-libs/rest
+ net-libs/gnome-online-accounts
+
+ introspection? ( >=dev-libs/gobject-introspection-1.30.0 )"
+DEPEND="${RDEPEND}
+ >=dev-util/gtk-doc-am-1.11
+ >=dev-util/intltool-0.35.0
+ sys-devel/gettext
+ virtual/pkgconfig
+"
+# eautoreconf needs:
+# gnome-base/gnome-common:3
+
+src_configure() {
+ G2CONF="${G2CONF}
+ --enable-compile-warnings=minimum
+ --disable-static
+ $(use_enable introspection)"
+ gnome2_src_configure
+}
diff --git a/net-libs/libzapojit/metadata.xml b/net-libs/libzapojit/metadata.xml
new file mode 100644
index 000000000000..da6fd63d0085
--- /dev/null
+++ b/net-libs/libzapojit/metadata.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>gnome</herd>
+</pkgmetadata>