* [gentoo-commits] gentoo-x86 commit in sci-mathematics/jags: metadata.xml ChangeLog jags-3.3.0.ebuild jags-3.2.0.ebuild
@ 2013-02-21 13:32 Justin Lecher (jlec)
0 siblings, 0 replies; only message in thread
From: Justin Lecher (jlec) @ 2013-02-21 13:32 UTC (permalink / raw
To: gentoo-commits
jlec 13/02/21 13:32:18
Modified: metadata.xml ChangeLog jags-3.3.0.ebuild
Removed: jags-3.2.0.ebuild
Log:
sci-mathematics/jags: Use tc-getPKG_CONFIG from toolchain-funcs.eclass instead of plain pkg-config; drop old
(Portage version: 2.2.0_alpha163/cvs/Linux x86_64, signed Manifest commit with key 70EB7916)
Revision Changes Path
1.2 sci-mathematics/jags/metadata.xml
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/jags/metadata.xml?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/jags/metadata.xml?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/jags/metadata.xml?r1=1.1&r2=1.2
Index: metadata.xml
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/jags/metadata.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- metadata.xml 12 Feb 2011 11:50:38 -0000 1.1
+++ metadata.xml 21 Feb 2013 13:32:18 -0000 1.2
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
-<herd>sci-mathematics</herd>
-<longdescription lang="en">
+ <herd>sci-mathematics</herd>
+ <longdescription lang="en">
JAGS is Just Another Gibbs Sampler. It is a program for analysis of
Bayesian hierarchical models using Markov Chain Monte Carlo (MCMC)
simulation not wholly unlike BUGS.
1.12 sci-mathematics/jags/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/jags/ChangeLog?rev=1.12&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/jags/ChangeLog?rev=1.12&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/jags/ChangeLog?r1=1.11&r2=1.12
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/jags/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog 1 Dec 2012 03:03:01 -0000 1.11
+++ ChangeLog 21 Feb 2013 13:32:18 -0000 1.12
@@ -1,6 +1,11 @@
# ChangeLog for sci-mathematics/jags
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/jags/ChangeLog,v 1.11 2012/12/01 03:03:01 tomka Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/jags/ChangeLog,v 1.12 2013/02/21 13:32:18 jlec Exp $
+
+ 21 Feb 2013; Justin Lecher <jlec@gentoo.org> -jags-3.2.0.ebuild,
+ jags-3.3.0.ebuild, metadata.xml:
+ Use tc-getPKG_CONFIG from toolchain-funcs.eclass instead of plain pkg-config;
+ drop old
01 Dec 2012; Thomas Kahle <tomka@gentoo.org> jags-3.3.0.ebuild:
marked x86 per bug 444058
1.4 sci-mathematics/jags/jags-3.3.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/jags/jags-3.3.0.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/jags/jags-3.3.0.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/jags/jags-3.3.0.ebuild?r1=1.3&r2=1.4
Index: jags-3.3.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/jags/jags-3.3.0.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- jags-3.3.0.ebuild 1 Dec 2012 03:03:01 -0000 1.3
+++ jags-3.3.0.ebuild 21 Feb 2013 13:32:18 -0000 1.4
@@ -1,9 +1,10 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/jags/jags-3.3.0.ebuild,v 1.3 2012/12/01 03:03:01 tomka Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/jags/jags-3.3.0.ebuild,v 1.4 2013/02/21 13:32:18 jlec Exp $
EAPI=4
-inherit autotools-utils
+
+inherit autotools-utils toolchain-funcs
MYP="JAGS-${PV}"
@@ -16,20 +17,22 @@
SLOT="0"
KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
-RDEPEND="virtual/blas
+RDEPEND="
+ virtual/blas
virtual/lapack"
DEPEND="${RDEPEND}
virtual/pkgconfig
- doc? ( virtual/latex-base
- dev-texlive/texlive-latexextra
- )"
+ doc? (
+ virtual/latex-base
+ dev-texlive/texlive-latexextra
+ )"
S="${WORKDIR}/${MYP}"
src_configure() {
myeconfargs=(
- --with-blas="$(pkg-config --libs blas)"
- --with-lapack="$(pkg-config --libs lapack)"
+ --with-blas="$($(tc-getPKG_CONFIG) --libs blas)"
+ --with-lapack="$($(tc-getPKG_CONFIG) --libs lapack)"
)
autotools-utils_src_configure
}
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2013-02-21 13:32 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-02-21 13:32 [gentoo-commits] gentoo-x86 commit in sci-mathematics/jags: metadata.xml ChangeLog jags-3.3.0.ebuild jags-3.2.0.ebuild Justin Lecher (jlec)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox