summaryrefslogtreecommitdiff
path: root/sci-mathematics/mathomatic
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2020-06-29 11:38:31 +0100
committerV3n3RiX <venerix@redcorelinux.org>2020-06-29 11:38:31 +0100
commit90c88731bd036e5698b281fbc0a5f3aa4c9983ac (patch)
tree83fc5facb6b12be510a37bc3d241cc63e965b13a /sci-mathematics/mathomatic
parentfeb0daf81d888e9160f9f94502de09b66f2a63fd (diff)
gentoo resync : 29.06.2020
Diffstat (limited to 'sci-mathematics/mathomatic')
-rw-r--r--sci-mathematics/mathomatic/Manifest4
-rw-r--r--sci-mathematics/mathomatic/mathomatic-15.8.5.ebuild41
-rw-r--r--sci-mathematics/mathomatic/mathomatic-16.0.5.ebuild4
3 files changed, 3 insertions, 46 deletions
diff --git a/sci-mathematics/mathomatic/Manifest b/sci-mathematics/mathomatic/Manifest
index 2dae4be33afe..6983a0d6da73 100644
--- a/sci-mathematics/mathomatic/Manifest
+++ b/sci-mathematics/mathomatic/Manifest
@@ -1,5 +1,3 @@
-DIST mathomatic-15.8.5.tar.bz2 270607 BLAKE2B dc8d39a53e8d8a2e252a7cecbf235d391cda282e7ed59c1c4b341ec4d8cab144098f4cee043946d4fcc230f92683276251aac4fd33d78ee7170fad191a03e644 SHA512 9d8b5fcc369d99b890fde06729daa6c86f1a400d5e42d5fd5d74525b9f4a7c28dea5a05882e753b44590e4624ec7399367a637019867ea85fe68e9e0ed3a3e6e
DIST mathomatic-16.0.5.tar.gz 381466 BLAKE2B 31dde337646d39faad3bcda6b72e316de4febfaf8c825320c70d69fdd55bb377948ec9e8b5ad855dc0a5b9be0f50b19387a595dfee7299e71fbf19c4f2bae979 SHA512 0d98cf7ad707d6536731c98dd253f4cce30243e9eefe9912b8fec3ad4ac4261e324b93b4f0113789ce17fd0b2e3d75f7b258be7905d8e3c7bb4b756627b75950
-EBUILD mathomatic-15.8.5.ebuild 974 BLAKE2B 7db8860a26ac76a3f4395c8b9264683168fb678db2ae3dec5c10835f4a02e0bbe42e2efb7fc70512023f40567ea07ee2ce89538cecd19c249e38b50314c32dbc SHA512 af2da60e74d65c8d47fb76395fe13e8afe1cb9c0609f0099bb228082a2696c1b7a1389313f5207ca6bf00a065d52162ae9903a8bbbbc5618d579d6320b78aae5
-EBUILD mathomatic-16.0.5.ebuild 1073 BLAKE2B 57be681320b29095cb4efc38a90b08c5af36af9b8c9a61fb87716f94c52925a444b4da2f6630efd8db8e27cce05151d28ff3fa72a5c4756c9e681e6ac5a905f0 SHA512 46ef23162020da08fd21f7fb675177def8051a642d7b1fba4593ec2cdd76a08a45f44b779c5ff65978578092ecde1494c04986b1a6a8fcf6fe291c70097995a5
+EBUILD mathomatic-16.0.5.ebuild 1067 BLAKE2B c24fed7d4cd822817d70e95259cf65c9cdd9595d774dd62eeb9e694cb11d50df62fb1f8261dab3909bb44c5672f236d9a2588e8fa29d25963c42c209d2b1a889 SHA512 f63b5eee66e5744843829a37ee049ca4ea737679bec14c54d8c6c324ee1db42a17b3f98cca46901fa130d49ff06ad1ba6d9d00481fef76fb8848973a1a4a9109
MISC metadata.xml 619 BLAKE2B f90c38439f4c52ec00af4c068b4088863b2f41481dbbe9f995681001ef0b64d37c1e2093bce6033e98cd4792d8dedddbc078b8b5b0cb25bbb96d07fb2690bf31 SHA512 8d5d1fd1e392f8eb3d7cf4551cbb5f2501c4885ae487c8a59555bb625d809d9c1e9ad4a131003d1af56be7d30258f24138a7554fa9848afc4cd58f89535ca7f0
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
-}
diff --git a/sci-mathematics/mathomatic/mathomatic-16.0.5.ebuild b/sci-mathematics/mathomatic/mathomatic-16.0.5.ebuild
index f1a450a5ad0a..9d087a72a670 100644
--- a/sci-mathematics/mathomatic/mathomatic-16.0.5.ebuild
+++ b/sci-mathematics/mathomatic/mathomatic-16.0.5.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -10,7 +10,7 @@ SRC_URI="https://github.com/mfillpot/mathomatic/archive/${P}.tar.gz"
LICENSE="LGPL-2.1"
SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ppc x86 ~amd64-linux ~x86-linux"
IUSE="doc gnuplot"
DEPEND="sys-libs/readline:=