Gentoo Archives: gentoo-commits

From: Pacho Ramos <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-geosciences/geocode-glib/
Date: Tue, 28 Jun 2016 20:30:42
Message-Id: 1467145786.1a91cbf8dae8f755441ee3e8b8c056896aa1e1ab.pacho@gentoo
1 commit: 1a91cbf8dae8f755441ee3e8b8c056896aa1e1ab
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jun 28 20:11:38 2016 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Tue Jun 28 20:29:46 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a91cbf8
7
8 sci-geosciences/geocode-glib: Drop old
9
10 Package-Manager: portage-2.3.0_rc1
11
12 sci-geosciences/geocode-glib/Manifest | 1 -
13 .../geocode-glib/geocode-glib-3.18.1.ebuild | 50 ----------------------
14 2 files changed, 51 deletions(-)
15
16 diff --git a/sci-geosciences/geocode-glib/Manifest b/sci-geosciences/geocode-glib/Manifest
17 index 011a215..9fb90ce 100644
18 --- a/sci-geosciences/geocode-glib/Manifest
19 +++ b/sci-geosciences/geocode-glib/Manifest
20 @@ -1,2 +1 @@
21 -DIST geocode-glib-3.18.1.tar.xz 368040 SHA256 75d12bf82575449b8290b7463e8b6cf1b99f2c9942db6391a3d5b0bbb600c365 SHA512 6add0d859d2366df54b35b0ada5661e0613e41f19cec386b48f00ae7d878f36d6b08f4feecce156cb04c8f81bee9e6ff60fbd06502d0f809e3017639f2bf595c WHIRLPOOL ed5ef02e66439ba5ec2c8abb9898e57ae25772130a4fbb7f8022224d58f1fa010c2429fbb44826bdc4ba0a91ac3c651de48273b435ade63c40da0bf390da9e00
22 DIST geocode-glib-3.18.2.tar.xz 369516 SHA256 95b11ef2697ac5dbb2f397e7117e08e157b2168624c71507656928095012494e SHA512 3ad874d9ae2c5d172dc5a2be06ae2c78293c33f5845b1d4b4eacec789beb87cc6278cde1ab6bd098a36ce6e2596a312333f0e6cfab00b5977416ad14578ff7eb WHIRLPOOL eb65633fcd7ad2d36365fe8e869e2f0057905cf58dc297e195635d334e0afcf63406553aa736381efd6ea16389a9c3ee51335cbefdf21f50f2b901c9c4c4f881
23
24 diff --git a/sci-geosciences/geocode-glib/geocode-glib-3.18.1.ebuild b/sci-geosciences/geocode-glib/geocode-glib-3.18.1.ebuild
25 deleted file mode 100644
26 index 504779d..0000000
27 --- a/sci-geosciences/geocode-glib/geocode-glib-3.18.1.ebuild
28 +++ /dev/null
29 @@ -1,50 +0,0 @@
30 -# Copyright 1999-2016 Gentoo Foundation
31 -# Distributed under the terms of the GNU General Public License v2
32 -# $Id$
33 -
34 -EAPI="5"
35 -GCONF_DEBUG="no" # --enable-debug does not do anything useful
36 -
37 -inherit gnome2
38 -
39 -DESCRIPTION="GLib geocoding library that uses the Yahoo! Place Finder service"
40 -HOMEPAGE="https://git.gnome.org/browse/geocode-glib"
41 -
42 -LICENSE="LGPL-2"
43 -SLOT="0"
44 -KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc x86"
45 -IUSE="+introspection test"
46 -
47 -RDEPEND="
48 - >=dev-libs/glib-2.34:2
49 - >=dev-libs/json-glib-0.99.2[introspection?]
50 - gnome-base/gvfs[http]
51 - >=net-libs/libsoup-2.42:2.4[introspection?]
52 - introspection? (
53 - >=dev-libs/gobject-introspection-0.6.3:=
54 - net-libs/libsoup:2.4[introspection] )
55 -"
56 -DEPEND="${RDEPEND}
57 - >=dev-util/gtk-doc-am-1.13
58 - >=sys-devel/gettext-0.18
59 - virtual/pkgconfig
60 - test? ( sys-apps/dbus )
61 -"
62 -# eautoreconf requires:
63 -# dev-libs/gobject-introspection-common
64 -# gnome-base/gnome-common
65 -
66 -# FIXME: need network #424719, recheck
67 -# need various locales to be present
68 -RESTRICT="test"
69 -
70 -src_prepare() {
71 - epatch "${FILESDIR}"/${P}-fix-GLIBC-features.patch
72 -}
73 -
74 -src_test() {
75 - export GVFS_DISABLE_FUSE=1
76 - export GIO_USE_VFS=gvfs
77 - ewarn "Tests require network access to http://where.yahooapis.com"
78 - dbus-launch emake check || die "tests failed"
79 -}