diff options
Diffstat (limited to 'sci-mathematics/mathomatic/mathomatic-12.7.9.ebuild')
-rw-r--r-- | sci-mathematics/mathomatic/mathomatic-12.7.9.ebuild | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/sci-mathematics/mathomatic/mathomatic-12.7.9.ebuild b/sci-mathematics/mathomatic/mathomatic-12.7.9.ebuild deleted file mode 100644 index 8ed9ed386c8c..000000000000 --- a/sci-mathematics/mathomatic/mathomatic-12.7.9.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# 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.7.9.ebuild,v 1.2 2007/11/05 15:13: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" - -DEPEND="sys-libs/readline - sys-libs/ncurses" - -src_compile() { - emake READLINE=1 || die "emake failed" -} - -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 -} |