diff options
Diffstat (limited to 'sci-mathematics/topcom/topcom-0.16.2.ebuild')
-rw-r--r-- | sci-mathematics/topcom/topcom-0.16.2.ebuild | 45 |
1 files changed, 0 insertions, 45 deletions
diff --git a/sci-mathematics/topcom/topcom-0.16.2.ebuild b/sci-mathematics/topcom/topcom-0.16.2.ebuild deleted file mode 100644 index 9647ca58c444..000000000000 --- a/sci-mathematics/topcom/topcom-0.16.2.ebuild +++ /dev/null @@ -1,45 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/topcom/topcom-0.16.2.ebuild,v 1.2 2012/07/12 06:19:23 jlec Exp $ - -EAPI=4 - -inherit autotools eutils flag-o-matic - -DESCRIPTION="Computing Triangulations Of Point Configurations and Oriented Matroids" -HOMEPAGE="http://www.rambau.wm.uni-bayreuth.de/TOPCOM/" -SRC_URI=" - http://www.uni-bayreuth.de/departments/wirtschaftsmathematik/rambau/Software/TOPCOM-${PV}.tar.gz - doc? ( http://www.rambau.wm.uni-bayreuth.de/TOPCOM/TOPCOM-manual.html )" - -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="~amd64 ~x86" -IUSE="doc examples" - -DEPEND=" - dev-libs/gmp - sci-libs/cddlib" -RDEPEND="${DEPEND}" - -S="${WORKDIR}"/TOPCOM-${PV} - -AUTOTOOLS_IN_SOURCE_BUILD=1 - -src_prepare () { - # Don't compile internal GMP and CDD ... - epatch "${FILESDIR}"/${P}-no-internal-libs.patch - - # ... and link in tree versions: - append-libs -lgmp -lgmpxx -lcddgmp - - eautoreconf -} - -src_install () { - default - - use doc && dohtml "${DISTDIR}"/TOPCOM-manual.html - - use examples && dodoc -r "${S}"/examples -} |