diff options
author | Sebastien Fabbro <bicatali@gentoo.org> | 2012-06-26 21:19:34 +0000 |
---|---|---|
committer | Sebastien Fabbro <bicatali@gentoo.org> | 2012-06-26 21:19:34 +0000 |
commit | d9b18be25bbcc0c8f2c7378dec5c950c90a6fc5d (patch) | |
tree | e905e2729378fdad6abc23bebe8dc0de698a675c /sci-mathematics/unuran | |
parent | Apply another patch for x32 support in JavaScriptCore (bug 421009). (diff) | |
download | gentoo-2-d9b18be25bbcc0c8f2c7378dec5c950c90a6fc5d.tar.gz gentoo-2-d9b18be25bbcc0c8f2c7378dec5c950c90a6fc5d.tar.bz2 gentoo-2-d9b18be25bbcc0c8f2c7378dec5c950c90a6fc5d.zip |
keyword amd64-linux and x86-linux. removed old
(Portage version: 2.2.01.20430-prefix/cvs/Linux x86_64)
Diffstat (limited to 'sci-mathematics/unuran')
-rw-r--r-- | sci-mathematics/unuran/ChangeLog | 8 | ||||
-rw-r--r-- | sci-mathematics/unuran/unuran-1.8.0.ebuild | 50 | ||||
-rw-r--r-- | sci-mathematics/unuran/unuran-1.8.1.ebuild | 8 |
3 files changed, 10 insertions, 56 deletions
diff --git a/sci-mathematics/unuran/ChangeLog b/sci-mathematics/unuran/ChangeLog index e7e9c144c77c..65e492764677 100644 --- a/sci-mathematics/unuran/ChangeLog +++ b/sci-mathematics/unuran/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-mathematics/unuran -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/unuran/ChangeLog,v 1.4 2011/05/03 16:42:20 bicatali Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/unuran/ChangeLog,v 1.5 2012/06/26 21:19:33 bicatali Exp $ + + 26 Jun 2012; Sebastien Fabbro <fabbros@gentoo.org> -unuran-1.8.0.ebuild, + unuran-1.8.1.ebuild: + keyword amd64-linux and x86-linux. removed old *unuran-1.8.1 (03 May 2011) diff --git a/sci-mathematics/unuran/unuran-1.8.0.ebuild b/sci-mathematics/unuran/unuran-1.8.0.ebuild deleted file mode 100644 index ff12f5f3026a..000000000000 --- a/sci-mathematics/unuran/unuran-1.8.0.ebuild +++ /dev/null @@ -1,50 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/unuran/unuran-1.8.0.ebuild,v 1.2 2010/12/18 21:46:06 bicatali Exp $ - -EAPI=2 -inherit eutils autotools - -DESCRIPTION="Universal Non-Uniform Random number generator" -HOMEPAGE="http://statmath.wu.ac.at/unuran/" -SRC_URI="${HOMEPAGE}${P}.tar.gz" -LICENSE="GPL-2" - -SLOT=0 -KEYWORDS="~amd64 ~x86" -IUSE="doc examples gsl prng +rngstreams static-libs" -DEPEND="gsl? ( sci-libs/gsl ) - prng? ( sci-mathematics/prng ) - rngstreams? ( sci-mathematics/rngstreams )" -RDEPEND="${DEPEND}" - -src_prepare() { - epatch "${FILESDIR}"/${P}-nogsl.patch - eautoreconf -} - -src_configure() { - local udefault=builtin - use rngstreams && udefault=rngstream - econf \ - --enable-shared \ - --with-urng-default=${udefault} \ - $(use_enable static-libs static) \ - $(use_with gsl urng-gsl) \ - $(use_with prng urng-prng) \ - $(use_with rngstreams urng-rngstream) -} - -src_install() { - emake DESTDIR="${D}" install || die "emake install failed" - dodoc AUTHORS README NEWS KNOWN-PROBLEMS THANKS UPGRADE - insinto /usr/share/doc/${PF} - if use doc; then - doins doc/${PN}.pdf || die - fi - if use examples; then - emake distclean -C examples - rm -f examples/Makefile* - doins -r examples - fi -} diff --git a/sci-mathematics/unuran/unuran-1.8.1.ebuild b/sci-mathematics/unuran/unuran-1.8.1.ebuild index 33f874a46039..c9b95488044d 100644 --- a/sci-mathematics/unuran/unuran-1.8.1.ebuild +++ b/sci-mathematics/unuran/unuran-1.8.1.ebuild @@ -1,9 +1,9 @@ -# 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/unuran/unuran-1.8.1.ebuild,v 1.1 2011/05/03 16:42:20 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/unuran/unuran-1.8.1.ebuild,v 1.2 2012/06/26 21:19:33 bicatali Exp $ EAPI=4 -inherit eutils autotools +inherit eutils DESCRIPTION="Universal Non-Uniform Random number generator" HOMEPAGE="http://statmath.wu.ac.at/unuran/" @@ -11,7 +11,7 @@ SRC_URI="${HOMEPAGE}${P}.tar.gz" LICENSE="GPL-2" SLOT=0 -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~x86 ~amd64 ~x86-linux" IUSE="doc examples gsl prng +rngstreams static-libs" DEPEND="gsl? ( sci-libs/gsl ) prng? ( sci-mathematics/prng ) |