summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakov Smolic <jakov.smolic@sartura.hr>2021-03-26 11:53:01 +0100
committerDavid Seifert <soap@gentoo.org>2021-03-26 11:53:01 +0100
commite17ef0fef5de0fd7be430bb9f775f477039c3eda (patch)
tree425f6bb809ea0f01c23045d45b8f46910400d2d3 /sci-geosciences
parentsys-cluster/drbd-utils: Remove old (diff)
downloadgentoo-e17ef0fef5de0fd7be430bb9f775f477039c3eda.tar.gz
gentoo-e17ef0fef5de0fd7be430bb9f775f477039c3eda.tar.bz2
gentoo-e17ef0fef5de0fd7be430bb9f775f477039c3eda.zip
sci-geosciences/routino: Remove old
Closes: https://github.com/gentoo/gentoo/pull/19857 Signed-off-by: Jakov Smolic <jakov.smolic@sartura.hr> Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'sci-geosciences')
-rw-r--r--sci-geosciences/routino/Manifest1
-rw-r--r--sci-geosciences/routino/files/routino-3.2.patch56
-rw-r--r--sci-geosciences/routino/routino-3.2.ebuild32
3 files changed, 0 insertions, 89 deletions
diff --git a/sci-geosciences/routino/Manifest b/sci-geosciences/routino/Manifest
index 15dba5f674e0..8bcf4f334056 100644
--- a/sci-geosciences/routino/Manifest
+++ b/sci-geosciences/routino/Manifest
@@ -1,2 +1 @@
-DIST routino-3.2.tgz 2463662 BLAKE2B 4be17e83105d95052a9fbe0158b15bf5d64b4f720fb1bb61cbbb5fcd61451b933507e4dcc8867bff5e8602c6e681e916e45328d2a0ce766e9ab37366984cf378 SHA512 f5be46d9c026fcd92658490630d9ff6e4827e84ee57ccbaae48f54372da37ab78de24432ab9fa1d6860304a9a2ac86061eb876c12b39e821693282c4d4aaefcf
DIST routino-3.3.2.tgz 2542029 BLAKE2B e74af857ef29d4ee4a08d8a2913180dfca747001f4afd59ad20a9ed355e654dc86d26fb1afb5486ece30ddf6b7cba7b60c52feae30af14086f2b4d5259451125 SHA512 5341a2ec063192754d641a4543260f4b3b3d84a7a9bfe745fca2082cdcc8bb7220bf37ed58aacf9e65eba4555432a6bdbb9747153a383dfff72e2aca01c66070
diff --git a/sci-geosciences/routino/files/routino-3.2.patch b/sci-geosciences/routino/files/routino-3.2.patch
deleted file mode 100644
index 81b6c4d938c9..000000000000
--- a/sci-geosciences/routino/files/routino-3.2.patch
+++ /dev/null
@@ -1,56 +0,0 @@
---- routino-3.2/Makefile.conf 2017-10-22 16:03:29.917559780 +0200
-+++ routino-3.2/Makefile.conf.new 2017-10-22 16:04:23.877562797 +0200
-@@ -45,11 +45,11 @@
- # Installation locations (edit if required)
-
- ifneq ($(HOST),MINGW)
--prefix=/usr/local
-+prefix=/usr
- bindir=$(prefix)/bin
- incdir=$(prefix)/include
- libdir=$(prefix)/lib
--docdir=$(prefix)/doc/routino
-+docdir=$(prefix)/share/doc/$(PF)
- datadir=$(prefix)/share/routino
- else
- prefix="c:/Program Files/Routino"
-@@ -74,16 +74,16 @@
-
-
- # Maths library
--LDFLAGS=-lm
-+LDFLAGS+=-lm
-
- # Language dialect selection
--CFLAGS=-std=c99
-+CFLAGS+=-std=c99
-
- # Warning options
- CFLAGS+=-Wall -Wmissing-prototypes -Wextra -Wno-unused-parameter -pedantic
-
- # Optimisation options
--CFLAGS+=-O3
-+#CFLAGS+=-O3
- CFLAGS+=-ffast-math
-
- # Optimisation option (only works if compilation and execution use exactly the same CPU architecture).
-@@ -118,7 +118,7 @@
- endif
-
- # Put the current directory in the shared library path for the router using libroutino
--LDFLAGS_LDSO=-Wl,-R.
-+#LDFLAGS_LDSO=-Wl,-R.
-
-
- # Required for multi-threaded support (comment these two lines out if not required)
-@@ -139,8 +139,8 @@
-
-
- # Required for xz support (uncomment these two lines if required)
--#CFLAGS+=-DUSE_XZ
--#LDFLAGS+=-llzma
-+CFLAGS+=-DUSE_XZ
-+LDFLAGS+=-llzma
-
-
- # Required to use stdio with files > 2GiB on 32-bit system.
diff --git a/sci-geosciences/routino/routino-3.2.ebuild b/sci-geosciences/routino/routino-3.2.ebuild
deleted file mode 100644
index 0420304cb506..000000000000
--- a/sci-geosciences/routino/routino-3.2.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit toolchain-funcs
-
-DESCRIPTION="Routing application based on openstreetmap data"
-HOMEPAGE="http://www.routino.org/"
-SRC_URI="http://www.routino.org/download/${P}.tgz"
-LICENSE="AGPL-3+"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-DEPEND=""
-
-src_prepare() {
- eapply "${FILESDIR}"/${P}.patch
-
- sed -i -e "s@libdir=\(.*\)@libdir=\$(prefix)/$(get_libdir)@" \
- -e "s@CC=gcc@CC=$(tc-getCC)@" \
- -e "s@LD=gcc@LD=$(tc-getCC)@" \
- Makefile.conf || die "failed sed"
-
- eapply_user
-}
-
-src_compile() {
- emake -j1
- rm README.txt || die "rm README.txt failed"
- mv doc/README.txt . || die "mv doc/README.txt . failed"
-}