From: "David Seifert" <soap@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/jags/
Date: Thu, 21 Jan 2016 19:44:34 +0000 (UTC) [thread overview]
Message-ID: <1453405450.c1a9f9465003e2f54483034271d225fcc6cff5f3.soap@gentoo> (raw)
commit: c1a9f9465003e2f54483034271d225fcc6cff5f3
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 21 19:44:10 2016 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Thu Jan 21 19:44:10 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1a9f946
sci-mathematics/jags: Remove 'autotools-utils.eclass', EAPI=6
Package-Manager: portage-2.2.27
sci-mathematics/jags/jags-4.1.0.ebuild | 17 ++++++++---------
1 file changed, 8 insertions(+), 9 deletions(-)
diff --git a/sci-mathematics/jags/jags-4.1.0.ebuild b/sci-mathematics/jags/jags-4.1.0.ebuild
index fc1d9f9..8e83927 100644
--- a/sci-mathematics/jags/jags-4.1.0.ebuild
+++ b/sci-mathematics/jags/jags-4.1.0.ebuild
@@ -2,9 +2,9 @@
# Distributed under the terms of the GNU General Public License v2
# $Id$
-EAPI=5
+EAPI=6
-inherit autotools-utils toolchain-funcs
+inherit eutils toolchain-funcs
MYP="JAGS-${PV}"
@@ -30,18 +30,17 @@ DEPEND="${RDEPEND}
S="${WORKDIR}/${MYP}"
src_configure() {
- local myeconfargs=(
- --with-blas="$($(tc-getPKG_CONFIG) --libs blas)"
+ econf \
+ --with-blas="$($(tc-getPKG_CONFIG) --libs blas)" \
--with-lapack="$($(tc-getPKG_CONFIG) --libs lapack)"
- )
- autotools-utils_src_configure
}
src_compile() {
- autotools-utils_src_compile all $(usex doc docs "")
+ emake all $(usex doc docs "")
}
src_install() {
- autotools-utils_src_install
- use doc && dodoc "${BUILD_DIR}"/doc/manual/*.pdf
+ default
+ use doc && dodoc doc/manual/*.pdf
+ prune_libtool_files
}
next reply other threads:[~2016-01-21 19:44 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-01-21 19:44 David Seifert [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-11-15 22:23 [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/jags/ Andreas K. Hüttel
2024-08-06 0:20 Eli Schwartz
2024-08-06 0:20 Eli Schwartz
2023-06-10 4:20 Sam James
2022-11-22 7:57 Sam James
2022-11-22 7:57 Sam James
2022-08-30 22:00 Andreas Sturmlechner
2022-08-30 18:40 Jakov Smolić
2022-08-30 18:40 Jakov Smolić
2021-07-26 11:48 Andrew Ammerlaan
2021-05-31 9:20 David Seifert
2016-03-02 8:32 David Seifert
2016-01-21 19:44 David Seifert
2015-11-28 17:41 Justin Lecher
2015-11-28 17:41 Justin Lecher
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1453405450.c1a9f9465003e2f54483034271d225fcc6cff5f3.soap@gentoo \
--to=soap@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox