summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSébastien Fabbro <bicatali@gentoo.org>2017-07-21 17:31:50 +0000
committerSébastien Fabbro <bicatali@gentoo.org>2017-07-21 17:37:53 +0000
commit1ed7610edbab8e463f4f6e29a3631c51c3558c05 (patch)
tree527c8edfbbfb151cf7f1d2dcde14af8dea3bc283 /sci-mathematics/mathomatic/mathomatic-16.0.5.ebuild
parentsci-mathematics/cgal: version bump (diff)
downloadgentoo-1ed7610edbab8e463f4f6e29a3631c51c3558c05.tar.gz
gentoo-1ed7610edbab8e463f4f6e29a3631c51c3558c05.tar.bz2
gentoo-1ed7610edbab8e463f4f6e29a3631c51c3558c05.zip
sci-mathematics/mathomatic: cleaning up, frozen package.
Package-Manager: Portage-2.3.6, Repoman-2.3.2
Diffstat (limited to 'sci-mathematics/mathomatic/mathomatic-16.0.5.ebuild')
-rw-r--r--sci-mathematics/mathomatic/mathomatic-16.0.5.ebuild14
1 files changed, 8 insertions, 6 deletions
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)