pacho 14/05/31 05:50:50 Modified: ChangeLog Added: geocode-glib-3.12.2.ebuild Log: Version bump (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Revision Changes Path 1.23 sci-geosciences/geocode-glib/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/geocode-glib/ChangeLog?rev=1.23&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/geocode-glib/ChangeLog?rev=1.23&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/geocode-glib/ChangeLog?r1=1.22&r2=1.23 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/sci-geosciences/geocode-glib/ChangeLog,v retrieving revision 1.22 retrieving revision 1.23 diff -u -r1.22 -r1.23 --- ChangeLog 27 Apr 2014 18:12:52 -0000 1.22 +++ ChangeLog 31 May 2014 05:50:50 -0000 1.23 @@ -1,6 +1,11 @@ # ChangeLog for sci-geosciences/geocode-glib # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/geocode-glib/ChangeLog,v 1.22 2014/04/27 18:12:52 eva Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/geocode-glib/ChangeLog,v 1.23 2014/05/31 05:50:50 pacho Exp $ + +*geocode-glib-3.12.2 (31 May 2014) + + 31 May 2014; Pacho Ramos <[email protected]> +geocode-glib-3.12.2.ebuild: + Version bump *geocode-glib-3.12.0 (27 Apr 2014) 1.1 sci-geosciences/geocode-glib/geocode-glib-3.12.2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/geocode-glib/geocode-glib-3.12.2.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/geocode-glib/geocode-glib-3.12.2.ebuild?rev=1.1&content-type=text/plain Index: geocode-glib-3.12.2.ebuild =================================================================== # Copyright 1999-2014 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.12.2.ebuild,v 1.1 2014/05/31 05:50:50 pacho 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 RESTRICT="test" # Need network #424719 #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" #}
