From 1ed7610edbab8e463f4f6e29a3631c51c3558c05 Mon Sep 17 00:00:00 2001 From: Sébastien Fabbro Date: Fri, 21 Jul 2017 17:31:50 +0000 Subject: sci-mathematics/mathomatic: cleaning up, frozen package. Package-Manager: Portage-2.3.6, Repoman-2.3.2 --- sci-mathematics/mathomatic/Manifest | 3 +- .../mathomatic/mathomatic-16.0.1.ebuild | 41 ---------------------- .../mathomatic/mathomatic-16.0.5.ebuild | 14 ++++---- sci-mathematics/mathomatic/metadata.xml | 13 ++++--- 4 files changed, 17 insertions(+), 54 deletions(-) delete mode 100644 sci-mathematics/mathomatic/mathomatic-16.0.1.ebuild (limited to 'sci-mathematics') diff --git a/sci-mathematics/mathomatic/Manifest b/sci-mathematics/mathomatic/Manifest index 51564395f8dc..382835b9ffbe 100644 --- a/sci-mathematics/mathomatic/Manifest +++ b/sci-mathematics/mathomatic/Manifest @@ -1,3 +1,2 @@ DIST mathomatic-15.8.5.tar.bz2 270607 SHA256 570065e77196dfca5ad85db4cd9704accf3423fa9552d48a0d847eb67fb7ef98 SHA512 9d8b5fcc369d99b890fde06729daa6c86f1a400d5e42d5fd5d74525b9f4a7c28dea5a05882e753b44590e4624ec7399367a637019867ea85fe68e9e0ed3a3e6e WHIRLPOOL 34c94679cd95cab4bc5b595944d5a82d8cc243dd1203349ca0998ed41e0304d898cbc43fee3155391a2870846dd6d58a404b3cfeedeed05428c4b193135cf94c -DIST mathomatic-16.0.1.tar.bz2 286365 SHA256 806f64c13f99d17f24681b3e1e5c469f31f7e95776110d7181228ee67e016737 SHA512 d967170b9e02df94fb06019b17e1728e9ec27b9d53abc8a51f333aa0d5d32f2fbcbaba0f1dd3cfbd9905754d38d7057cd639d77f6ecf65eb0177f175b2c500f6 WHIRLPOOL 3eb10303be391d8f889c2159d88e53f302791cfef6632d93f79da481a53fdd4e21d187e1e4f41f941d2ddae3cb0f7b719e3659a0f431360658485b6103ae78e9 -DIST mathomatic-16.0.5.tar.bz2 292220 SHA256 976e6fed1014586bcd584e417c074fa86e4ca6a0fcc2950254da2efde99084ca SHA512 c44c60183442226562df9eefb1d77e5bafd96b7a5d3ad34a76963c586d398647366e782c75ffcf27c2b7d9d4be56678bbbc4d37ac71687a39f04b3fef450cc73 WHIRLPOOL 5d0e01bc829f560e8a84ba8d623f446948a03cd3799361225dcdeb20e96d24031262fef507146330e3d3becde9c1a6b49a5e732f64b7f1283bdc603c68cc1dc9 +DIST mathomatic-16.0.5.tar.gz 381466 SHA256 d93fe35914dbbafa0e67000480268d7ca3e4de773b70f4130a6b3f4fbb20fae2 SHA512 0d98cf7ad707d6536731c98dd253f4cce30243e9eefe9912b8fec3ad4ac4261e324b93b4f0113789ce17fd0b2e3d75f7b258be7905d8e3c7bb4b756627b75950 WHIRLPOOL f88c06048a35cbea5481fa533a519c2ef13c37b5dc5041d1d114fb089367e18f52a71c4e9df656c29dc8630539cee57af373ccb28934c5c4f8886b655ac09292 diff --git a/sci-mathematics/mathomatic/mathomatic-16.0.1.ebuild b/sci-mathematics/mathomatic/mathomatic-16.0.1.ebuild deleted file mode 100644 index 6153caec436d..000000000000 --- a/sci-mathematics/mathomatic/mathomatic-16.0.1.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# 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="${HOMEPAGE}/archive/${P}.tar.bz2" - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux" -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 0dda7de7e1aa..f1a450a5ad0a 100644 --- a/sci-mathematics/mathomatic/mathomatic-16.0.5.ebuild +++ b/sci-mathematics/mathomatic/mathomatic-16.0.5.ebuild @@ -1,23 +1,25 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI=4 +EAPI=6 inherit toolchain-funcs flag-o-matic DESCRIPTION="Automatic algebraic manipulator" -HOMEPAGE="http://www.mathomatic.org/" -SRC_URI="${HOMEPAGE}/archive/${P}.tar.bz2" +HOMEPAGE="https://github.com/mfillpot/mathomatic" +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" IUSE="doc gnuplot" -DEPEND="sys-libs/readline - sys-libs/ncurses" +DEPEND="sys-libs/readline:= + sys-libs/ncurses:=" RDEPEND="${DEPEND} gnuplot? ( sci-visualization/gnuplot )" +S="${WORKDIR}/${PN}-${P}" + src_compile() { append-cflags -DBOLD_COLOR=1 emake READLINE=1 CC=$(tc-getCC) diff --git a/sci-mathematics/mathomatic/metadata.xml b/sci-mathematics/mathomatic/metadata.xml index ed2f818466a7..acb132be06ce 100644 --- a/sci-mathematics/mathomatic/metadata.xml +++ b/sci-mathematics/mathomatic/metadata.xml @@ -1,14 +1,17 @@ - - sci-mathematics@gentoo.org - Gentoo Mathematics Project - - + + sci-mathematics@gentoo.org + Gentoo Mathematics Project + + Mathomatic is a small, portable symbolic math program that can automatically solve, simplify, differentiate, combine, and compare algebraic equations, perform polynomial and complex arithmetic, etc. + + mfillpot/mathomatic + -- cgit v1.2.3-65-gdbad