diff options
author | Sebastien Fabbro <bicatali@gentoo.org> | 2008-01-11 09:54:11 +0000 |
---|---|---|
committer | Sebastien Fabbro <bicatali@gentoo.org> | 2008-01-11 09:54:11 +0000 |
commit | 56fdb4525489e96898264c31b79f948dde7fc252 (patch) | |
tree | e9dd0df11554151b0548c0f7d7176f9e25b04cba /sci-mathematics/ginac/ginac-1.2.3.ebuild | |
parent | added --with-x, possibly fixing bug #205257 (diff) | |
download | historical-56fdb4525489e96898264c31b79f948dde7fc252.tar.gz historical-56fdb4525489e96898264c31b79f948dde7fc252.tar.bz2 historical-56fdb4525489e96898264c31b79f948dde7fc252.zip |
Version bump. Added doc (bug #98776), removed some older versions, added longdescription
Package-Manager: portage-2.1.4_rc14
Diffstat (limited to 'sci-mathematics/ginac/ginac-1.2.3.ebuild')
-rw-r--r-- | sci-mathematics/ginac/ginac-1.2.3.ebuild | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/sci-mathematics/ginac/ginac-1.2.3.ebuild b/sci-mathematics/ginac/ginac-1.2.3.ebuild deleted file mode 100644 index 4d1be6d391c9..000000000000 --- a/sci-mathematics/ginac/ginac-1.2.3.ebuild +++ /dev/null @@ -1,30 +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/ginac/ginac-1.2.3.ebuild,v 1.3 2006/09/30 23:57:20 wormo Exp $ - -IUSE="" - -inherit flag-o-matic - -Name="GiNaC" -S=${WORKDIR}/${Name}-${PV} - -DESCRIPTION="GiNaC : a free CAS (computer algebra system)" -SRC_URI="ftp://ftpthep.physik.uni-mainz.de/pub/GiNaC/${Name}-${PV}.tar.bz2" -HOMEPAGE="http://www.ginac.de/" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="x86 ~sparc ~ppc" - -DEPEND="sci-libs/cln" - -src_compile() { - filter-flags "-funroll-loops -frerun-loop-opt" - econf || die "econf failed" - emake || die -} - -src_install() { - make DESTDIR=${D} install || die -} |