diff options
author | Marcus D. Hanwell <cryos@gentoo.org> | 2005-08-28 00:58:11 +0000 |
---|---|---|
committer | Marcus D. Hanwell <cryos@gentoo.org> | 2005-08-28 00:58:11 +0000 |
commit | 1ccfc536a3f706f68a1de8341961ac348f4f8b15 (patch) | |
tree | e78a0d289a76180e92060d4f0e535c2b357959f3 /sci-mathematics | |
parent | version bump (diff) | |
download | gentoo-2-1ccfc536a3f706f68a1de8341961ac348f4f8b15.tar.gz gentoo-2-1ccfc536a3f706f68a1de8341961ac348f4f8b15.tar.bz2 gentoo-2-1ccfc536a3f706f68a1de8341961ac348f4f8b15.zip |
Stable on amd64 and x86. Remove old version.
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'sci-mathematics')
4 files changed, 8 insertions, 42 deletions
diff --git a/sci-mathematics/mathomatic/ChangeLog b/sci-mathematics/mathomatic/ChangeLog index d4fb90840e84..45522cac09ee 100644 --- a/sci-mathematics/mathomatic/ChangeLog +++ b/sci-mathematics/mathomatic/ChangeLog @@ -1,10 +1,14 @@ # ChangeLog for sci-mathematics/mathomatic # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/mathomatic/ChangeLog,v 1.6 2005/07/26 22:54:09 cryos Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/mathomatic/ChangeLog,v 1.7 2005/08/28 00:58:11 cryos Exp $ + + 28 Aug 2005; Marcus D. Hanwell <cryos@gentoo.org> + -mathomatic-12.3.1.ebuild, mathomatic-12.4.5.ebuild: + Stable on amd64 and x86. Remove old version. *mathomatic-12.4.5 (26 Jul 2005) - 26 Jul 2005; Marcus D. Hanwell <marcus@gentoo.org> + 26 Jul 2005; Marcus D. Hanwell <cryos@gentoo.org> mathomatic-12.3.1.ebuild, +mathomatic-12.4.5.ebuild: Version bump, and mark previous version stable. diff --git a/sci-mathematics/mathomatic/files/digest-mathomatic-12.3.1 b/sci-mathematics/mathomatic/files/digest-mathomatic-12.3.1 deleted file mode 100644 index fe6f9848b276..000000000000 --- a/sci-mathematics/mathomatic/files/digest-mathomatic-12.3.1 +++ /dev/null @@ -1 +0,0 @@ -MD5 ba1e316f50fd4a4336334fbcdf95d29f mathomatic-12.3.1.tgz 124190 diff --git a/sci-mathematics/mathomatic/mathomatic-12.3.1.ebuild b/sci-mathematics/mathomatic/mathomatic-12.3.1.ebuild deleted file mode 100644 index c4b17c0e6772..000000000000 --- a/sci-mathematics/mathomatic/mathomatic-12.3.1.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.3.1.ebuild,v 1.2 2005/07/26 22:54:09 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.4.5.ebuild b/sci-mathematics/mathomatic/mathomatic-12.4.5.ebuild index c2a36fc2df5c..22127f707534 100644 --- a/sci-mathematics/mathomatic/mathomatic-12.4.5.ebuild +++ b/sci-mathematics/mathomatic/mathomatic-12.4.5.ebuild @@ -1,6 +1,6 @@ # 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.1 2005/07/26 22:54:09 cryos Exp $ +# $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 @@ -10,7 +10,7 @@ SRC_URI="http://www.panix.com/~gesslein/${P}.tgz" LICENSE="LGPL-2" SLOT="0" -KEYWORDS="~x86 ~amd64 ~ppc" +KEYWORDS="amd64 ~ppc x86" IUSE="icc" DEPEND="sys-libs/readline |