public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sobhan Mohammadpour" <sobhan@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/gnome:master commit in: sci-geosciences/geocode-glib/
Date: Tue,  6 Feb 2018 15:53:59 +0000 (UTC)	[thread overview]
Message-ID: <1517932430.457ee98a6906b462e1c1f30f3f7139782ca2c633.sobhan@gentoo> (raw)

commit:     457ee98a6906b462e1c1f30f3f7139782ca2c633
Author:     Sobhan Mohammadpour <sobhan <AT> gentoo <DOT> org>
AuthorDate: Tue Feb  6 15:53:50 2018 +0000
Commit:     Sobhan Mohammadpour <sobhan <AT> gentoo <DOT> org>
CommitDate: Tue Feb  6 15:53:50 2018 +0000
URL:        https://gitweb.gentoo.org/proj/gnome.git/commit/?id=457ee98a

sci-geosciences/geocode-glib: version bump

tests still not working...

Package-Manager: Portage-2.3.23, Repoman-2.3.6
Manifest-Sign-Key: 0x7DF238CF0AA182E1

 .../geocode-glib/geocode-glib-3.25.4.1.ebuild      | 47 ++++++++++++++++++++++
 sci-geosciences/geocode-glib/metadata.xml          |  8 ++++
 2 files changed, 55 insertions(+)

diff --git a/sci-geosciences/geocode-glib/geocode-glib-3.25.4.1.ebuild b/sci-geosciences/geocode-glib/geocode-glib-3.25.4.1.ebuild
new file mode 100644
index 00000000..21b1cd1b
--- /dev/null
+++ b/sci-geosciences/geocode-glib/geocode-glib-3.25.4.1.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit gnome-meson
+
+DESCRIPTION="GLib geocoding library that uses the Yahoo! Place Finder service"
+HOMEPAGE="https://git.gnome.org/browse/geocode-glib"
+
+LICENSE="LGPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE="+introspection test"
+
+RDEPEND="
+	>=dev-libs/glib-2.44:2
+	>=dev-libs/json-glib-0.99.2[introspection?]
+	gnome-base/gvfs[http]
+	>=net-libs/libsoup-2.42:2.4[introspection?]
+	introspection? ( >=dev-libs/gobject-introspection-0.6.3:= )
+"
+DEPEND="${RDEPEND}
+	dev-util/gtk-doc
+	>=sys-devel/gettext-0.19.6
+	virtual/pkgconfig
+	test? ( sys-apps/dbus )
+"
+# eautoreconf requires:
+#	dev-libs/gobject-introspection-common
+
+# FIXME: need network #424719, recheck
+# need various locales to be present
+RESTRICT="test"
+
+src_configure() {
+	gnome-meson_src_configure \
+		$(meson_use test enable-installed-tests) \
+		$(meson_use introspection enable-introspection) \
+		-Denable-gtk-doc=true
+}
+
+src_test() {
+	export GVFS_DISABLE_FUSE=1
+	export GIO_USE_VFS=gvfs
+	ewarn "Tests require network access to http://where.yahooapis.com"
+	dbus-launch meson_src_test || die "tests failed"
+}

diff --git a/sci-geosciences/geocode-glib/metadata.xml b/sci-geosciences/geocode-glib/metadata.xml
new file mode 100644
index 00000000..39980802
--- /dev/null
+++ b/sci-geosciences/geocode-glib/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<maintainer type="project">
+	<email>gnome@gentoo.org</email>
+	<name>Gentoo GNOME Desktop</name>
+</maintainer>
+</pkgmetadata>


             reply	other threads:[~2018-02-06 15:54 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-02-06 15:53 Sobhan Mohammadpour [this message]
  -- strict thread matches above, loose matches on Subject: below --
2019-02-23 20:37 [gentoo-commits] proj/gnome:master commit in: sci-geosciences/geocode-glib/ Mart Raudsepp
2018-12-01 17:41 Gilles Dartiguelongue
2018-10-11 17:48 Sobhan Mohammadpour
2018-09-10 21:33 Gilles Dartiguelongue
2018-06-24 12:14 Sobhan Mohammadpour
2015-05-17 15:39 Gilles Dartiguelongue
2015-05-12 22:20 Gilles Dartiguelongue
2015-05-08 23:36 Gilles Dartiguelongue
2014-12-26 21:53 Gilles Dartiguelongue
2014-10-11 16:43 Gilles Dartiguelongue
2014-04-15 22:05 Gilles Dartiguelongue
2014-02-12 23:48 Gilles Dartiguelongue
2013-12-02 23:46 Gilles Dartiguelongue
2013-11-16 14:53 Gilles Dartiguelongue
2013-11-13 13:15 Priit Laes

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1517932430.457ee98a6906b462e1c1f30f3f7139782ca2c633.sobhan@gentoo \
    --to=sobhan@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox