From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A5207138350 for ; Sat, 4 Apr 2020 13:05:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EE5B5E0BD8; Sat, 4 Apr 2020 13:05:27 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C2D49E0BD8 for ; Sat, 4 Apr 2020 13:05:27 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D986E34F041 for ; Sat, 4 Apr 2020 13:05:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5207D1B9 for ; Sat, 4 Apr 2020 13:05:25 +0000 (UTC) From: "Mart Raudsepp" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mart Raudsepp" Message-ID: <1586005458.c0c8c538724d73c450a365f27b4e16d118bed578.leio@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-geosciences/geocode-glib/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-geosciences/geocode-glib/Manifest sci-geosciences/geocode-glib/geocode-glib-3.26.2.ebuild X-VCS-Directories: sci-geosciences/geocode-glib/ X-VCS-Committer: leio X-VCS-Committer-Name: Mart Raudsepp X-VCS-Revision: c0c8c538724d73c450a365f27b4e16d118bed578 X-VCS-Branch: master Date: Sat, 4 Apr 2020 13:05:25 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: ad86476a-ff89-4b6b-826a-b82509685e67 X-Archives-Hash: 33ad9c51e4e4525b2ffd590fafb68caf commit: c0c8c538724d73c450a365f27b4e16d118bed578 Author: Mart Raudsepp gentoo org> AuthorDate: Sat Apr 4 12:38:47 2020 +0000 Commit: Mart Raudsepp gentoo org> CommitDate: Sat Apr 4 13:04:18 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c0c8c538 sci-geosciences/geocode-glib: bump to 3.26.2 Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Mart Raudsepp gentoo.org> sci-geosciences/geocode-glib/Manifest | 1 + .../geocode-glib/geocode-glib-3.26.2.ebuild | 44 ++++++++++++++++++++++ 2 files changed, 45 insertions(+) diff --git a/sci-geosciences/geocode-glib/Manifest b/sci-geosciences/geocode-glib/Manifest index c5a78e3dcde..3857821ba63 100644 --- a/sci-geosciences/geocode-glib/Manifest +++ b/sci-geosciences/geocode-glib/Manifest @@ -1 +1,2 @@ DIST geocode-glib-3.26.1.tar.xz 75296 BLAKE2B 68e42868edfd73db94d16dcc754eea1ee736ad910c5180616ba351cc50b682cd3b7ea4a64c9e1296af315298f68ea850a1773c4a05955c1159a6038773aad184 SHA512 0eb8e8a668c3950d06e77a379d375e2297cf7d95435aa8212715ddc36c3a57a53192e75dd0c82a2f2e7e558ea0e903a477c9dfa54f8cd2805d048fe46265d621 +DIST geocode-glib-3.26.2.tar.xz 72956 BLAKE2B 40a32fb0ba61cd91b28e57c518dc5450ce89a16889a335d19fe722c1088a4cdb085237d1fe24d08eeac62581ac68895a7a2b432d66f46fc4e03466485cfe5060 SHA512 b3ef81fac6959f6c4725ca721125cdafbbec69233f321872e17f9035266ed7616018ef54a9082fbd0a83395d18c664144cfe3b431d63744be433f058071cd435 diff --git a/sci-geosciences/geocode-glib/geocode-glib-3.26.2.ebuild b/sci-geosciences/geocode-glib/geocode-glib-3.26.2.ebuild new file mode 100644 index 00000000000..b194bf3c6a3 --- /dev/null +++ b/sci-geosciences/geocode-glib/geocode-glib-3.26.2.ebuild @@ -0,0 +1,44 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 +inherit gnome.org meson xdg + +DESCRIPTION="GLib helper library for geocoding services" +HOMEPAGE="https://git.gnome.org/browse/geocode-glib" + +LICENSE="LGPL-2+" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" +IUSE="gtk-doc +introspection test" + +RDEPEND=" + >=dev-libs/glib-2.44:2 + >=dev-libs/json-glib-0.99.2[introspection?] + >=net-libs/libsoup-2.42:2.4[introspection?] + introspection? ( >=dev-libs/gobject-introspection-1.54:= ) +" +DEPEND="${RDEPEND}" +BDEPEND=" + dev-util/glib-utils + gtk-doc? ( + >=dev-util/gtk-doc-1.13 + app-text/docbook-xml-dtd:4.3 ) + >=sys-devel/gettext-0.19.8 + virtual/pkgconfig +" + +RESTRICT="!test? ( test )" + +PATCHES=( + "${FILESDIR}"/disable-installed-tests.patch +) + +src_configure() { + local emesonargs=( + $(meson_use test enable-installed-tests) # Actual installation to live system is sedded out, but we need this for running them in src_test + $(meson_use introspection enable-introspection) + $(meson_use gtk-doc enable-gtk-doc) + ) + meson_src_configure +}