diff options
author | Sebastien Fabbro <bicatali@gentoo.org> | 2010-06-18 00:10:46 +0000 |
---|---|---|
committer | Sebastien Fabbro <bicatali@gentoo.org> | 2010-06-18 00:10:46 +0000 |
commit | cf5f048b3b7a0bc8f7219780bc11f8adb0bfcd5c (patch) | |
tree | f7385255e2b4c3b8b19bab46572e1ae8306f982f /sci-mathematics/mathomatic | |
parent | fix a typo in *_STABLE so we dont use hardened_gcc_check_unsupported (diff) | |
download | gentoo-2-cf5f048b3b7a0bc8f7219780bc11f8adb0bfcd5c.tar.gz gentoo-2-cf5f048b3b7a0bc8f7219780bc11f8adb0bfcd5c.tar.bz2 gentoo-2-cf5f048b3b7a0bc8f7219780bc11f8adb0bfcd5c.zip |
Version bump, removed old
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'sci-mathematics/mathomatic')
-rw-r--r-- | sci-mathematics/mathomatic/ChangeLog | 9 | ||||
-rw-r--r-- | sci-mathematics/mathomatic/mathomatic-15.0.6.ebuild | 49 | ||||
-rw-r--r-- | sci-mathematics/mathomatic/mathomatic-15.1.3.ebuild (renamed from sci-mathematics/mathomatic/mathomatic-15.0.8.ebuild) | 3 |
3 files changed, 10 insertions, 51 deletions
diff --git a/sci-mathematics/mathomatic/ChangeLog b/sci-mathematics/mathomatic/ChangeLog index 4118d907af4e..a3d1adc2c306 100644 --- a/sci-mathematics/mathomatic/ChangeLog +++ b/sci-mathematics/mathomatic/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for sci-mathematics/mathomatic # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/mathomatic/ChangeLog,v 1.48 2010/05/14 04:15:52 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/mathomatic/ChangeLog,v 1.49 2010/06/18 00:10:46 bicatali Exp $ + +*mathomatic-15.1.3 (18 Jun 2010) + + 18 Jun 2010; Sébastien Fabbro <bicatali@gentoo.org> + -mathomatic-15.0.6.ebuild, -mathomatic-15.0.8.ebuild, + +mathomatic-15.1.3.ebuild: + Version bump, removed old *mathomatic-15.0.8 (14 May 2010) diff --git a/sci-mathematics/mathomatic/mathomatic-15.0.6.ebuild b/sci-mathematics/mathomatic/mathomatic-15.0.6.ebuild deleted file mode 100644 index 700cedb023f3..000000000000 --- a/sci-mathematics/mathomatic/mathomatic-15.0.6.ebuild +++ /dev/null @@ -1,49 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/mathomatic/mathomatic-15.0.6.ebuild,v 1.1 2010/04/12 16:53:19 bicatali Exp $ - -inherit eutils - -DESCRIPTION="Automatic algebraic manipulator" -HOMEPAGE="http://www.mathomatic.com/math/" -SRC_URI="http://www.panix.com/~gesslein/${P}.tar.bz2" - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" -IUSE="doc gnuplot" - -DEPEND="sys-libs/readline - sys-libs/ncurses" -RDEPEND="${DEPEND} - gnuplot? ( sci-visualization/gnuplot )" - -src_compile() { - # respect the user's CFLAGS - 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 || die - dobin primes/matho-{mult,primes,pascal,sumsq} primes/primorial || die - dodoc changes.txt README.txt AUTHORS - 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-15.0.8.ebuild b/sci-mathematics/mathomatic/mathomatic-15.1.3.ebuild index f8fa1253151a..5168db3c4222 100644 --- a/sci-mathematics/mathomatic/mathomatic-15.0.8.ebuild +++ b/sci-mathematics/mathomatic/mathomatic-15.1.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/mathomatic/mathomatic-15.0.8.ebuild,v 1.1 2010/05/14 04:15:52 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/mathomatic/mathomatic-15.1.3.ebuild,v 1.1 2010/06/18 00:10:46 bicatali Exp $ inherit eutils @@ -29,6 +29,7 @@ src_test() { } src_install() { + dobin mathomatic || die dobin primes/matho-{mult,primes,pascal,sumsq} primes/primorial || die dodoc changes.txt README.txt AUTHORS doman mathomatic.1 primes/*.1 || die |