sci-geosciences/geocode-glib: Version bump

Package-Manager: portage-2.2.24
This commit is contained in:
Pacho Ramos
2015-11-15 14:57:03 +01:00
parent 3d10173284
commit 0db0a8890b
2 changed files with 47 additions and 0 deletions

View File

@@ -1,2 +1,3 @@
DIST geocode-glib-3.14.0.tar.xz 352308 SHA256 a19b21a92b8cbfa29a5ae6616c2fdca8567e97480f7bb5c955905f6ae1c72010 SHA512 39cce731930b21ea351e3c032757bdec0b97ac014ae4b04997b70cfa64438bec980964cbbaa32e2bfb4c5524b9799261475594d07208c87c692b33c0cd531aa4 WHIRLPOOL 00b7f6bccd9c96ef19c1cfd66eb7f6045763a79543d042e02fbb49c2c4a506afaf3d86e961bf5cd2591012fb0df8b246694fb2a47a8a759761153dbc707da19d
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

View File

@@ -0,0 +1,46 @@
# 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-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"
}