eva 15/06/09 14:17:47 Modified: ChangeLog Added: geocode-glib-3.16.2.ebuild Removed: geocode-glib-3.12.2.ebuild Log: Version bump for Gnome 3.16. Clean up old revisions. (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key C6085806)
Revision Changes Path 1.29 sci-geosciences/geocode-glib/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/geocode-glib/ChangeLog?rev=1.29&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/geocode-glib/ChangeLog?rev=1.29&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/geocode-glib/ChangeLog?r1=1.28&r2=1.29 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/sci-geosciences/geocode-glib/ChangeLog,v retrieving revision 1.28 retrieving revision 1.29 diff -u -r1.28 -r1.29 --- ChangeLog 15 Mar 2015 13:32:42 -0000 1.28 +++ ChangeLog 9 Jun 2015 14:17:47 -0000 1.29 @@ -1,6 +1,12 @@ # ChangeLog for sci-geosciences/geocode-glib # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/geocode-glib/ChangeLog,v 1.28 2015/03/15 13:32:42 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/geocode-glib/ChangeLog,v 1.29 2015/06/09 14:17:47 eva Exp $ + +*geocode-glib-3.16.2 (09 Jun 2015) + + 09 Jun 2015; Gilles Dartiguelongue <[email protected]> + -geocode-glib-3.12.2.ebuild, +geocode-glib-3.16.2.ebuild: + Version bump for Gnome 3.16. Clean up old revisions. 15 Mar 2015; Pacho Ramos <[email protected]> geocode-glib-3.14.0.ebuild: x86 stable, bug 534012 1.1 sci-geosciences/geocode-glib/geocode-glib-3.16.2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/geocode-glib/geocode-glib-3.16.2.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/geocode-glib/geocode-glib-3.16.2.ebuild?rev=1.1&content-type=text/plain Index: geocode-glib-3.16.2.ebuild =================================================================== # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/sci-geosciences/geocode-glib/geocode-glib-3.16.2.ebuild,v 1.1 2015/06/09 14:17:47 eva Exp $ 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="http://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" }
