summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-misc/emerillon/emerillon-9999.ebuild')
-rw-r--r--app-misc/emerillon/emerillon-9999.ebuild40
1 files changed, 0 insertions, 40 deletions
diff --git a/app-misc/emerillon/emerillon-9999.ebuild b/app-misc/emerillon/emerillon-9999.ebuild
deleted file mode 100644
index 64b0285..0000000
--- a/app-misc/emerillon/emerillon-9999.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# 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}
- intltoolize --force --copy --automake || die
- eautoreconf
-}