commit:     62ec94b88ed0c9bd1c15f8a1315f8274fc1d8a95
Author:     Andrey Grozin <grozin <AT> gentoo <DOT> org>
AuthorDate: Tue May  9 05:50:48 2023 +0000
Commit:     Andrey Grozin <grozin <AT> gentoo <DOT> org>
CommitDate: Tue May  9 05:51:15 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=62ec94b8

sci-geosciences/routino: remove old revision

Signed-off-by: Andrey Grozin <grozin <AT> gentoo.org>

 sci-geosciences/routino/routino-3.3.3-r2.ebuild | 88 -------------------------
 1 file changed, 88 deletions(-)

diff --git a/sci-geosciences/routino/routino-3.3.3-r2.ebuild 
b/sci-geosciences/routino/routino-3.3.3-r2.ebuild
deleted file mode 100644
index 4f54bb153719..000000000000
--- a/sci-geosciences/routino/routino-3.3.3-r2.ebuild
+++ /dev/null
@@ -1,88 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_SETUPTOOLS=no
-PYTHON_COMPAT=( python3_{9..10} )
-inherit toolchain-funcs distutils-r1
-
-DESCRIPTION="Routing application based on openstreetmap data"
-HOMEPAGE="https://routino.org/";
-SRC_URI="https://routino.org/download/${P}.tgz";
-
-LICENSE="AGPL-3+"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="python test"
-
-REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
-RESTRICT="!test? ( test )"
-
-BDEPEND="
-       python? (
-               ${PYTHON_DEPS}
-               dev-lang/swig[pcre]
-       )
-"
-RDEPEND="python? ( ${PYTHON_DEPS} )"
-
-PATCHES=( "${FILESDIR}"/${PN}-3.3.2.patch )
-
-src_prepare() {
-       default
-
-       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"
-}
-
-src_compile() {
-       emake -j1
-
-       rm README.txt || die "rm README.txt failed"
-       mv doc/README.txt . || die "mv doc/README.txt . failed"
-
-       if use python; then
-               pushd python > /dev/null || die
-               distutils-r1_src_compile
-               popd > /dev/null || die
-       fi
-}
-
-python_compile() {
-       rm -f build/.timestamp || die
-       emake PYTHON=${EPYTHON}
-}
-
-src_test() {
-       emake test
-
-       # Need to fix import issues with these
-       #if use python; then
-       #       pushd python > /dev/null || die
-       #       distutils-r1_src_test
-       #       popd > /dev/null || die
-       #fi
-}
-
-python_test() {
-       emake PYTHON=${EPYTHON} test
-}
-
-src_install() {
-       default
-
-       if use python; then
-               pushd python > /dev/null || die
-               distutils-r1_src_install
-               newdoc README.txt README_python.txt
-               popd > /dev/null || die
-       fi
-}
-
-python_install() {
-       esetup.py install
-       python_optimize
-}

Reply via email to