Gentoo Archives: gentoo-commits

From: Justin Lecher <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: sci-libs/mesquite/
Date: Mon, 21 Sep 2015 14:05:02
Message-Id: 1442842867.7fd5ca7d108bf529c1342dc7fcf2f5974f1d6ec1.jlec@gentoo
1 commit: 7fd5ca7d108bf529c1342dc7fcf2f5974f1d6ec1
2 Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
3 AuthorDate: Mon Sep 21 13:41:07 2015 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Mon Sep 21 13:41:07 2015 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=7fd5ca7d
7
8 sci-libs/mesquite: Version Bump
9
10 Package-Manager: portage-2.2.20.1
11 Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
12
13 .../{mesquite-2.1.2.ebuild => mesquite-2.3.0.ebuild} | 17 ++++++-----------
14 sci-libs/mesquite/metadata.xml | 2 +-
15 2 files changed, 7 insertions(+), 12 deletions(-)
16
17 diff --git a/sci-libs/mesquite/mesquite-2.1.2.ebuild b/sci-libs/mesquite/mesquite-2.3.0.ebuild
18 similarity index 67%
19 rename from sci-libs/mesquite/mesquite-2.1.2.ebuild
20 rename to sci-libs/mesquite/mesquite-2.3.0.ebuild
21 index 63e8edc..5373b7e 100644
22 --- a/sci-libs/mesquite/mesquite-2.1.2.ebuild
23 +++ b/sci-libs/mesquite/mesquite-2.3.0.ebuild
24 @@ -1,23 +1,20 @@
25 -# Copyright 1999-2014 Gentoo Foundation
26 +# Copyright 1999-2015 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 # $Id$
29
30 -EAPI=2
31 +EAPI=5
32
33 inherit eutils
34
35 DESCRIPTION="Mesh Quality Improvement Toolkit"
36 HOMEPAGE="http://www.cs.sandia.gov/optimization/knupp/Mesquite.html"
37 -SRC_URI="http://software.sandia.gov/~jakraft/${P}.tar.gz"
38 +SRC_URI="https://software.sandia.gov/${PN}/${P}.tar.gz"
39
40 LICENSE="LGPL-2"
41 SLOT="0"
42 KEYWORDS="~amd64 ~x86"
43 IUSE=""
44
45 -DEPEND=""
46 -RDEPEND="${DEPEND}"
47 -
48 src_configure() {
49 econf \
50 --enable-shared \
51 @@ -27,12 +24,10 @@ src_configure() {
52 --without-cppunit \
53 --enable-trap-fpe \
54 --disable-function-timers
55 +}
56
57 +src_compile() {
58 ## make sure the Mesquite_all_headers.hpp is generated
59 # with new configure flags!
60 - emake mostlyclean-generic || die "emake mostlyclean-generic failed!"
61 -}
62 -
63 -src_install() {
64 - emake DESTDIR="${D}" install || die "emake install failed!"
65 + emake mostlyclean-generic
66 }
67
68 diff --git a/sci-libs/mesquite/metadata.xml b/sci-libs/mesquite/metadata.xml
69 index b229aec..d369d06 100644
70 --- a/sci-libs/mesquite/metadata.xml
71 +++ b/sci-libs/mesquite/metadata.xml
72 @@ -1,5 +1,5 @@
73 <?xml version="1.0" encoding="UTF-8"?>
74 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
75 <pkgmetadata>
76 -<herd>sci</herd>
77 + <herd>sci</herd>
78 </pkgmetadata>