Gentoo Archives: gentoo-commits

From: Mart Raudsepp <leio@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-geosciences/geocode-glib/
Date: Thu, 09 May 2019 08:21:24
Message-Id: 1557390062.d4acbfc355b9fc93ab0a4c3bf0e981b78a086104.leio@gentoo
1 commit: d4acbfc355b9fc93ab0a4c3bf0e981b78a086104
2 Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
3 AuthorDate: Thu May 9 08:19:35 2019 +0000
4 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
5 CommitDate: Thu May 9 08:21:02 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d4acbfc3
7
8 sci-geosciences/geocode-glib: remove old
9
10 Package-Manager: Portage-2.3.62, Repoman-2.3.12
11 Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>
12
13 sci-geosciences/geocode-glib/Manifest | 1 -
14 .../geocode-glib/geocode-glib-3.24.0.ebuild | 44 ----------------------
15 2 files changed, 45 deletions(-)
16
17 diff --git a/sci-geosciences/geocode-glib/Manifest b/sci-geosciences/geocode-glib/Manifest
18 index 623c2b1cff9..c5a78e3dcde 100644
19 --- a/sci-geosciences/geocode-glib/Manifest
20 +++ b/sci-geosciences/geocode-glib/Manifest
21 @@ -1,2 +1 @@
22 -DIST geocode-glib-3.24.0.tar.xz 413536 BLAKE2B 37eebd39bb64d614af338e323b7c37c9bcf554d82b761c135326a9b2c0ab405901739ffe89f50c35932d162e4d2743a21caf4f446924c5d9f47bcf50eb11f4e8 SHA512 0e3910e99d164fdf5afd6befbcb7139a56779834fb1f2a318951c03e5196a31c4dafd7f88c37c7014377f15cd4d4b81e7080a440881e2c50aadaadf621abe3b6
23 DIST geocode-glib-3.26.1.tar.xz 75296 BLAKE2B 68e42868edfd73db94d16dcc754eea1ee736ad910c5180616ba351cc50b682cd3b7ea4a64c9e1296af315298f68ea850a1773c4a05955c1159a6038773aad184 SHA512 0eb8e8a668c3950d06e77a379d375e2297cf7d95435aa8212715ddc36c3a57a53192e75dd0c82a2f2e7e558ea0e903a477c9dfa54f8cd2805d048fe46265d621
24
25 diff --git a/sci-geosciences/geocode-glib/geocode-glib-3.24.0.ebuild b/sci-geosciences/geocode-glib/geocode-glib-3.24.0.ebuild
26 deleted file mode 100644
27 index 73ffc54fc34..00000000000
28 --- a/sci-geosciences/geocode-glib/geocode-glib-3.24.0.ebuild
29 +++ /dev/null
30 @@ -1,44 +0,0 @@
31 -# Copyright 1999-2019 Gentoo Authors
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=6
35 -inherit gnome2
36 -
37 -DESCRIPTION="GLib helper library for geocoding services"
38 -HOMEPAGE="https://git.gnome.org/browse/geocode-glib"
39 -
40 -LICENSE="LGPL-2+"
41 -SLOT="0"
42 -KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc x86"
43 -IUSE="+introspection test"
44 -
45 -RDEPEND="
46 - >=dev-libs/glib-2.44:2
47 - >=dev-libs/json-glib-0.99.2[introspection?]
48 - gnome-base/gvfs[http]
49 - >=net-libs/libsoup-2.42:2.4[introspection?]
50 - introspection? ( >=dev-libs/gobject-introspection-0.6.3:= )
51 -"
52 -DEPEND="${RDEPEND}
53 - >=dev-util/gtk-doc-am-1.13
54 - >=sys-devel/gettext-0.19.6
55 - virtual/pkgconfig
56 - test? ( sys-apps/dbus )
57 -"
58 -# eautoreconf requires:
59 -# dev-libs/gobject-introspection-common
60 -
61 -# FIXME: need network #424719, recheck
62 -# need various locales to be present
63 -RESTRICT="test"
64 -
65 -src_configure() {
66 - gnome2_src_configure $(use_enable introspection)
67 -}
68 -
69 -src_test() {
70 - export GVFS_DISABLE_FUSE=1
71 - export GIO_USE_VFS=gvfs
72 - ewarn "Tests require network access to http://where.yahooapis.com"
73 - dbus-launch emake check || die "tests failed"
74 -}