diff options
author | 2007-07-18 02:13:19 +0000 | |
---|---|---|
committer | 2007-07-18 02:13:19 +0000 | |
commit | 871a7f3d09052350fa7879ad82f968fc2f37905c (patch) | |
tree | 6dcd82612dcbae503effac974083e66fc1811446 /sci-mathematics | |
parent | Marked stable on amd64 and pruned old version. (diff) | |
download | gentoo-2-871a7f3d09052350fa7879ad82f968fc2f37905c.tar.gz gentoo-2-871a7f3d09052350fa7879ad82f968fc2f37905c.tar.bz2 gentoo-2-871a7f3d09052350fa7879ad82f968fc2f37905c.zip |
Marked stable on amd64 and pruned old versions.
(Portage version: 2.1.3_rc8)
Diffstat (limited to 'sci-mathematics')
8 files changed, 8 insertions, 127 deletions
diff --git a/sci-mathematics/mathomatic/ChangeLog b/sci-mathematics/mathomatic/ChangeLog index 35eb87bc95b3..bfa8079674f0 100644 --- a/sci-mathematics/mathomatic/ChangeLog +++ b/sci-mathematics/mathomatic/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for sci-mathematics/mathomatic # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/mathomatic/ChangeLog,v 1.18 2007/03/13 13:55:27 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/mathomatic/ChangeLog,v 1.19 2007/07/18 02:13:19 cryos Exp $ + + 18 Jul 2007; Marcus D. Hanwell <cryos@gentoo.org> + -mathomatic-12.4.5.ebuild, -mathomatic-12.5.20.ebuild, + -mathomatic-12.6.4.ebuild, mathomatic-12.6.5.ebuild: + Marked stable on amd64 and pruned old versions. 13 Mar 2007; Raúl Porcel <armin76@gentoo.org> mathomatic-12.6.5.ebuild: x86 stable diff --git a/sci-mathematics/mathomatic/files/digest-mathomatic-12.4.5 b/sci-mathematics/mathomatic/files/digest-mathomatic-12.4.5 deleted file mode 100644 index c55a073b5c75..000000000000 --- a/sci-mathematics/mathomatic/files/digest-mathomatic-12.4.5 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 97363782afa2638722ed9fdabf9ed43a mathomatic-12.4.5.tgz 128112 -RMD160 b04ed85c4a9e2bc83d793f4c8416395f394c3fbe mathomatic-12.4.5.tgz 128112 -SHA256 5b1271e956be9b15a1d2b8b0ed56853a809b8c73283b8295840577ab7fb8883e mathomatic-12.4.5.tgz 128112 diff --git a/sci-mathematics/mathomatic/files/digest-mathomatic-12.5.20 b/sci-mathematics/mathomatic/files/digest-mathomatic-12.5.20 deleted file mode 100644 index 010e6f6fe32d..000000000000 --- a/sci-mathematics/mathomatic/files/digest-mathomatic-12.5.20 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 31e3b078fd5eea82e58e3f2999d5c694 mathomatic-12.5.20.tar.bz2 119448 -RMD160 ee65dcef2fa8f6b613c460433efe56b7e5c8388f mathomatic-12.5.20.tar.bz2 119448 -SHA256 b753f6690b80abbe1ac5fe78534c4f22459875371f674eaebe5cebb2878dc666 mathomatic-12.5.20.tar.bz2 119448 diff --git a/sci-mathematics/mathomatic/files/digest-mathomatic-12.6.4 b/sci-mathematics/mathomatic/files/digest-mathomatic-12.6.4 deleted file mode 100644 index b0319b754f11..000000000000 --- a/sci-mathematics/mathomatic/files/digest-mathomatic-12.6.4 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 e81c5a72451608407575e3c41ec99666 mathomatic-12.6.4.tar.bz2 116782 -RMD160 5d551c269423c3cf50d29ee9c4b4b8b02f98bb2d mathomatic-12.6.4.tar.bz2 116782 -SHA256 9ee5d6b1aeef1b77002bc4069b8af9a3a9e3fdd9bbe4ecd57b8df953e156c93f mathomatic-12.6.4.tar.bz2 116782 diff --git a/sci-mathematics/mathomatic/mathomatic-12.4.5.ebuild b/sci-mathematics/mathomatic/mathomatic-12.4.5.ebuild deleted file mode 100644 index 22127f707534..000000000000 --- a/sci-mathematics/mathomatic/mathomatic-12.4.5.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/mathomatic/mathomatic-12.4.5.ebuild,v 1.2 2005/08/28 00:58:11 cryos Exp $ - -inherit eutils - -DESCRIPTION="Automatic algebraic manipulator" -HOMEPAGE="http://www.mathomatic.com/" -SRC_URI="http://www.panix.com/~gesslein/${P}.tgz" - -LICENSE="LGPL-2" -SLOT="0" -KEYWORDS="amd64 ~ppc x86" -IUSE="icc" - -DEPEND="sys-libs/readline - sys-libs/ncurses - icc? ( dev-lang/icc )" - -src_compile() { - if use icc; then - CC="icc" CFLAGS="-O3 -axKWNBP -ipo" LDFLAGS="-O3 -axKWNBP -ipo -limf" emake || die "emake failed" - else - emake || die "emake failed" - fi -} - -src_install() { - einstall || die "einstall failed." - dodoc changes.txt README.txt - - dodir /usr/share/doc/${PF}/examples - insinto /usr/share/doc/${PF}/examples - doins tests/*in - dohtml ${D}/usr/doc/mathomatic/*.htm - rm -rf ${D}/usr/doc/mathomatic -} diff --git a/sci-mathematics/mathomatic/mathomatic-12.5.20.ebuild b/sci-mathematics/mathomatic/mathomatic-12.5.20.ebuild deleted file mode 100644 index 99efc4e87152..000000000000 --- a/sci-mathematics/mathomatic/mathomatic-12.5.20.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2006 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/mathomatic/mathomatic-12.5.20.ebuild,v 1.2 2006/10/20 18:31:21 cryos 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 icc" - -DEPEND="sys-libs/readline - sys-libs/ncurses - icc? ( dev-lang/icc )" - -src_compile() { - if use icc; then - CC="icc" CFLAGS="-O3 -axKWNBP -ipo" LDFLAGS="-O3 -axKWNBP -ipo -limf" emake READLINE=1 || die "emake failed" - else - emake READLINE=1 || die "emake failed" - fi -} - -src_install() { - # It was easier just to install the files manually - dobin mathomatic - dodoc changes.txt README.txt - doman mathomatic.1 - - if use doc; then - dohtml doc/* - insinto /usr/share/doc/${PF}/examples - doins tests/*.in - fi -} diff --git a/sci-mathematics/mathomatic/mathomatic-12.6.4.ebuild b/sci-mathematics/mathomatic/mathomatic-12.6.4.ebuild deleted file mode 100644 index 6c2f5a2790f5..000000000000 --- a/sci-mathematics/mathomatic/mathomatic-12.6.4.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2006 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/mathomatic/mathomatic-12.6.4.ebuild,v 1.1 2006/10/06 18:43:22 cryos 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 icc" - -DEPEND="sys-libs/readline - sys-libs/ncurses - icc? ( dev-lang/icc )" - -src_compile() { - if use icc; then - CC="icc" CFLAGS="-O3 -axKWNBP -ipo" LDFLAGS="-O3 -axKWNBP -ipo -limf" emake READLINE=1 || die "emake failed" - else - emake READLINE=1 || die "emake failed" - fi -} - -src_install() { - # It was easier just to install the files manually - dobin mathomatic - dodoc changes.txt README.txt - doman mathomatic.1 - - if use doc; then - dohtml doc/* - insinto /usr/share/doc/${PF}/examples - doins tests/*.in - fi -} diff --git a/sci-mathematics/mathomatic/mathomatic-12.6.5.ebuild b/sci-mathematics/mathomatic/mathomatic-12.6.5.ebuild index 6296627f2c79..057bf949595f 100644 --- a/sci-mathematics/mathomatic/mathomatic-12.6.5.ebuild +++ b/sci-mathematics/mathomatic/mathomatic-12.6.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/mathomatic/mathomatic-12.6.5.ebuild,v 1.2 2007/03/13 13:55:27 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/mathomatic/mathomatic-12.6.5.ebuild,v 1.3 2007/07/18 02:13:19 cryos Exp $ inherit eutils @@ -10,7 +10,7 @@ SRC_URI="http://www.panix.com/~gesslein/${P}.tar.bz2" LICENSE="LGPL-2" SLOT="0" -KEYWORDS="~amd64 ~ppc x86" +KEYWORDS="amd64 ~ppc x86" IUSE="doc icc" DEPEND="sys-libs/readline |