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
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')
-rw-r--r--sci-libs/mesquite/Manifest2
-rw-r--r--sci-libs/mesquite/mesquite-2.3.0.ebuild (renamed from sci-libs/mesquite/mesquite-2.1.2.ebuild)17
-rw-r--r--sci-libs/mesquite/metadata.xml2
3 files changed, 8 insertions, 13 deletions
diff --git a/sci-libs/mesquite/Manifest b/sci-libs/mesquite/Manifest
index eabd79456..67909dba7 100644
--- a/sci-libs/mesquite/Manifest
+++ b/sci-libs/mesquite/Manifest
@@ -1 +1 @@
-DIST mesquite-2.1.2.tar.gz 7209426 SHA256 a1410104737c27e6f59b131b5c93a462016c5f2e51cf4381dd940638fe1a968f
+DIST mesquite-2.3.0.tar.gz 12450450 SHA256 4ab4ceadfa596e16c00dbb0e8b830a9112fa1b73291ca07633ec379a39b8bb28 SHA512 885320680c28f174d93179a6f7f571afd18581a229dd2776a4a054b8861ef4cfb4dd69d39fa88b16bded4f2f1df082858eda55651bdbeb48a29c7f0649ca9b70 WHIRLPOOL 33ca5b1d77fbcd19e9f9dba3bb248e663c421c0a057ee261fb88c847f92c68b7d83b2d08b2f8685e1b379abadf2e02579c12ee0eda9c713c496286285be1b0e6
diff --git a/sci-libs/mesquite/mesquite-2.1.2.ebuild b/sci-libs/mesquite/mesquite-2.3.0.ebuild
index 63e8edc84..5373b7e0c 100644
--- a/sci-libs/mesquite/mesquite-2.1.2.ebuild
+++ b/sci-libs/mesquite/mesquite-2.3.0.ebuild
@@ -1,23 +1,20 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
-EAPI=2
+EAPI=5
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"
+SRC_URI="https://software.sandia.gov/${PN}/${P}.tar.gz"
LICENSE="LGPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
-DEPEND=""
-RDEPEND="${DEPEND}"
-
src_configure() {
econf \
--enable-shared \
@@ -27,12 +24,10 @@ src_configure() {
--without-cppunit \
--enable-trap-fpe \
--disable-function-timers
+}
+src_compile() {
## 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!"
+ emake mostlyclean-generic
}
diff --git a/sci-libs/mesquite/metadata.xml b/sci-libs/mesquite/metadata.xml
index b229aec85..d369d068f 100644
--- a/sci-libs/mesquite/metadata.xml
+++ b/sci-libs/mesquite/metadata.xml
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
-<herd>sci</herd>
+ <herd>sci</herd>
</pkgmetadata>