diff options
author | Andreas Proschofsky <suka@gentoo.org> | 2009-10-07 11:04:15 +0000 |
---|---|---|
committer | Andreas Proschofsky <suka@gentoo.org> | 2009-10-07 11:04:15 +0000 |
commit | f413e8215e9ccaa5532b75da2624771328b5acd1 (patch) | |
tree | bdb432e6a706a785642c86ae5e0063339735771b /app-misc/emerillon | |
parent | Dependency on clutter-imcontext is gone again (diff) | |
download | suka-f413e8215e9ccaa5532b75da2624771328b5acd1.tar.gz suka-f413e8215e9ccaa5532b75da2624771328b5acd1.tar.bz2 suka-f413e8215e9ccaa5532b75da2624771328b5acd1.zip |
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
Diffstat (limited to 'app-misc/emerillon')
-rw-r--r-- | app-misc/emerillon/Manifest | 1 | ||||
-rw-r--r-- | app-misc/emerillon/emerillon-9999.ebuild | 39 |
2 files changed, 40 insertions, 0 deletions
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 +} |