sci-geosciences/geocode-glib: remove old
authorMart Raudsepp <leio@gentoo.org>
Sat, 3 Feb 2018 23:14:01 +0000 (01:14 +0200)
committerMart Raudsepp <leio@gentoo.org>
Sat, 3 Feb 2018 23:14:01 +0000 (01:14 +0200)
Package-Manager: Portage-2.3.19, Repoman-2.3.6

sci-geosciences/geocode-glib/Manifest
sci-geosciences/geocode-glib/geocode-glib-3.20.1.ebuild [deleted file]

index 65a7a940210e19adf2e1abe2649098f5563449ec..8960f1594e13b8358bf6886c982ba6d68934d93a 100644 (file)
@@ -1,2 +1 @@
-DIST geocode-glib-3.20.1.tar.xz 371200 BLAKE2B 7872ced7d4edee0c45c00c2e876cb307e5eac4615b194cf69bd6fbc3e50c809c9d8b85604c1273f6e65f1be1db88ca811f913124c4697c8ac676118861a3caa9 SHA512 0016b04928d3d7e9e3339bf1457d5ba7951af7af53b72a185f9cb3e92e9d1b1deb7ca11f95de1bcb0a3521a5b200ce3c25bb35eaf8bf15b81672846ec01b718f
 DIST geocode-glib-3.24.0.tar.xz 413536 BLAKE2B 37eebd39bb64d614af338e323b7c37c9bcf554d82b761c135326a9b2c0ab405901739ffe89f50c35932d162e4d2743a21caf4f446924c5d9f47bcf50eb11f4e8 SHA512 0e3910e99d164fdf5afd6befbcb7139a56779834fb1f2a318951c03e5196a31c4dafd7f88c37c7014377f15cd4d4b81e7080a440881e2c50aadaadf621abe3b6
diff --git a/sci-geosciences/geocode-glib/geocode-glib-3.20.1.ebuild b/sci-geosciences/geocode-glib/geocode-glib-3.20.1.ebuild
deleted file mode 100644 (file)
index 20b873a..0000000
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit gnome2
-
-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.34: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-am-1.13
-       >=sys-devel/gettext-0.18
-       virtual/pkgconfig
-       test? ( sys-apps/dbus )
-"
-# eautoreconf requires:
-#      dev-libs/gobject-introspection-common
-#      gnome-base/gnome-common
-
-# FIXME: need network #424719, recheck
-# need various locales to be present
-RESTRICT="test"
-
-src_configure() {
-       gnome2_src_configure $(use_enable introspection)
-}
-
-src_test() {
-       export GVFS_DISABLE_FUSE=1
-       export GIO_USE_VFS=gvfs
-       ewarn "Tests require network access to http://where.yahooapis.com"
-       dbus-launch emake check || die "tests failed"
-}