From 52f1a9b3756fbd942ed24b5e27ee2bcf1a872bc6 Mon Sep 17 00:00:00 2001 From: Sebastien Fabbro Date: Mon, 22 Jun 2009 18:47:03 +0000 Subject: Version bump (Portage version: 2.2_rc33/cvs/Linux x86_64) --- sci-mathematics/mathomatic/ChangeLog | 10 ++++- .../mathomatic/mathomatic-14.3.1.ebuild | 45 ------------------- .../mathomatic/mathomatic-14.4.5.ebuild | 52 ++++++++++++++++++++++ sci-mathematics/mathomatic/metadata.xml | 10 +++-- 4 files changed, 67 insertions(+), 50 deletions(-) delete mode 100644 sci-mathematics/mathomatic/mathomatic-14.3.1.ebuild create mode 100644 sci-mathematics/mathomatic/mathomatic-14.4.5.ebuild (limited to 'sci-mathematics') diff --git a/sci-mathematics/mathomatic/ChangeLog b/sci-mathematics/mathomatic/ChangeLog index 105004a70c1a..506b73487490 100644 --- a/sci-mathematics/mathomatic/ChangeLog +++ b/sci-mathematics/mathomatic/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for sci-mathematics/mathomatic -# Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/mathomatic/ChangeLog,v 1.40 2009/02/26 18:12:19 bicatali Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/mathomatic/ChangeLog,v 1.41 2009/06/22 18:47:03 bicatali Exp $ + +*mathomatic-14.4.5 (22 Jun 2009) + + 22 Jun 2009; Sébastien Fabbro + -mathomatic-14.3.1.ebuild, +mathomatic-14.4.5.ebuild, metadata.xml: + Version bump *mathomatic-14.3.3 (26 Feb 2009) diff --git a/sci-mathematics/mathomatic/mathomatic-14.3.1.ebuild b/sci-mathematics/mathomatic/mathomatic-14.3.1.ebuild deleted file mode 100644 index 5330882036c6..000000000000 --- a/sci-mathematics/mathomatic/mathomatic-14.3.1.ebuild +++ /dev/null @@ -1,45 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/mathomatic/mathomatic-14.3.1.ebuild,v 1.1 2009/02/03 13:01:52 bicatali Exp $ - -inherit eutils - -DESCRIPTION="Automatic algebraic manipulator" -HOMEPAGE="http://www.mathomatic.com/" -SRC_URI="http://www.panix.com/~gesslein/${P}.tar.bz2" - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" -IUSE="doc" - -DEPEND="sys-libs/readline - sys-libs/ncurses" - -src_compile() { - sed -i \ - -e '/^CFLAGS/ s/-O.//' \ - makefile primes/makefile || die "sed failed" - emake READLINE=1 || die "emake failed" - emake -C primes || die "emake in primes failed" -} - -src_test() { - emake test || die "emake test failed" - emake -C primes test || die "emake test in primes failed" -} - -src_install() { - # It was easier just to install the files manually - dobin mathomatic primes/matho-{primes,pascal,sumsq} || die - dodoc changes.txt README.txt AUTHORS || die - doman mathomatic.1 primes/*.1 || die - doicon icons/mathomatic.png || die - domenu icons/mathomatic.desktop || die - newdoc primes/README.txt README-primes.txt || die - if use doc; then - dohtml doc/* || die - insinto /usr/share/doc/${PF} - doins -r tests factorial m4 || die - fi -} diff --git a/sci-mathematics/mathomatic/mathomatic-14.4.5.ebuild b/sci-mathematics/mathomatic/mathomatic-14.4.5.ebuild new file mode 100644 index 000000000000..0d15a96af0ef --- /dev/null +++ b/sci-mathematics/mathomatic/mathomatic-14.4.5.ebuild @@ -0,0 +1,52 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/mathomatic/mathomatic-14.4.5.ebuild,v 1.1 2009/06/22 18:47:03 bicatali Exp $ + +inherit eutils + +DESCRIPTION="Automatic algebraic manipulator" +HOMEPAGE="http://www.mathomatic.com/" +SRC_URI="http://www.panix.com/~gesslein/${P}.tar.bz2" + +LICENSE="LGPL-2.1" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~x86" +IUSE="doc secure" + +DEPEND="sys-libs/readline + sys-libs/ncurses" +RDEPEND="${DEPEND}" + +src_compile() { + sed -i \ + -e '/^CFLAGS/ s/-O.//' \ + makefile primes/makefile || die "sed failed" + emake READLINE=1 || die "emake failed" + emake -C primes || die "emake in primes failed" + if use secure; then + ./compile.secure || die "compiling secure version failed" + fi +} + +src_test() { + emake test || die "emake test failed" + emake -C primes test || die "emake test in primes failed" +} + +src_install() { + # It was easier just to install the files manually + dobin mathomatic primes/matho-{primes,pascal,sumsq} || die + dodoc changes.txt README.txt AUTHORS || die + doman mathomatic.1 primes/*.1 || die + doicon icons/mathomatic.png || die + domenu icons/mathomatic.desktop || die + newdoc primes/README.txt README-primes.txt || die + if use doc; then + dohtml doc/* || die + insinto /usr/share/doc/${PF} + doins -r tests factorial m4 || die + fi + if use doc; then + dobin mathomatic_secure || die + fi +} diff --git a/sci-mathematics/mathomatic/metadata.xml b/sci-mathematics/mathomatic/metadata.xml index 410840e7dfd2..094608e472fa 100644 --- a/sci-mathematics/mathomatic/metadata.xml +++ b/sci-mathematics/mathomatic/metadata.xml @@ -6,8 +6,12 @@ cryos@gentoo.org - 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. + 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. + + Create an extra secure version, with no I/O. + -- cgit v1.2.3-65-gdbad