summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastien Fabbro <bicatali@gentoo.org>2012-01-04 04:58:21 +0000
committerSebastien Fabbro <bicatali@gentoo.org>2012-01-04 04:58:21 +0000
commita462c51ee3d42e366d5e26032b3d6373f593b335 (patch)
tree423007375dc6d0a5a131874f6271d773d3ea3119 /sci-mathematics/jags
parentversion bump (bug #397551) (diff)
downloadgentoo-2-a462c51ee3d42e366d5e26032b3d6373f593b335.tar.gz
gentoo-2-a462c51ee3d42e366d5e26032b3d6373f593b335.tar.bz2
gentoo-2-a462c51ee3d42e366d5e26032b3d6373f593b335.zip
Version bump. Remove old.
(Portage version: 2.1.10.41/cvs/Linux x86_64)
Diffstat (limited to 'sci-mathematics/jags')
-rw-r--r--sci-mathematics/jags/ChangeLog10
-rw-r--r--sci-mathematics/jags/jags-2.2.0.ebuild35
-rw-r--r--sci-mathematics/jags/jags-3.1.0.ebuild32
-rw-r--r--sci-mathematics/jags/jags-3.2.0.ebuild (renamed from sci-mathematics/jags/jags-3.0.0.ebuild)20
4 files changed, 23 insertions, 74 deletions
diff --git a/sci-mathematics/jags/ChangeLog b/sci-mathematics/jags/ChangeLog
index d759bdab9b2b..f5748f91292d 100644
--- a/sci-mathematics/jags/ChangeLog
+++ b/sci-mathematics/jags/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for sci-mathematics/jags
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/jags/ChangeLog,v 1.4 2011/09/04 06:02:45 bicatali Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/jags/ChangeLog,v 1.5 2012/01/04 04:58:21 bicatali Exp $
+
+*jags-3.2.0 (04 Jan 2012)
+
+ 04 Jan 2012; Sébastien Fabbro <bicatali@gentoo.org> -jags-2.2.0.ebuild,
+ -jags-3.0.0.ebuild, -jags-3.1.0.ebuild, +jags-3.2.0.ebuild:
+ Version bump. Remove old.
*jags-3.1.0 (04 Sep 2011)
diff --git a/sci-mathematics/jags/jags-2.2.0.ebuild b/sci-mathematics/jags/jags-2.2.0.ebuild
deleted file mode 100644
index e9e5f81b37a0..000000000000
--- a/sci-mathematics/jags/jags-2.2.0.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/jags/jags-2.2.0.ebuild,v 1.2 2011/02/25 18:09:37 grobian Exp $
-
-EAPI=3
-inherit autotools-utils
-
-MYP="JAGS-${PV}"
-
-DESCRIPTION="Just Another Gibbs Sampler for Bayesian MCMC simulation"
-HOMEPAGE="http://www-fis.iarc.fr/~martyn/software/jags/"
-SRC_URI="mirror://sourceforge/project/mcmc-jags/JAGS/2.x/Source/${MYP}.tar.gz"
-LICENSE="GPL-2"
-IUSE=""
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-
-RDEPEND="virtual/blas
- virtual/lapack"
-
-DEPEND="${RDEPEND}
- dev-util/pkgconfig"
-
-S="${WORKDIR}/${MYP}"
-
-DOCS=(README NEWS TODO AUTHORS)
-
-src_configure() {
- myeconfags=(
- --with-blas="$(pkg-config --libs blas)"
- --with-lapack="$(pkg-config --libs lapack)"
- )
- autotools-utils_src_configure
-}
diff --git a/sci-mathematics/jags/jags-3.1.0.ebuild b/sci-mathematics/jags/jags-3.1.0.ebuild
deleted file mode 100644
index 15b647d810b3..000000000000
--- a/sci-mathematics/jags/jags-3.1.0.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/jags/jags-3.1.0.ebuild,v 1.1 2011/09/04 06:02:45 bicatali Exp $
-
-EAPI=4
-inherit autotools-utils
-
-MYP="JAGS-${PV}"
-
-DESCRIPTION="Just Another Gibbs Sampler for Bayesian MCMC simulation"
-HOMEPAGE="http://www-fis.iarc.fr/~martyn/software/jags/"
-SRC_URI="mirror://sourceforge/project/mcmc-jags/JAGS/3.x/Source/${MYP}.tar.gz"
-LICENSE="GPL-2"
-IUSE=""
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-
-RDEPEND="virtual/blas
- virtual/lapack"
-DEPEND="${RDEPEND}
- dev-util/pkgconfig"
-
-S="${WORKDIR}/${MYP}"
-
-src_configure() {
- myeconfags=(
- --with-blas="$(pkg-config --libs blas)"
- --with-lapack="$(pkg-config --libs lapack)"
- )
- autotools-utils_src_configure
-}
diff --git a/sci-mathematics/jags/jags-3.0.0.ebuild b/sci-mathematics/jags/jags-3.2.0.ebuild
index 8affc479a770..ed868ba2ec52 100644
--- a/sci-mathematics/jags/jags-3.0.0.ebuild
+++ b/sci-mathematics/jags/jags-3.2.0.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/jags/jags-3.0.0.ebuild,v 1.1 2011/08/06 19:54:46 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/jags/jags-3.2.0.ebuild,v 1.1 2012/01/04 04:58:21 bicatali Exp $
EAPI=4
inherit autotools-utils
@@ -11,7 +11,7 @@ DESCRIPTION="Just Another Gibbs Sampler for Bayesian MCMC simulation"
HOMEPAGE="http://www-fis.iarc.fr/~martyn/software/jags/"
SRC_URI="mirror://sourceforge/project/mcmc-jags/JAGS/3.x/Source/${MYP}.tar.gz"
LICENSE="GPL-2"
-IUSE=""
+IUSE="doc"
SLOT="0"
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
@@ -19,14 +19,24 @@ KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
RDEPEND="virtual/blas
virtual/lapack"
DEPEND="${RDEPEND}
- dev-util/pkgconfig"
+ dev-util/pkgconfig
+ doc? ( virtual/latex-base )"
S="${WORKDIR}/${MYP}"
src_configure() {
- myeconfags=(
+ myeconfargs=(
--with-blas="$(pkg-config --libs blas)"
--with-lapack="$(pkg-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 ${AUTOTOOLS_BUILD_DIR}/doc/manual/*.pdf
+}