commit:     e82bd7e8a14e81d43e2277ac1f1d3e64429e80c0
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sat Jul  2 10:25:27 2016 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sat Jul  2 10:43:18 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e82bd7e8

dev-libs/libgdata: Version bump

Package-Manager: portage-2.3.0_rc1

 dev-libs/libgdata/Manifest               |  1 +
 dev-libs/libgdata/libgdata-0.17.5.ebuild | 63 ++++++++++++++++++++++++++++++++
 2 files changed, 64 insertions(+)

diff --git a/dev-libs/libgdata/Manifest b/dev-libs/libgdata/Manifest
index 3afe4fd..8ea0884 100644
--- a/dev-libs/libgdata/Manifest
+++ b/dev-libs/libgdata/Manifest
@@ -1 +1,2 @@
 DIST libgdata-0.17.4.tar.xz 1544404 SHA256 
9f15fe0efe4d9a001d45853891ab3a7c45cadc4dea2252944b7341903ce1d1f6 SHA512 
700dcb662d8f8b5395e5d1725dfdffc33d3adeb78681e3fb562bf4d2693201cda24165658981396742598547adf5327917a9f4fa2faae52d96b2e84af67f4bdf
 WHIRLPOOL 
f955f42b85b77f703f282710b35243601dbc466f9a28d2280405c6a39b0ab6eaa70819fdc6e1475812618ccd7fca24e322f50a26900cdc328f0bd171ba75a12a
+DIST libgdata-0.17.5.tar.xz 1378512 SHA256 
b3fbdae075aa0d83897ae0e9daf3c29075dce1724c8b8a27e0735688756355e8 SHA512 
d8c4eee9f720fa0bc02f0d6e001619aac85d9af51d86e2130158ae662c029a0b1ec2bb1d3683196983b3561b439d520b305c37ea44320157bf4f1c9ea65f3b71
 WHIRLPOOL 
f4ca9a91059dee43d09b85454f3aa1ae0f2cb4be5037005bb890029444b0d1fc18a5b871a8d19d5d72c2f3d48a482ba873023ce03940823f2b9dc9a4578cc925

diff --git a/dev-libs/libgdata/libgdata-0.17.5.ebuild 
b/dev-libs/libgdata/libgdata-0.17.5.ebuild
new file mode 100644
index 0000000..a4e3b05
--- /dev/null
+++ b/dev-libs/libgdata/libgdata-0.17.5.ebuild
@@ -0,0 +1,63 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+VALA_USE_DEPEND="vapigen"
+
+inherit gnome2 vala
+
+DESCRIPTION="GLib-based library for accessing online service APIs using the 
GData protocol"
+HOMEPAGE="https://wiki.gnome.org/Projects/libgdata";
+
+LICENSE="LGPL-2.1+"
+SLOT="0/22" # subslot = libgdata soname version
+
+IUSE="+crypt gnome-online-accounts +introspection static-libs test vala"
+REQUIRED_IUSE="
+       gnome-online-accounts? ( crypt )
+       vala? ( introspection )
+"
+
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+
+# configure checks for gtk:3, but only uses it for demos which are not 
installed
+RDEPEND="
+       >=dev-libs/glib-2.32:2
+       >=dev-libs/json-glib-0.15
+       >=dev-libs/libxml2-2:2
+       >=net-libs/liboauth-0.9.4
+       >=net-libs/libsoup-2.42.0:2.4[introspection?]
+       >=x11-libs/gdk-pixbuf-2.14:2
+       crypt? ( app-crypt/gcr:= )
+       gnome-online-accounts? ( >=net-libs/gnome-online-accounts-3.8:= )
+       introspection? ( >=dev-libs/gobject-introspection-0.9.7:= )
+"
+DEPEND="${RDEPEND}
+       >=dev-util/gtk-doc-am-1.14
+       >=dev-util/intltool-0.40
+       virtual/pkgconfig
+       test? ( >=net-libs/uhttpmock-0.5 )
+       vala? ( $(vala_depend) )
+"
+
+src_prepare() {
+       use vala && vala_src_prepare
+       gnome2_src_prepare
+}
+
+src_configure() {
+       gnome2_src_configure \
+               $(use_enable crypt gnome) \
+               $(use_enable gnome-online-accounts goa) \
+               $(use_enable introspection) \
+               $(use_enable vala) \
+               $(use_enable static-libs static) \
+               $(use_enable test always-build-tests)
+}
+
+src_test() {
+       unset ORBIT_SOCKETDIR
+       export GSETTINGS_BACKEND="memory" #486412
+       dbus-launch emake check
+}

Reply via email to