summaryrefslogtreecommitdiffstats
path: root/sci-geosciences/gosmore
diff options
context:
space:
mode:
Diffstat (limited to 'sci-geosciences/gosmore')
-rw-r--r--sci-geosciences/gosmore/Manifest1
-rw-r--r--sci-geosciences/gosmore/gosmore-9999.ebuild22
2 files changed, 0 insertions, 23 deletions
diff --git a/sci-geosciences/gosmore/Manifest b/sci-geosciences/gosmore/Manifest
deleted file mode 100644
index d80b384..0000000
--- a/sci-geosciences/gosmore/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-EBUILD gosmore-9999.ebuild 472 RMD160 0fef7e01b98a15467f163443f0c0cf09893f8f79 SHA1 0ddb1f5256446f5edc371602a3d5f7769c6c8aae SHA256 7ad27d340b2104e792c5365ce8998df657c8c0ab9411f6cbad1c7c457b477871
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
-}