commit: b6b0f89cc9f36d745d1f994e046fb666a5b97538 Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org> AuthorDate: Sun Apr 20 19:52:10 2014 +0000 Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org> CommitDate: Sun Apr 20 22:55:01 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=b6b0f89c
net-libs/libgfbgraph: initial ebuild --- net-libs/libgfbgraph/libgfbgraph-0.2.2.ebuild | 44 +++++++++++++++++++++++++++ net-libs/libgfbgraph/metadata.xml | 5 +++ 2 files changed, 49 insertions(+) diff --git a/net-libs/libgfbgraph/libgfbgraph-0.2.2.ebuild b/net-libs/libgfbgraph/libgfbgraph-0.2.2.ebuild new file mode 100644 index 0000000..1037a1d --- /dev/null +++ b/net-libs/libgfbgraph/libgfbgraph-0.2.2.ebuild @@ -0,0 +1,44 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="5" +GCONF_DEBUG="no" +GNOME_ORG_MODULE="gfbgraph" + +inherit gnome2 + +DESCRIPTION="A GObject library for Facebook Graph API" +HOMEPAGE="https://git.gnome.org/browse/libgfbgraph/" + +LICENSE="LGPL-2.1+" +SLOT="0.2" +KEYWORDS="~amd64" +IUSE="+introspection" + +RDEPEND=" + dev-libs/glib:2 + dev-libs/json-glib + net-libs/libsoup:2.4 + net-libs/gnome-online-accounts + net-libs/rest:0.7 + introspection? ( >=dev-libs/gobject-introspection-1.30 ) +" +DEPEND="${RDEPEND} + >=dev-util/gtk-doc-am-1.14 + virtual/pkgconfig +" + +# FIXME: most tests seem to fail +RESTRICT="test" + +src_configure() { + gnome2_src_configure --disable-static +} + +src_install() { + gnome2_src_install + # Remove files installed in the wrong place + # Also, already done by portage + rm -rf "${ED}"/usr/doc +} diff --git a/net-libs/libgfbgraph/metadata.xml b/net-libs/libgfbgraph/metadata.xml new file mode 100644 index 0000000..6e0e2ec --- /dev/null +++ b/net-libs/libgfbgraph/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>
