commit:     2989af14579d0cc546deaca78a57c9c7ae515adf
Author:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
AuthorDate: Sat Feb  3 23:14:01 2018 +0000
Commit:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Sat Feb  3 23:14:01 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2989af14

sci-geosciences/geocode-glib: remove old

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 sci-geosciences/geocode-glib/Manifest              |  1 -
 .../geocode-glib/geocode-glib-3.20.1.ebuild        | 45 ----------------------
 2 files changed, 46 deletions(-)

diff --git a/sci-geosciences/geocode-glib/Manifest 
b/sci-geosciences/geocode-glib/Manifest
index 65a7a940210..8960f1594e1 100644
--- a/sci-geosciences/geocode-glib/Manifest
+++ b/sci-geosciences/geocode-glib/Manifest
@@ -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
index 20b873a33c4..00000000000
--- a/sci-geosciences/geocode-glib/geocode-glib-3.20.1.ebuild
+++ /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"
-}

Reply via email to