summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2016-04-03 11:58:31 +0200
committerPacho Ramos <pacho@gentoo.org>2016-04-03 14:39:54 +0200
commit8f8ceb41f16da3cc20ec045089d03901b4d71f00 (patch)
treeea45050dccd3a212cbefc2b4ebcfd0681171c79f /sci-geosciences
parentapp-arch/gcab: Version bump (diff)
downloadgentoo-8f8ceb41f16da3cc20ec045089d03901b4d71f00.tar.gz
gentoo-8f8ceb41f16da3cc20ec045089d03901b4d71f00.tar.bz2
gentoo-8f8ceb41f16da3cc20ec045089d03901b4d71f00.zip
sci-geosciences/geocode-glib: Drop old
Package-Manager: portage-2.2.28
Diffstat (limited to 'sci-geosciences')
-rw-r--r--sci-geosciences/geocode-glib/Manifest2
-rw-r--r--sci-geosciences/geocode-glib/geocode-glib-3.16.2.ebuild49
-rw-r--r--sci-geosciences/geocode-glib/geocode-glib-3.18.0.ebuild46
3 files changed, 0 insertions, 97 deletions
diff --git a/sci-geosciences/geocode-glib/Manifest b/sci-geosciences/geocode-glib/Manifest
index 393d10a90410..645013a9c753 100644
--- a/sci-geosciences/geocode-glib/Manifest
+++ b/sci-geosciences/geocode-glib/Manifest
@@ -1,3 +1 @@
-DIST geocode-glib-3.16.2.tar.xz 355424 SHA256 a551ffdbd793d54a14e709c9d02e82dde3abc14eed8065abad92275a43fe2c97 SHA512 847dc7069beafd61eb3a6f1c1ca86f2ede14ed76d018a4c2ecd75989539293bfb98795b9bb181b457c36406039ab96b678c35ccbba41e16739f96d414aa68ebe WHIRLPOOL 9597e66fcb265736b16b9b1a623d0b53797477f966b05a773f53316189888446a1b492fc5c239334500ecca6a2c443f3ac477825e04a74132d826e7dbd7b5bf9
-DIST geocode-glib-3.18.0.tar.xz 357560 SHA256 8fb7f0d569e3e6696aaa1fdf275cb3094527ec5e9fa36fd88dd633dfec63495d SHA512 fed8eacc3a347f998466faba0f45e99182c1fe1201caff963846db74daa1106360419e46a5b196207de97ffbc7397d751a6109d1d28b32211ddc7ccfe268b2ea WHIRLPOOL 062cee7986f48292386736719ab6a21a20b00705d77dcd6057a4dcd1ae6e686e84b710461a49124195ff927afb05cd9f83cdacb1c97c54f7c8b7e8b01b3de878
DIST geocode-glib-3.18.1.tar.xz 368040 SHA256 75d12bf82575449b8290b7463e8b6cf1b99f2c9942db6391a3d5b0bbb600c365 SHA512 6add0d859d2366df54b35b0ada5661e0613e41f19cec386b48f00ae7d878f36d6b08f4feecce156cb04c8f81bee9e6ff60fbd06502d0f809e3017639f2bf595c WHIRLPOOL ed5ef02e66439ba5ec2c8abb9898e57ae25772130a4fbb7f8022224d58f1fa010c2429fbb44826bdc4ba0a91ac3c651de48273b435ade63c40da0bf390da9e00
diff --git a/sci-geosciences/geocode-glib/geocode-glib-3.16.2.ebuild b/sci-geosciences/geocode-glib/geocode-glib-3.16.2.ebuild
deleted file mode 100644
index 43c145f45339..000000000000
--- a/sci-geosciences/geocode-glib/geocode-glib-3.16.2.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-GCONF_DEBUG="no" # --enable-debug does not do anything useful
-
-inherit gnome2
-
-DESCRIPTION="GLib geocoding library that uses the Yahoo! Place Finder service"
-HOMEPAGE="https://git.gnome.org/browse/geocode-glib"
-
-# FIXME: should be slot 1.0 but upstream failed at renaming the libs
-# and some files conflict from previous releases.
-
-LICENSE="LGPL-2"
-SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~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.4[introspection?]
- introspection? (
- >=dev-libs/gobject-introspection-0.6.3
- net-libs/libsoup-gnome:2.4[introspection] )
-"
-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_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"
-}
diff --git a/sci-geosciences/geocode-glib/geocode-glib-3.18.0.ebuild b/sci-geosciences/geocode-glib/geocode-glib-3.18.0.ebuild
deleted file mode 100644
index 3709f6fca4e0..000000000000
--- a/sci-geosciences/geocode-glib/geocode-glib-3.18.0.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-GCONF_DEBUG="no" # --enable-debug does not do anything useful
-
-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 ~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.4[introspection?]
- introspection? (
- >=dev-libs/gobject-introspection-0.6.3:=
- net-libs/libsoup:2.4[introspection] )
-"
-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_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"
-}