From 576b6208d6defe240bfa2477d6dd19f1ed83bfaf Mon Sep 17 00:00:00 2001 From: "Suren A. Chilingaryan" Date: Mon, 2 Sep 2019 05:23:45 +0200 Subject: Cleaned most of outdated stuff --- sci-geosciences/gosmore/gosmore-9999.ebuild | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 sci-geosciences/gosmore/gosmore-9999.ebuild (limited to 'sci-geosciences/gosmore/gosmore-9999.ebuild') diff --git a/sci-geosciences/gosmore/gosmore-9999.ebuild b/sci-geosciences/gosmore/gosmore-9999.ebuild deleted file mode 100644 index 66e8c3b..0000000 --- a/sci-geosciences/gosmore/gosmore-9999.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -EAPI="1" -inherit subversion - -DESCRIPTION="osmore is a routing and viewer of OSM XML data" -HOMEPAGE="http://wiki.openstreetmap.org/wiki/Gosmore" -SRC_URI="" - -LICENSE="LGPL-2" -SLOT="0" -KEYWORDS="x86 amd64" - -ESVN_REPO_URI="http://svn.openstreetmap.org/applications/rendering/gosmore/" - -src_compile() { - perl -pi -e "s|\(prefix\)/usr/share/|(prefix)/share/gosmore/|g" Makefile || die - - emake prefix=/usr -} - -src_install () { - emake install DESTDIR="${D}" prefix=/usr -} -- cgit v1.2.3