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 503C3138247 for ; Sun, 1 Dec 2013 14:28:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5BADDE086E; Sun, 1 Dec 2013 14:28:14 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E10B7E086B for ; Sun, 1 Dec 2013 14:28:13 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 070EA33F0EE for ; Sun, 1 Dec 2013 14:28:13 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 47B54E5534 for ; Sun, 1 Dec 2013 14:28:10 +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: <1385907709.9ba0f4d793926492ee018da792a2d6b73da5633e.eva@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.10.2.ebuild sci-geosciences/gnome-maps/metadata.xml X-VCS-Directories: sci-geosciences/gnome-maps/ X-VCS-Committer: eva X-VCS-Committer-Name: Gilles Dartiguelongue X-VCS-Revision: 9ba0f4d793926492ee018da792a2d6b73da5633e X-VCS-Branch: master Date: Sun, 1 Dec 2013 14:28:10 +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: 0d3f3a82-4536-4400-a5fd-c86776ff36ff X-Archives-Hash: a2639e80fd5300b25abfb9d2cf05ef17 commit: 9ba0f4d793926492ee018da792a2d6b73da5633e Author: Gilles Dartiguelongue gentoo org> AuthorDate: Tue Nov 26 22:13:23 2013 +0000 Commit: Gilles Dartiguelongue gentoo org> CommitDate: Sun Dec 1 14:21:49 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=9ba0f4d7 sci-geosciences/gnome-maps: initial ebuild Lots of introspection dependencies are not checked via configure.ac. --- .../gnome-maps/gnome-maps-3.10.2.ebuild | 43 ++++++++++++++++++++++ sci-geosciences/gnome-maps/metadata.xml | 5 +++ 2 files changed, 48 insertions(+) diff --git a/sci-geosciences/gnome-maps/gnome-maps-3.10.2.ebuild b/sci-geosciences/gnome-maps/gnome-maps-3.10.2.ebuild new file mode 100644 index 0000000..fe0a0c3 --- /dev/null +++ b/sci-geosciences/gnome-maps/gnome-maps-3.10.2.ebuild @@ -0,0 +1,43 @@ +# Copyright 1999-2013 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/Design/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 + >=dev-libs/gjs-1.38 + dev-libs/gobject-introspection + >=dev-libs/glib-2.38: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() { + # FIXME: autogenerated, should not be in tarball at all + rm "${S}"/src/path.js || die + + gnome2_src_prepare +} diff --git a/sci-geosciences/gnome-maps/metadata.xml b/sci-geosciences/gnome-maps/metadata.xml new file mode 100644 index 0000000..6e0e2ec --- /dev/null +++ b/sci-geosciences/gnome-maps/metadata.xml @@ -0,0 +1,5 @@ + + + + gnome +