summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sci-mathematics')
-rw-r--r--sci-mathematics/jags/ChangeLog6
-rw-r--r--sci-mathematics/jags/jags-3.3.0.ebuild47
-rw-r--r--sci-mathematics/jags/metadata.xml4
3 files changed, 7 insertions, 50 deletions
diff --git a/sci-mathematics/jags/ChangeLog b/sci-mathematics/jags/ChangeLog
index e70b91888479..695365f7c8fd 100644
--- a/sci-mathematics/jags/ChangeLog
+++ b/sci-mathematics/jags/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sci-mathematics/jags
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/jags/ChangeLog,v 1.16 2013/12/24 12:47:55 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/jags/ChangeLog,v 1.17 2013/12/24 14:54:10 jlec Exp $
+
+ 24 Dec 2013; Justin Lecher <jlec@gentoo.org> -jags-3.3.0.ebuild,
+ metadata.xml:
+ Drop old
24 Dec 2013; Agostino Sarubbo <ago@gentoo.org> jags-3.4.0.ebuild:
Stable for x86, wrt bug #487024
diff --git a/sci-mathematics/jags/jags-3.3.0.ebuild b/sci-mathematics/jags/jags-3.3.0.ebuild
deleted file mode 100644
index ee9ae725ef38..000000000000
--- a/sci-mathematics/jags/jags-3.3.0.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# 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.5 2013/08/12 21:47:33 bicatali Exp $
-
-EAPI=5
-
-inherit autotools-utils toolchain-funcs
-
-MYP="JAGS-${PV}"
-
-DESCRIPTION="Just Another Gibbs Sampler for Bayesian MCMC simulation"
-HOMEPAGE="http://mcmc-jags.sourceforge.net/"
-SRC_URI="mirror://sourceforge/project/mcmc-jags/JAGS/3.x/Source/${MYP}.tar.gz"
-LICENSE="GPL-2"
-IUSE="doc"
-
-SLOT="0"
-KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
-
-RDEPEND="
- virtual/blas
- virtual/lapack"
-DEPEND="${RDEPEND}
- virtual/pkgconfig
- doc? (
- virtual/latex-base
- dev-texlive/texlive-latexextra
- )"
-
-S="${WORKDIR}/${MYP}"
-
-src_configure() {
- local myeconfargs=(
- --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 $(use doc && echo docs)
-}
-
-src_install() {
- autotools-utils_src_install
- use doc && dodoc ${BUILD_DIR}/doc/manual/*.pdf
-}
diff --git a/sci-mathematics/jags/metadata.xml b/sci-mathematics/jags/metadata.xml
index cfbc499c6d25..85bc1ce292bf 100644
--- a/sci-mathematics/jags/metadata.xml
+++ b/sci-mathematics/jags/metadata.xml
@@ -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.