From 5f2220d25e82fcdb3bc7c22b3f510f93e17598d2 Mon Sep 17 00:00:00 2001 From: Sebastien Fabbro Date: Tue, 23 Sep 2008 13:21:13 +0000 Subject: Version bump (Portage version: 2.2_rc8/cvs/Linux 2.6.25-gentoo-r7 x86_64) --- sci-mathematics/mathomatic/ChangeLog | 8 +++- .../mathomatic/mathomatic-14.0.5.ebuild | 47 ---------------------- .../mathomatic/mathomatic-14.1.6.ebuild | 47 ++++++++++++++++++++++ 3 files changed, 54 insertions(+), 48 deletions(-) delete mode 100644 sci-mathematics/mathomatic/mathomatic-14.0.5.ebuild create mode 100644 sci-mathematics/mathomatic/mathomatic-14.1.6.ebuild (limited to 'sci-mathematics/mathomatic') diff --git a/sci-mathematics/mathomatic/ChangeLog b/sci-mathematics/mathomatic/ChangeLog index 677c92f1c49c..5551e679a09c 100644 --- a/sci-mathematics/mathomatic/ChangeLog +++ b/sci-mathematics/mathomatic/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for sci-mathematics/mathomatic # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/mathomatic/ChangeLog,v 1.33 2008/08/21 14:56:29 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/mathomatic/ChangeLog,v 1.34 2008/09/23 13:21:13 bicatali Exp $ + +*mathomatic-14.1.6 (23 Sep 2008) + + 23 Sep 2008; Sébastien Fabbro + -mathomatic-14.0.5.ebuild, +mathomatic-14.1.6.ebuild: + Version bump *mathomatic-14.1.4 (21 Aug 2008) diff --git a/sci-mathematics/mathomatic/mathomatic-14.0.5.ebuild b/sci-mathematics/mathomatic/mathomatic-14.0.5.ebuild deleted file mode 100644 index 64d6f44e9a3f..000000000000 --- a/sci-mathematics/mathomatic/mathomatic-14.0.5.ebuild +++ /dev/null @@ -1,47 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/mathomatic/mathomatic-14.0.5.ebuild,v 1.1 2008/06/19 12:04:31 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" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" -IUSE="doc" - -DEPEND="sys-libs/readline - sys-libs/ncurses" - -src_compile() { - # respect user flags - sed -i \ - -e '/^CFLAGS/ s/-O.//' \ - -e '/^LDFLAGS/s/+= -lm/:= -lm $(LDFLAGS)/' \ - 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 mathomatic.png || die - domenu 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.1.6.ebuild b/sci-mathematics/mathomatic/mathomatic-14.1.6.ebuild new file mode 100644 index 000000000000..7322a38200fa --- /dev/null +++ b/sci-mathematics/mathomatic/mathomatic-14.1.6.ebuild @@ -0,0 +1,47 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/mathomatic/mathomatic-14.1.6.ebuild,v 1.1 2008/09/23 13:21:13 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" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~x86" +IUSE="doc" + +DEPEND="sys-libs/readline + sys-libs/ncurses" + +src_compile() { + # respect user flags + sed -i \ + -e '/^CFLAGS/ s/-O.//' \ + -e '/^LDFLAGS/s/+= -lm/:= -lm $(LDFLAGS)/' \ + 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 mathomatic.png || die + domenu 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 +} -- cgit v1.2.3-65-gdbad