summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2016-07-31 13:06:36 +0200
committerPacho Ramos <pacho@gentoo.org>2016-07-31 13:08:26 +0200
commit0af86722b416300984bf0874a5021f0c5e6964b5 (patch)
tree06789f0b7b1edb6a16d9109fdd37e4dc1d38fd46 /sci-geosciences
parentnet-misc/youtube-dl: Old. (diff)
downloadgentoo-0af86722b416300984bf0874a5021f0c5e6964b5.tar.gz
gentoo-0af86722b416300984bf0874a5021f0c5e6964b5.tar.bz2
gentoo-0af86722b416300984bf0874a5021f0c5e6964b5.zip
sci-geosciences/gnome-maps: Version bump
Package-Manager: portage-2.3.0
Diffstat (limited to 'sci-geosciences')
-rw-r--r--sci-geosciences/gnome-maps/Manifest1
-rw-r--r--sci-geosciences/gnome-maps/gnome-maps-3.20.2.ebuild38
2 files changed, 39 insertions, 0 deletions
diff --git a/sci-geosciences/gnome-maps/Manifest b/sci-geosciences/gnome-maps/Manifest
index b4f24de272a5..5ce1384bf9c2 100644
--- a/sci-geosciences/gnome-maps/Manifest
+++ b/sci-geosciences/gnome-maps/Manifest
@@ -1,2 +1,3 @@
DIST gnome-maps-3.18.2.tar.xz 864904 SHA256 693ff1559252eabe5d8c9c7354333b5aa1996e870936456d15706a0e0bac9278 SHA512 ed0f0f7ff927d9b41701cd66afa266857b618bda1a95a837a48554e7399020722f19841fba4fb1e767bb8db83111f029408065fc534b56b25dcca4cb1206975d WHIRLPOOL 0e939640ca9f8a55f44cfb7a533bedd3074aea417c5f936f935610e9265ba8a940dc1f50c8710da0ce6efb6ad13f3f32500efb43b246892959e691e96da41410
DIST gnome-maps-3.20.1.tar.xz 1063532 SHA256 4874d10a3cfdffd5d1db6084d67b5e8dc8c2db2ff995302b80060ecfc5e99bd5 SHA512 c3f14473fe68ef6ed37106b082868154258fb1905633019dbf923ec110ef09640767be3a813736d28dd7f6d3a9ed718657c9422f4bfd47ebc4f7119e3b6989ac WHIRLPOOL 56a05cdea2b06d1d4fa84508422cd2d42f0931874e0bbe632ed9448dbbf1c0be5869173b2a837d1ae4ce532e6eed9e4e25610b8f7748c97b029108ff4b440cff
+DIST gnome-maps-3.20.2.tar.xz 1068140 SHA256 e860144795339fdbb2f1239c4db092ad12beb9acaa3f3f8aa1d935c36d86bc3f SHA512 f6f3b5203c24baa84dde16fdc7a1d52d527c3ab6266060affb4ef9f96a39e82138cbfa856142a3aac18e3acef0dff1c965c2ce767e1f4527afa006b6e832d6fc WHIRLPOOL aa3504981a7e97b65e4387d593635ce0f02ecda7e8682eba0d0bb45c753c10556e786a88512d2f7c28fb569658dc321608098cd33b241a5f5aefd3b618df8675
diff --git a/sci-geosciences/gnome-maps/gnome-maps-3.20.2.ebuild b/sci-geosciences/gnome-maps/gnome-maps-3.20.2.ebuild
new file mode 100644
index 000000000000..6de53cb41ef0
--- /dev/null
+++ b/sci-geosciences/gnome-maps/gnome-maps-3.20.2.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+inherit 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.44.0
+ >=dev-libs/gobject-introspection-0.6.3:=
+ >=dev-libs/glib-2.39.3:2
+ >=dev-libs/libgee-0.16:0.8[introspection]
+ dev-libs/libxml2: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.13:0.12[gtk,introspection]
+ net-libs/libgfbgraph
+ net-libs/libsoup:2.4[introspection]
+ net-libs/rest:0.7
+ >=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
+"