sci-mathematics/mathomatic: cleaning up, frozen package.
authorSébastien Fabbro <bicatali@gentoo.org>
Fri, 21 Jul 2017 17:31:50 +0000 (17:31 +0000)
committerSébastien Fabbro <bicatali@gentoo.org>
Fri, 21 Jul 2017 17:37:53 +0000 (17:37 +0000)
Package-Manager: Portage-2.3.6, Repoman-2.3.2

sci-mathematics/mathomatic/Manifest
sci-mathematics/mathomatic/mathomatic-16.0.1.ebuild [deleted file]
sci-mathematics/mathomatic/mathomatic-16.0.5.ebuild
sci-mathematics/mathomatic/metadata.xml

index 51564395f8dcf9571da458ff3b9956aeec41d836..382835b9ffbee6b04c3170141d79c626e44ad5e6 100644 (file)
@@ -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 (file)
index 6153cae..0000000
+++ /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
-}
index 0dda7de7e1aa4124a1a9d1db9c15c349c9de13c0..f1a450a5ad0a1eb4dfc181e4577c56006e212f1c 100644 (file)
@@ -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)
index ed2f818466a7c3c6bd377463aed5350c2b1bf5fb..acb132be06cedad230a9cccbb31963573fe38435 100644 (file)
@@ -1,14 +1,17 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-       <maintainer type="project">
-               <email>sci-mathematics@gentoo.org</email>
-               <name>Gentoo Mathematics Project</name>
-       </maintainer>
-       <longdescription>
+  <maintainer type="project">
+    <email>sci-mathematics@gentoo.org</email>
+    <name>Gentoo Mathematics Project</name>
+  </maintainer>
+  <longdescription>
     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.
   </longdescription>
+  <upstream>
+    <remote-id type="github">mfillpot/mathomatic</remote-id>
+  </upstream>
 </pkgmetadata>