commit:     ba99a4206517d2c06be2d2a761bbe9448e070960
Author:     Aisha Tammy <gentoo <AT> aisha <DOT> cc>
AuthorDate: Mon Jan 18 21:41:34 2021 +0000
Commit:     Aisha Tammy <gentoo <AT> aisha <DOT> cc>
CommitDate: Mon Jan 18 21:41:34 2021 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=ba99a420

sci-mathematics/kash-bin: drop dead package

not updated in 12 years
Closes: https://bugs.gentoo.org/755860

Signed-off-by: Aisha Tammy <gentoo <AT> aisha.cc>

 sci-mathematics/kash-bin/kash-bin-3.ebuild | 46 ------------------------------
 sci-mathematics/kash-bin/metadata.xml      | 19 ------------
 2 files changed, 65 deletions(-)

diff --git a/sci-mathematics/kash-bin/kash-bin-3.ebuild 
b/sci-mathematics/kash-bin/kash-bin-3.ebuild
deleted file mode 100644
index 29ddbe0df..000000000
--- a/sci-mathematics/kash-bin/kash-bin-3.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-# inherit eutils
-
-DESCRIPTION="software package for algebraic number theory"
-HOMEPAGE="http://page.math.tu-berlin.de/~kant/kash.html";
-SRC_URI="
-       
ftp://ftp.math.tu-berlin.de/pub/algebra/Kant/Kash_3/KASH3-Linux-i686-2008-07-31.tar.bz2
-       
ftp://ftp.math.tu-berlin.de/pub/algebra/Kant/Kash_3/KASH3-lib-archindep-2008-07-31.tar.bz2";
-
-LICENSE="kash"
-SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE=""
-
-MY_P="kash3"
-S="${WORKDIR}/${MY_P}"
-
-# This is a binary package:
-QA_PREBUILT="opt/${MY_P}/kash3"
-
-src_unpack() {
-       default
-       mkdir "${S}" && cd "${S}" || die
-       mv KASH3-Linux*/* "${S}" || die
-       mv KASH3-lib*/lib/* "${S}/lib/" || die
-}
-
-# Binary package
-# src_configure() { : }
-#
-# src_compile() { : }
-#
-src_install() {
-       cat > kash3.sh <<- EOF
-       #!"${EPREFIX}/bin/sh"
-       /opt/${MY_P}/kash3 -l "${EROOT}opt/${MY_P}/lib"
-       EOF
-       chmod 755 kash3.sh
-       dodir /opt/${MY_P}
-       cp -R "${S}/" "${ED}"opt/ || die
-       dosym ../${MY_P}/kash3.sh /opt/bin/kash3
-}

diff --git a/sci-mathematics/kash-bin/metadata.xml 
b/sci-mathematics/kash-bin/metadata.xml
deleted file mode 100644
index fc53f2207..000000000
--- a/sci-mathematics/kash-bin/metadata.xml
+++ /dev/null
@@ -1,19 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
-<pkgmetadata>
-       <maintainer type="person">
-               <email>to...@gentoo.org</email>
-       </maintainer>
-       <maintainer type="project">
-               <email>sci-mathemat...@gentoo.org</email>
-               <name>Gentoo Mathematics Project</name>
-       </maintainer>
-       <longdescription>
-KANT is a computer algebra system for sophisticated computations in algebraic
-number fields that has been developed under the project leadership of
-Prof. Dr. M. E. Pohst at Technische Universität Berlin.
-
-The KANT functions are accessible through a user-friendly shell named KASH
-(KAnt SHell) that is freely available.
-</longdescription>
-</pkgmetadata>

Reply via email to