From f413e8215e9ccaa5532b75da2624771328b5acd1 Mon Sep 17 00:00:00 2001 From: Andreas Proschofsky Date: Wed, 7 Oct 2009 11:04:15 +0000 Subject: Add Emerillon, new GNOME map viewer and the necessary dependencies, for more infos see: http://blog.pierlux.com/2009/10/06/announcing-emerillon-the-map-viewer/en/ svn path=/; revision=168 --- app-misc/emerillon/Manifest | 1 + app-misc/emerillon/emerillon-9999.ebuild | 39 ++++++++++++++++++++++++++++++++ 2 files changed, 40 insertions(+) create mode 100644 app-misc/emerillon/Manifest create mode 100644 app-misc/emerillon/emerillon-9999.ebuild (limited to 'app-misc') diff --git a/app-misc/emerillon/Manifest b/app-misc/emerillon/Manifest new file mode 100644 index 0000000..9678110 --- /dev/null +++ b/app-misc/emerillon/Manifest @@ -0,0 +1 @@ +EBUILD emerillon-9999.ebuild 750 RMD160 03878636b3e8a73f24c3a8697372e3a840fb4655 SHA1 dadfa492e9b2ffadc38a489a6cfb79c2550d17ac SHA256 10568b329378b101a0676c23c5e188da39a612807a0834c97a636f7869d93d27 diff --git a/app-misc/emerillon/emerillon-9999.ebuild b/app-misc/emerillon/emerillon-9999.ebuild new file mode 100644 index 0000000..2ce06da --- /dev/null +++ b/app-misc/emerillon/emerillon-9999.ebuild @@ -0,0 +1,39 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="2" + +inherit autotools gnome2 git + +EGIT_REPO_URI="git://git.gnome.org/emerillon" + +DESCRIPTION="GNOME-based Map viewer, using Open Street Maps" +HOMEPAGE="http://www.novopia.com/emerillon/" +SRC_URI="" + +LICENSE="LGPL-2 GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND=">=dev-libs/glib-2.12.0 + >=x11-libs/gtk+-2.12.0 + >=gnome-base/gconf-2.5.90 + >=media-libs/libchamplain-0.4 + >=gnome-extra/geoclue-0.11.1 + >=dev-libs/ethos-0.2 + >=dev-libs/librest-0.6" +DEPEND="${RDEPEND} + sys-devel/gettext + >=dev-util/pkgconfig-0.9" + +DOCS="AUTHORS NEWS README" + +S=${WORKDIR}/trunk + +src_unpack() { + git_src_unpack + cd ${S} + eautoreconf +} -- cgit v1.2.3-65-gdbad