diff options
Diffstat (limited to 'sci-mathematics/ginac/ginac-1.3.4.ebuild')
-rw-r--r-- | sci-mathematics/ginac/ginac-1.3.4.ebuild | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/sci-mathematics/ginac/ginac-1.3.4.ebuild b/sci-mathematics/ginac/ginac-1.3.4.ebuild deleted file mode 100644 index 31eee7e7305c..000000000000 --- a/sci-mathematics/ginac/ginac-1.3.4.ebuild +++ /dev/null @@ -1,21 +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/ginac/ginac-1.3.4.ebuild,v 1.4 2007/02/02 02:51:56 beandog Exp $ - -inherit eutils - -DESCRIPTION="GiNaC : a free CAS (computer algebra system)" -SRC_URI="ftp://ftpthep.physik.uni-mainz.de/pub/GiNaC/${P}.tar.bz2" -HOMEPAGE="http://www.ginac.de/" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ppc ~sparc x86" -IUSE="" - -DEPEND="sci-libs/cln" - -src_install() { - dodoc README NEWS - make DESTDIR="${D}" install || die -} |