diff options
author | Sebastien Fabbro <bicatali@gentoo.org> | 2009-06-22 18:47:03 +0000 |
---|---|---|
committer | Sebastien Fabbro <bicatali@gentoo.org> | 2009-06-22 18:47:03 +0000 |
commit | 52f1a9b3756fbd942ed24b5e27ee2bcf1a872bc6 (patch) | |
tree | 919a43688c5e8ca01b9620a0a14af8fc2a57013c /sci-mathematics/mathomatic | |
parent | Add postinst message about MOZILLA_FIVE_HOME handling for custom applications... (diff) | |
download | gentoo-2-52f1a9b3756fbd942ed24b5e27ee2bcf1a872bc6.tar.gz gentoo-2-52f1a9b3756fbd942ed24b5e27ee2bcf1a872bc6.tar.bz2 gentoo-2-52f1a9b3756fbd942ed24b5e27ee2bcf1a872bc6.zip |
Version bump
(Portage version: 2.2_rc33/cvs/Linux x86_64)
Diffstat (limited to 'sci-mathematics/mathomatic')
-rw-r--r-- | sci-mathematics/mathomatic/ChangeLog | 10 | ||||
-rw-r--r-- | sci-mathematics/mathomatic/mathomatic-14.4.5.ebuild (renamed from sci-mathematics/mathomatic/mathomatic-14.3.1.ebuild) | 11 | ||||
-rw-r--r-- | sci-mathematics/mathomatic/metadata.xml | 10 |
3 files changed, 24 insertions, 7 deletions
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 <bicatali@gentoo.org> + -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.4.5.ebuild index 5330882036c6..0d15a96af0ef 100644 --- a/sci-mathematics/mathomatic/mathomatic-14.3.1.ebuild +++ b/sci-mathematics/mathomatic/mathomatic-14.4.5.ebuild @@ -1,6 +1,6 @@ # 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 $ +# $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 @@ -11,10 +11,11 @@ SRC_URI="http://www.panix.com/~gesslein/${P}.tar.bz2" LICENSE="LGPL-2.1" SLOT="0" KEYWORDS="~amd64 ~ppc ~x86" -IUSE="doc" +IUSE="doc secure" DEPEND="sys-libs/readline sys-libs/ncurses" +RDEPEND="${DEPEND}" src_compile() { sed -i \ @@ -22,6 +23,9 @@ src_compile() { 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() { @@ -42,4 +46,7 @@ src_install() { 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 @@ <email>cryos@gentoo.org</email> </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. + 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> + <use> + <flag name='secure'>Create an extra secure version, with no I/O.</flag> + </use> </pkgmetadata> |