From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id DA220138CCE for ; Fri, 8 May 2015 23:36:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A9BC3E084C; Fri, 8 May 2015 23:36:27 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BBE3DE084C for ; Fri, 8 May 2015 23:36:26 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id ABA40340F5C for ; Fri, 8 May 2015 23:36:20 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 802909F9 for ; Fri, 8 May 2015 23:36:17 +0000 (UTC) From: "Gilles Dartiguelongue" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Gilles Dartiguelongue" Message-ID: <1431128148.b83fc4ba0b08a4eafafe56d5851233b8f1e2ec1d.eva@gentoo> Subject: [gentoo-commits] proj/gnome:pending-eva commit in: sci-geosciences/gnome-maps/ X-VCS-Repository: proj/gnome X-VCS-Files: sci-geosciences/gnome-maps/gnome-maps-3.16.1.ebuild X-VCS-Directories: sci-geosciences/gnome-maps/ X-VCS-Committer: eva X-VCS-Committer-Name: Gilles Dartiguelongue X-VCS-Revision: b83fc4ba0b08a4eafafe56d5851233b8f1e2ec1d X-VCS-Branch: pending-eva Date: Fri, 8 May 2015 23:36:17 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 562f80a1-7f07-4ca3-9a27-575a647433eb X-Archives-Hash: a6ad9befac2346c5d31b70bc30242a46 commit: b83fc4ba0b08a4eafafe56d5851233b8f1e2ec1d Author: Gilles Dartiguelongue gentoo org> AuthorDate: Sun May 3 21:05:40 2015 +0000 Commit: Gilles Dartiguelongue gentoo org> CommitDate: Fri May 8 23:35:48 2015 +0000 URL: https://gitweb.gentoo.org/proj/gnome.git/commit/?id=b83fc4ba sci-geosciences/gnome-maps: 3.14.2 → 3.16.1 .../gnome-maps/gnome-maps-3.16.1.ebuild | 38 ++++++++++++++++++++++ 1 file changed, 38 insertions(+) diff --git a/sci-geosciences/gnome-maps/gnome-maps-3.16.1.ebuild b/sci-geosciences/gnome-maps/gnome-maps-3.16.1.ebuild new file mode 100644 index 0000000..9213477 --- /dev/null +++ b/sci-geosciences/gnome-maps/gnome-maps-3.16.1.ebuild @@ -0,0 +1,38 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +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.9:0.12[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 +"