summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2020-06-23 00:39:34 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2020-06-23 00:39:34 +0200
commitdd41c5e289d0970953ec90f82204f114ec49869d (patch)
tree85e9ba6145940464b8e209ff81c726a2224dc7f6 /sci-mathematics/mathomatic
parentsys-libs/libtermcap-compat: Drop 2.0.8-r3 (diff)
downloadgentoo-dd41c5e289d0970953ec90f82204f114ec49869d.tar.gz
gentoo-dd41c5e289d0970953ec90f82204f114ec49869d.tar.bz2
gentoo-dd41c5e289d0970953ec90f82204f114ec49869d.zip
sci-mathematics/mathomatic: Drop 15.8.5
Closes: https://bugs.gentoo.org/724166 Package-Manager: Portage-2.3.101, Repoman-2.3.22 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'sci-mathematics/mathomatic')
-rw-r--r--sci-mathematics/mathomatic/Manifest1
-rw-r--r--sci-mathematics/mathomatic/mathomatic-15.8.5.ebuild41
2 files changed, 0 insertions, 42 deletions
diff --git a/sci-mathematics/mathomatic/Manifest b/sci-mathematics/mathomatic/Manifest
index 00c4c3396887..f9dc88043a05 100644
--- a/sci-mathematics/mathomatic/Manifest
+++ b/sci-mathematics/mathomatic/Manifest
@@ -1,2 +1 @@
-DIST mathomatic-15.8.5.tar.bz2 270607 BLAKE2B dc8d39a53e8d8a2e252a7cecbf235d391cda282e7ed59c1c4b341ec4d8cab144098f4cee043946d4fcc230f92683276251aac4fd33d78ee7170fad191a03e644 SHA512 9d8b5fcc369d99b890fde06729daa6c86f1a400d5e42d5fd5d74525b9f4a7c28dea5a05882e753b44590e4624ec7399367a637019867ea85fe68e9e0ed3a3e6e
DIST mathomatic-16.0.5.tar.gz 381466 BLAKE2B 31dde337646d39faad3bcda6b72e316de4febfaf8c825320c70d69fdd55bb377948ec9e8b5ad855dc0a5b9be0f50b19387a595dfee7299e71fbf19c4f2bae979 SHA512 0d98cf7ad707d6536731c98dd253f4cce30243e9eefe9912b8fec3ad4ac4261e324b93b4f0113789ce17fd0b2e3d75f7b258be7905d8e3c7bb4b756627b75950
diff --git a/sci-mathematics/mathomatic/mathomatic-15.8.5.ebuild b/sci-mathematics/mathomatic/mathomatic-15.8.5.ebuild
deleted file mode 100644
index 6a40519ade4a..000000000000
--- a/sci-mathematics/mathomatic/mathomatic-15.8.5.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-inherit toolchain-funcs flag-o-matic
-
-DESCRIPTION="Automatic algebraic manipulator"
-HOMEPAGE="http://www.mathomatic.org/"
-SRC_URI="http://www.mathomatic.org/archive/${P}.tar.bz2"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="amd64 ppc x86"
-IUSE="doc gnuplot"
-
-DEPEND="sys-libs/readline
- sys-libs/ncurses"
-RDEPEND="${DEPEND}
- gnuplot? ( sci-visualization/gnuplot )"
-
-src_compile() {
- append-cflags -DBOLD_COLOR=1
- emake READLINE=1 CC=$(tc-getCC)
- emake CC=$(tc-getCC) -C primes
-}
-
-src_test() {
- default
- emake -C primes check
-}
-
-src_install() {
- emake prefix="${EPREFIX}usr" DESTDIR="${D}" bininstall
- emake prefix="${EPREFIX}usr" DESTDIR="${D}" -C primes install
- dodoc changes.txt README.txt AUTHORS
- newdoc primes/README.txt README-primes.txt
- use doc && emake \
- prefix="${EPREFIX}usr" \
- mathdocdir="${EPREFIX}usr/share/doc/${PF}" \
- DESTDIR="${D}" docinstall
-}