From 6ab2edfa48f7e3c14cba3e18d5c749a749b4d355 Mon Sep 17 00:00:00 2001 From: Gilles Dartiguelongue Date: Tue, 9 Jun 2015 14:55:36 +0000 Subject: 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) --- sci-geosciences/gnome-maps/ChangeLog | 8 +++- .../gnome-maps/gnome-maps-3.12.2.ebuild | 43 ---------------------- .../gnome-maps/gnome-maps-3.16.2.ebuild | 38 +++++++++++++++++++ 3 files changed, 45 insertions(+), 44 deletions(-) delete mode 100644 sci-geosciences/gnome-maps/gnome-maps-3.12.2.ebuild create mode 100644 sci-geosciences/gnome-maps/gnome-maps-3.16.2.ebuild (limited to 'sci-geosciences') 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 + -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 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.12.2.ebuild deleted file mode 100644 index 48e8c16ca9ee..000000000000 --- a/sci-geosciences/gnome-maps/gnome-maps-3.12.2.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 1999-2014 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 $ - -EAPI="5" -GCONF_DEBUG="no" - -inherit eutils gnome2 - -DESCRIPTION="A map application for GNOME" -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" - -RDEPEND=" - >=app-misc/geoclue-1.99.3:2.0 - >=dev-libs/gjs-1.39 - >=dev-libs/gobject-introspection-0.10.1 - >=dev-libs/glib-2.39.3:2 - 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] - net-libs/libsoup:2.4[introspection] - sci-geosciences/geocode-glib[introspection] - x11-libs/gdk-pixbuf:2[introspection] - >=x11-libs/gtk+-3.10: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 -} diff --git a/sci-geosciences/gnome-maps/gnome-maps-3.16.2.ebuild b/sci-geosciences/gnome-maps/gnome-maps-3.16.2.ebuild new file mode 100644 index 000000000000..18215e68e517 --- /dev/null +++ b/sci-geosciences/gnome-maps/gnome-maps-3.16.2.ebuild @@ -0,0 +1,38 @@ +# 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.16.2.ebuild,v 1.1 2015/06/09 14:55:36 eva Exp $ + +EAPI="5" +GCONF_DEBUG="no" + +inherit eutils gnome2 + +DESCRIPTION="A map application for GNOME" +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 ~x86" + +RDEPEND=" + >=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.10-r1:0.12[gtk,introspection] + net-libs/libsoup:2.4[introspection] + >=sci-geosciences/geocode-glib-3.15.2[introspection] + x11-libs/gdk-pixbuf:2[introspection] + >=x11-libs/gtk+-3.15.9:3[introspection] +" + +DEPEND="${RDEPEND} + >=dev-util/intltool-0.40 + virtual/pkgconfig +" -- cgit v1.2.3-65-gdbad