commit:     f99f372a07f0fc909e6d913d1afa2b22e26e78ff
Author:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Sun Apr  6 16:43:12 2014 +0000
Commit:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Sun Apr 20 16:28:51 2014 +0000
URL:        
http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=f99f372a

sci-geosciences/gnome-maps: 3.10.2 → 3.12.0

---
 .../gnome-maps/gnome-maps-3.12.0.ebuild            | 43 ++++++++++++++++++++++
 1 file changed, 43 insertions(+)

diff --git a/sci-geosciences/gnome-maps/gnome-maps-3.12.0.ebuild 
b/sci-geosciences/gnome-maps/gnome-maps-3.12.0.ebuild
new file mode 100644
index 0000000..70b1922
--- /dev/null
+++ b/sci-geosciences/gnome-maps/gnome-maps-3.12.0.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2014 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:2.0
+       >=dev-libs/gjs-1.39
+       >=dev-libs/gobject-introspection-0.10.1
+       >=dev-libs/glib-2.39.3: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
+}

Reply via email to