blob: 57f7cb87966261ac2c35b90ca664ee532e48e1e7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
|
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI="2"
inherit gnome2 eutils autotools
DESCRIPTION="GNOME-based Map viewer, using Open Street Maps"
HOMEPAGE="http://www.novopia.com/emerillon/"
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"
src_prepare() {
epatch ${FILESDIR}/fixlibrest.patch
eautoreconf
}
|