diff options
author | Marcus D. Hanwell <cryos@gentoo.org> | 2009-01-02 20:28:34 +0000 |
---|---|---|
committer | Marcus D. Hanwell <cryos@gentoo.org> | 2009-01-02 20:28:34 +0000 |
commit | 7c342fb554bb8d5e68caddfd39d7d636fe59fcc1 (patch) | |
tree | 415c9eeb5f3424dc50fb2d83d33c875d39c7265c /sci-mathematics/mathomatic | |
parent | sci-geosciences/marble removal - this is an old version and kde-base/marble e... (diff) | |
download | gentoo-2-7c342fb554bb8d5e68caddfd39d7d636fe59fcc1.tar.gz gentoo-2-7c342fb554bb8d5e68caddfd39d7d636fe59fcc1.tar.bz2 gentoo-2-7c342fb554bb8d5e68caddfd39d7d636fe59fcc1.zip |
Version bump.
(Portage version: 2.2_rc20/cvs/Linux 2.6.28-gentoo x86_64)
Diffstat (limited to 'sci-mathematics/mathomatic')
-rw-r--r-- | sci-mathematics/mathomatic/ChangeLog | 11 | ||||
-rw-r--r-- | sci-mathematics/mathomatic/mathomatic-14.2.4.ebuild | 47 | ||||
-rw-r--r-- | sci-mathematics/mathomatic/mathomatic-14.2.7.ebuild (renamed from sci-mathematics/mathomatic/mathomatic-14.2.5.ebuild) | 4 |
3 files changed, 11 insertions, 51 deletions
diff --git a/sci-mathematics/mathomatic/ChangeLog b/sci-mathematics/mathomatic/ChangeLog index 1ea18f883c66..d5d65ce67fd9 100644 --- a/sci-mathematics/mathomatic/ChangeLog +++ b/sci-mathematics/mathomatic/ChangeLog @@ -1,6 +1,13 @@ # 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.37 2008/12/07 10:03:58 bicatali Exp $ +# Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/mathomatic/ChangeLog,v 1.38 2009/01/02 20:28:34 cryos Exp $ + +*mathomatic-14.2.7 (02 Jan 2009) + + 02 Jan 2009; Marcus D. Hanwell <cryos@gentoo.org> + -mathomatic-14.2.4.ebuild, -mathomatic-14.2.5.ebuild, + +mathomatic-14.2.7.ebuild: + Version bump. *mathomatic-14.2.5 (07 Dec 2008) diff --git a/sci-mathematics/mathomatic/mathomatic-14.2.4.ebuild b/sci-mathematics/mathomatic/mathomatic-14.2.4.ebuild deleted file mode 100644 index 69dee488b0c9..000000000000 --- a/sci-mathematics/mathomatic/mathomatic-14.2.4.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.2.4.ebuild,v 1.1 2008/12/03 12:27:02 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() { - # 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 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.2.5.ebuild b/sci-mathematics/mathomatic/mathomatic-14.2.7.ebuild index fed286053f94..f0098e019151 100644 --- a/sci-mathematics/mathomatic/mathomatic-14.2.5.ebuild +++ b/sci-mathematics/mathomatic/mathomatic-14.2.7.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# 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.2.5.ebuild,v 1.1 2008/12/07 10:03:58 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/mathomatic/mathomatic-14.2.7.ebuild,v 1.1 2009/01/02 20:28:34 cryos Exp $ inherit eutils |