diff options
author | Gilles Dartiguelongue <eva@gentoo.org> | 2015-06-09 14:55:36 +0000 |
---|---|---|
committer | Gilles Dartiguelongue <eva@gentoo.org> | 2015-06-09 14:55:36 +0000 |
commit | 6ab2edfa48f7e3c14cba3e18d5c749a749b4d355 (patch) | |
tree | e53fd2f079f46cf8c8177db37675859cd7b9ecc8 /sci-geosciences | |
parent | Updating remote-id in metadata.xml (diff) | |
download | gentoo-2-6ab2edfa48f7e3c14cba3e18d5c749a749b4d355.tar.gz gentoo-2-6ab2edfa48f7e3c14cba3e18d5c749a749b4d355.tar.bz2 gentoo-2-6ab2edfa48f7e3c14cba3e18d5c749a749b4d355.zip |
Version bump for Gnome 3.16. Clean up old revision.
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key C6085806)
Diffstat (limited to 'sci-geosciences')
-rw-r--r-- | sci-geosciences/gnome-maps/ChangeLog | 8 | ||||
-rw-r--r-- | sci-geosciences/gnome-maps/gnome-maps-3.16.2.ebuild (renamed from sci-geosciences/gnome-maps/gnome-maps-3.12.2.ebuild) | 27 |
2 files changed, 18 insertions, 17 deletions
diff --git a/sci-geosciences/gnome-maps/ChangeLog b/sci-geosciences/gnome-maps/ChangeLog index 74317e2c6578..d92fd58f85cc 100644 --- a/sci-geosciences/gnome-maps/ChangeLog +++ b/sci-geosciences/gnome-maps/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for sci-geosciences/gnome-maps # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/gnome-maps/ChangeLog,v 1.12 2015/03/15 13:32:48 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/gnome-maps/ChangeLog,v 1.13 2015/06/09 14:55:36 eva Exp $ + +*gnome-maps-3.16.2 (09 Jun 2015) + + 09 Jun 2015; Gilles Dartiguelongue <eva@gentoo.org> + -gnome-maps-3.12.2.ebuild, +gnome-maps-3.16.2.ebuild: + Version bump for Gnome 3.16. Clean up old revision. 15 Mar 2015; Pacho Ramos <pacho@gentoo.org> gnome-maps-3.14.2.ebuild: x86 stable, bug 534012 diff --git a/sci-geosciences/gnome-maps/gnome-maps-3.12.2.ebuild b/sci-geosciences/gnome-maps/gnome-maps-3.16.2.ebuild index 48e8c16ca9ee..18215e68e517 100644 --- a/sci-geosciences/gnome-maps/gnome-maps-3.12.2.ebuild +++ b/sci-geosciences/gnome-maps/gnome-maps-3.16.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/gnome-maps/gnome-maps-3.12.2.ebuild,v 1.2 2014/07/22 10:53:23 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/gnome-maps/gnome-maps-3.16.2.ebuild,v 1.1 2015/06/09 14:55:36 eva Exp $ EAPI="5" GCONF_DEBUG="no" @@ -13,31 +13,26 @@ HOMEPAGE="https://wiki.gnome.org/Apps/Maps" LICENSE="GPL-2+ LGPL-2+ MIT CC-BY-3.0 CC-BY-SA-3.0" SLOT="0" IUSE="" -KEYWORDS="amd64" +KEYWORDS="~amd64 ~x86" RDEPEND=" - >=app-misc/geoclue-1.99.3:2.0 - >=dev-libs/gjs-1.39 - >=dev-libs/gobject-introspection-0.10.1 + >=app-misc/geoclue-0.12.99:2.0 + >=dev-libs/folks-0.10 + >=dev-libs/gjs-1.43.3 + >=dev-libs/gobject-introspection-0.6.3 >=dev-libs/glib-2.39.3:2 + >=dev-libs/libgee-0.16:0.8[introspection] media-libs/clutter-gtk:1.0[introspection] media-libs/clutter:1.0[introspection] media-libs/cogl:1.0[introspection] - media-libs/libchamplain:0.12[introspection] + >=media-libs/libchamplain-0.12.10-r1:0.12[gtk,introspection] net-libs/libsoup:2.4[introspection] - sci-geosciences/geocode-glib[introspection] + >=sci-geosciences/geocode-glib-3.15.2[introspection] x11-libs/gdk-pixbuf:2[introspection] - >=x11-libs/gtk+-3.10:3[introspection] + >=x11-libs/gtk+-3.15.9:3[introspection] " DEPEND="${RDEPEND} >=dev-util/intltool-0.40 virtual/pkgconfig " - -src_prepare() { - # Autogenerated, should not be in tarball at all, upstream bug #731031 - rm "${S}"/src/path.js || die - - gnome2_src_prepare -} |