aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2015-09-21 15:41:07 +0200
committerJustin Lecher <jlec@gentoo.org>2015-09-21 15:41:07 +0200
commit7fd5ca7d108bf529c1342dc7fcf2f5974f1d6ec1 (patch)
treec2ce3c19f0e492d2027ad7400b23bd6911ce052d /sci-libs/mesquite/mesquite-2.1.2.ebuild
parentDrop obsolete package Sources unavailable (diff)
downloadsci-7fd5ca7d108bf529c1342dc7fcf2f5974f1d6ec1.tar.gz
sci-7fd5ca7d108bf529c1342dc7fcf2f5974f1d6ec1.tar.bz2
sci-7fd5ca7d108bf529c1342dc7fcf2f5974f1d6ec1.zip
sci-libs/mesquite: Version Bump
Package-Manager: portage-2.2.20.1 Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'sci-libs/mesquite/mesquite-2.1.2.ebuild')
-rw-r--r--sci-libs/mesquite/mesquite-2.1.2.ebuild38
1 files changed, 0 insertions, 38 deletions
diff --git a/sci-libs/mesquite/mesquite-2.1.2.ebuild b/sci-libs/mesquite/mesquite-2.1.2.ebuild
deleted file mode 100644
index 63e8edc84..000000000
--- a/sci-libs/mesquite/mesquite-2.1.2.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=2
-
-inherit eutils
-
-DESCRIPTION="Mesh Quality Improvement Toolkit"
-HOMEPAGE="http://www.cs.sandia.gov/optimization/knupp/Mesquite.html"
-SRC_URI="http://software.sandia.gov/~jakraft/${P}.tar.gz"
-
-LICENSE="LGPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND=""
-RDEPEND="${DEPEND}"
-
-src_configure() {
- econf \
- --enable-shared \
- --disable-imesh \
- --disable-igeom \
- --disable-irel \
- --without-cppunit \
- --enable-trap-fpe \
- --disable-function-timers
-
- ## make sure the Mesquite_all_headers.hpp is generated
- # with new configure flags!
- emake mostlyclean-generic || die "emake mostlyclean-generic failed!"
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die "emake install failed!"
-}