From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id CA9B71382C5 for ; Sun, 29 Apr 2018 12:42:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D04F0E09F9; Sun, 29 Apr 2018 12:42:36 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 94BC7E09F9 for ; Sun, 29 Apr 2018 12:42:36 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D5C29335C9C for ; Sun, 29 Apr 2018 12:42:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 332E429B for ; Sun, 29 Apr 2018 12:42:33 +0000 (UTC) From: "Sobhan Mohammadpour" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sobhan Mohammadpour" Message-ID: <1525005745.94f58490e4f59dd8bef83edaac06bebf8b3c8e32.sobhan@gentoo> Subject: [gentoo-commits] proj/gnome:master commit in: sci-geosciences/gnome-maps/ X-VCS-Repository: proj/gnome X-VCS-Files: sci-geosciences/gnome-maps/gnome-maps-3.26.2.ebuild sci-geosciences/gnome-maps/metadata.xml X-VCS-Directories: sci-geosciences/gnome-maps/ X-VCS-Committer: sobhan X-VCS-Committer-Name: Sobhan Mohammadpour X-VCS-Revision: 94f58490e4f59dd8bef83edaac06bebf8b3c8e32 X-VCS-Branch: master Date: Sun, 29 Apr 2018 12:42:33 +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: 48b5280d-7bfb-4ec6-b2b6-ab736c8d946b X-Archives-Hash: 576f114ad2cff873b6efac89f8b4f093 commit: 94f58490e4f59dd8bef83edaac06bebf8b3c8e32 Author: Sobhan Mohammadpour gentoo org> AuthorDate: Sun Apr 29 12:42:25 2018 +0000 Commit: Sobhan Mohammadpour gentoo org> CommitDate: Sun Apr 29 12:42:25 2018 +0000 URL: https://gitweb.gentoo.org/proj/gnome.git/commit/?id=94f58490 sci-geosciences/gnome-maps: bump Package-Manager: Portage-2.3.28, Repoman-2.3.9 Manifest-Sign-Key: 0x7DF238CF0AA182E1 .../gnome-maps/gnome-maps-3.26.2.ebuild | 44 ++++++++++++++++++++++ sci-geosciences/gnome-maps/metadata.xml | 8 ++++ 2 files changed, 52 insertions(+) diff --git a/sci-geosciences/gnome-maps/gnome-maps-3.26.2.ebuild b/sci-geosciences/gnome-maps/gnome-maps-3.26.2.ebuild new file mode 100644 index 00000000..77ca7ff9 --- /dev/null +++ b/sci-geosciences/gnome-maps/gnome-maps-3.26.2.ebuild @@ -0,0 +1,44 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +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" + +COMMON_DEPEND=" + >=app-misc/geoclue-0.12.99:2.0[introspection] + >=dev-libs/folks-0.10 + >=dev-libs/gjs-1.44.0 + >=dev-libs/gobject-introspection-0.6.3:= + >=dev-libs/glib-2.44:2 + >=dev-libs/libgee-0.16:0.8[introspection] + dev-libs/libxml2:2 + >=media-libs/libchamplain-0.12.14:0.12[gtk,introspection] + >=net-libs/rest-0.7.90:0.7[introspection] + >=sci-geosciences/geocode-glib-3.15.2[introspection] + >=x11-libs/gtk+-3.22:3[introspection] +" +# Found by grepping imports.gi in ${S} +RDEPEND="${COMMON_DEPEND} + app-crypt/libsecret[introspection] + dev-libs/libgweather[introspection] + media-libs/clutter-gtk:1.0[introspection] + media-libs/clutter:1.0[introspection] + media-libs/cogl:1.0[introspection] + net-libs/gnome-online-accounts[introspection] + net-libs/libgfbgraph[introspection] + net-libs/libsoup:2.4[introspection] + net-libs/webkit-gtk:4[introspection] + x11-libs/gdk-pixbuf:2[introspection] +" +DEPEND="${COMMON_DEPEND} + >=dev-util/intltool-0.40 + virtual/pkgconfig +" diff --git a/sci-geosciences/gnome-maps/metadata.xml b/sci-geosciences/gnome-maps/metadata.xml new file mode 100644 index 00000000..39980802 --- /dev/null +++ b/sci-geosciences/gnome-maps/metadata.xml @@ -0,0 +1,8 @@ + + + + + gnome@gentoo.org + Gentoo GNOME Desktop + +