From 6bcec228e24425cf4caef854a42630e77af7859b Mon Sep 17 00:00:00 2001 From: Justin Lecher Date: Sun, 3 Mar 2013 16:50:57 +0100 Subject: sci-mathematics/dsfmt: Fix header and move to EAPI=5; cleaned ebuild syntax Package-Manager: portage-2.2.0_alpha164 --- sci-mathematics/dsfmt/ChangeLog | 5 ++++- sci-mathematics/dsfmt/dsfmt-2.2.ebuild | 11 +++++------ sci-mathematics/dsfmt/metadata.xml | 4 ++-- 3 files changed, 11 insertions(+), 9 deletions(-) (limited to 'sci-mathematics') diff --git a/sci-mathematics/dsfmt/ChangeLog b/sci-mathematics/dsfmt/ChangeLog index 164a9c9cc..bf71f76a1 100644 --- a/sci-mathematics/dsfmt/ChangeLog +++ b/sci-mathematics/dsfmt/ChangeLog @@ -1,7 +1,10 @@ # ChangeLog for sci-mathematics/dsfmt -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 03 Mar 2013; Justin Lecher dsfmt-2.2.ebuild, metadata.xml: + Fix header and move to EAPI=5; cleaned ebuild syntax + *dsfmt-2.2 (11 Jul 2012) 11 Jul 2012; Sébastien Fabbro +dsfmt-2.2.ebuild, diff --git a/sci-mathematics/dsfmt/dsfmt-2.2.ebuild b/sci-mathematics/dsfmt/dsfmt-2.2.ebuild index bef27a6e3..b4a586b29 100644 --- a/sci-mathematics/dsfmt/dsfmt-2.2.ebuild +++ b/sci-mathematics/dsfmt/dsfmt-2.2.ebuild @@ -1,5 +1,8 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ -EAPI=4 +EAPI=5 MYP=dSFMT-src-${PV} @@ -12,9 +15,6 @@ SLOT="0" KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" IUSE="" -RDEPEND="" -DEPEND="${RDEPEND}" - S="${WORKDIR}/${MYP}" src_test() { @@ -22,7 +22,6 @@ src_test() { } src_install() { - insinto /usr/include - doins dSFMT.c d*.h + doheader dSFMT.c d*.h dodoc README*txt CHANGE* } diff --git a/sci-mathematics/dsfmt/metadata.xml b/sci-mathematics/dsfmt/metadata.xml index 450097be1..f16105bd6 100644 --- a/sci-mathematics/dsfmt/metadata.xml +++ b/sci-mathematics/dsfmt/metadata.xml @@ -1,8 +1,8 @@ -sci-mathematics - + sci-mathematics + The purpose of Double precision SIMD-oriented Fast Mersenne Twister (dSFMT) is to speed up the generation by avoiding the expensive conversion of integer to double (floating point). dSFMT directly generates -- cgit v1.2.3-18-g5258