Gentoo Archives: gentoo-commits

From: Gilles Dartiguelongue <eva@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/gnome:master commit in: sci-geosciences/gnome-maps/
Date: Sun, 01 Dec 2013 14:28:15
Message-Id: 1385907709.9ba0f4d793926492ee018da792a2d6b73da5633e.eva@gentoo
1 commit: 9ba0f4d793926492ee018da792a2d6b73da5633e
2 Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
3 AuthorDate: Tue Nov 26 22:13:23 2013 +0000
4 Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
5 CommitDate: Sun Dec 1 14:21:49 2013 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=9ba0f4d7
7
8 sci-geosciences/gnome-maps: initial ebuild
9
10 Lots of introspection dependencies are not checked via configure.ac.
11
12 ---
13 .../gnome-maps/gnome-maps-3.10.2.ebuild | 43 ++++++++++++++++++++++
14 sci-geosciences/gnome-maps/metadata.xml | 5 +++
15 2 files changed, 48 insertions(+)
16
17 diff --git a/sci-geosciences/gnome-maps/gnome-maps-3.10.2.ebuild b/sci-geosciences/gnome-maps/gnome-maps-3.10.2.ebuild
18 new file mode 100644
19 index 0000000..fe0a0c3
20 --- /dev/null
21 +++ b/sci-geosciences/gnome-maps/gnome-maps-3.10.2.ebuild
22 @@ -0,0 +1,43 @@
23 +# Copyright 1999-2013 Gentoo Foundation
24 +# Distributed under the terms of the GNU General Public License v2
25 +# $Header: $
26 +
27 +EAPI="5"
28 +GCONF_DEBUG="no"
29 +
30 +inherit eutils gnome2
31 +
32 +DESCRIPTION="A map application for GNOME"
33 +HOMEPAGE="https://wiki.gnome.org/Design/Apps/Maps"
34 +
35 +LICENSE="GPL-2+ LGPL-2+ MIT CC-BY-3.0 CC-BY-SA-3.0"
36 +SLOT="0"
37 +IUSE=""
38 +KEYWORDS="~amd64"
39 +
40 +RDEPEND="
41 + >=app-misc/geoclue-1.99.3
42 + >=dev-libs/gjs-1.38
43 + dev-libs/gobject-introspection
44 + >=dev-libs/glib-2.38:2
45 + media-libs/clutter-gtk:1.0[introspection]
46 + media-libs/clutter:1.0[introspection]
47 + media-libs/cogl:1.0[introspection]
48 + media-libs/libchamplain:0.12[introspection]
49 + net-libs/libsoup:2.4[introspection]
50 + sci-geosciences/geocode-glib[introspection]
51 + x11-libs/gdk-pixbuf:2[introspection]
52 + >=x11-libs/gtk+-3.10:3[introspection]
53 +"
54 +
55 +DEPEND="${RDEPEND}
56 + >=dev-util/intltool-0.40
57 + virtual/pkgconfig
58 +"
59 +
60 +src_prepare() {
61 + # FIXME: autogenerated, should not be in tarball at all
62 + rm "${S}"/src/path.js || die
63 +
64 + gnome2_src_prepare
65 +}
66
67 diff --git a/sci-geosciences/gnome-maps/metadata.xml b/sci-geosciences/gnome-maps/metadata.xml
68 new file mode 100644
69 index 0000000..6e0e2ec
70 --- /dev/null
71 +++ b/sci-geosciences/gnome-maps/metadata.xml
72 @@ -0,0 +1,5 @@
73 +<?xml version="1.0" encoding="UTF-8"?>
74 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
75 +<pkgmetadata>
76 + <herd>gnome</herd>
77 +</pkgmetadata>