diff options
author | Justin Lecher <jlec@gentoo.org> | 2012-07-10 18:56:54 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2012-07-10 18:56:54 +0000 |
commit | a920a76d7859ab929c173bbec7d548a05ecd8e94 (patch) | |
tree | 5b11c0b7c62d35dc0b7c86527cb11137fb645b84 | |
parent | Marking lftp-4.3.7 ppc64 for bug 424922 (diff) | |
download | gentoo-2-a920a76d7859ab929c173bbec7d548a05ecd8e94.tar.gz gentoo-2-a920a76d7859ab929c173bbec7d548a05ecd8e94.tar.bz2 gentoo-2-a920a76d7859ab929c173bbec7d548a05ecd8e94.zip |
sci-mathematics/mathomatic: Cleaned old
(Portage version: 2.2.0_alpha116/cvs/Linux x86_64)
-rw-r--r-- | sci-mathematics/mathomatic/ChangeLog | 6 | ||||
-rw-r--r-- | sci-mathematics/mathomatic/mathomatic-12.8.8.ebuild | 47 | ||||
-rw-r--r-- | sci-mathematics/mathomatic/mathomatic-12.9.1.ebuild | 47 | ||||
-rw-r--r-- | sci-mathematics/mathomatic/mathomatic-15.8.2.ebuild | 42 | ||||
-rw-r--r-- | sci-mathematics/mathomatic/metadata.xml | 4 |
5 files changed, 7 insertions, 139 deletions
diff --git a/sci-mathematics/mathomatic/ChangeLog b/sci-mathematics/mathomatic/ChangeLog index 6ba2fac1035c..30d458097234 100644 --- a/sci-mathematics/mathomatic/ChangeLog +++ b/sci-mathematics/mathomatic/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-mathematics/mathomatic # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/mathomatic/ChangeLog,v 1.67 2012/07/10 18:03:44 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/mathomatic/ChangeLog,v 1.68 2012/07/10 18:56:54 jlec Exp $ + + 10 Jul 2012; Justin Lecher <jlec@gentoo.org> -mathomatic-12.8.8.ebuild, + -mathomatic-12.9.1.ebuild, -mathomatic-15.8.2.ebuild, metadata.xml: + Cleaned old 10 Jul 2012; Brent Baude <ranger@gentoo.org> mathomatic-15.8.5.ebuild: Marking mathomatic-15.8.5 ppc for bug 425060 diff --git a/sci-mathematics/mathomatic/mathomatic-12.8.8.ebuild b/sci-mathematics/mathomatic/mathomatic-12.8.8.ebuild deleted file mode 100644 index abcafdafcab1..000000000000 --- a/sci-mathematics/mathomatic/mathomatic-12.8.8.ebuild +++ /dev/null @@ -1,47 +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-12.8.8.ebuild,v 1.5 2010/11/05 22:16:05 bicatali Exp $ - -inherit eutils - -DESCRIPTION="Automatic algebraic manipulator" -HOMEPAGE="http://www.mathomatic.org/" -SRC_URI="${HOMEPAGE}/archive/${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-12.9.1.ebuild b/sci-mathematics/mathomatic/mathomatic-12.9.1.ebuild deleted file mode 100644 index 76b5e7837e2d..000000000000 --- a/sci-mathematics/mathomatic/mathomatic-12.9.1.ebuild +++ /dev/null @@ -1,47 +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-12.9.1.ebuild,v 1.4 2010/11/05 22:16:05 bicatali Exp $ - -inherit eutils - -DESCRIPTION="Automatic algebraic manipulator" -HOMEPAGE="http://www.mathomatic.org/" -SRC_URI="${HOMEPAGE}/archive/${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-15.8.2.ebuild b/sci-mathematics/mathomatic/mathomatic-15.8.2.ebuild deleted file mode 100644 index cbac96ce49ba..000000000000 --- a/sci-mathematics/mathomatic/mathomatic-15.8.2.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/mathomatic/mathomatic-15.8.2.ebuild,v 1.1 2012/04/16 16:33:49 bicatali Exp $ - -EAPI=4 -inherit toolchain-funcs flag-o-matic - -DESCRIPTION="Automatic algebraic manipulator" -HOMEPAGE="http://www.mathomatic.org/" -SRC_URI="${HOMEPAGE}/archive/${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() { - append-cflags -DBOLD_COLOR=1 - emake READLINE=1 CC=$(tc-getCC) - emake CC=$(tc-getCC) -C primes -} - -src_test() { - default - emake -C primes check -} - -src_install() { - emake prefix="${EPREFIX}usr" DESTDIR="${D}" bininstall - emake prefix="${EPREFIX}usr" DESTDIR="${D}" -C primes install - dodoc changes.txt README.txt AUTHORS - newdoc primes/README.txt README-primes.txt - use doc && emake \ - prefix="${EPREFIX}usr" \ - mathdocdir="${EPREFIX}usr/share/doc/${PF}" \ - DESTDIR="${D}" docinstall -} diff --git a/sci-mathematics/mathomatic/metadata.xml b/sci-mathematics/mathomatic/metadata.xml index 2cd5ea0c0eb8..40d859436f67 100644 --- a/sci-mathematics/mathomatic/metadata.xml +++ b/sci-mathematics/mathomatic/metadata.xml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> - <herd>sci-mathematics</herd> - <longdescription> + <herd>sci-mathematics</herd> + <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, |