Gentoo Archives: gentoo-commits

From: Matthias Maier <tamiko@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: sci-mathematics/dsfmt/
Date: Thu, 08 Apr 2021 02:36:33
Message-Id: 1617849368.c733974b6d417b64cff82035efbb19af2b690978.tamiko@gentoo
1 commit: c733974b6d417b64cff82035efbb19af2b690978
2 Author: Matthias Maier <tamiko <AT> gentoo <DOT> org>
3 AuthorDate: Thu Apr 8 02:35:15 2021 +0000
4 Commit: Matthias Maier <tamiko <AT> gentoo <DOT> org>
5 CommitDate: Thu Apr 8 02:36:08 2021 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=c733974b
7
8 sci-mathematics/dsfmt: remove package - moved to ::gentoo
9
10 Signed-off-by: Matthias Maier <tamiko <AT> gentoo.org>
11
12 sci-mathematics/dsfmt/dsfmt-2.2.4.ebuild | 25 -------------------------
13 sci-mathematics/dsfmt/metadata.xml | 17 -----------------
14 2 files changed, 42 deletions(-)
15
16 diff --git a/sci-mathematics/dsfmt/dsfmt-2.2.4.ebuild b/sci-mathematics/dsfmt/dsfmt-2.2.4.ebuild
17 deleted file mode 100644
18 index 54beb7c33..000000000
19 --- a/sci-mathematics/dsfmt/dsfmt-2.2.4.ebuild
20 +++ /dev/null
21 @@ -1,25 +0,0 @@
22 -# Copyright 1999-2020 Gentoo Authors
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI=7
26 -
27 -MYP=dSFMT-${PV}
28 -
29 -DESCRIPTION="Double precision SIMD-oriented Fast Mersenne Twister library"
30 -HOMEPAGE="http://www.math.sci.hiroshima-u.ac.jp/~m-mat/MT/SFMT"
31 -SRC_URI="https://github.com/MersenneTwister-Lab/dSFMT/archive/v${PV}.tar.gz -> ${P}.tar.gz"
32 -
33 -LICENSE="BSD"
34 -SLOT="0"
35 -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
36 -
37 -S="${WORKDIR}/${MYP}"
38 -
39 -src_test() {
40 - emake std-check
41 -}
42 -
43 -src_install() {
44 - doheader dSFMT.c d*.h
45 - dodoc README*txt CHANGE*
46 -}
47
48 diff --git a/sci-mathematics/dsfmt/metadata.xml b/sci-mathematics/dsfmt/metadata.xml
49 deleted file mode 100644
50 index 736cfc4dc..000000000
51 --- a/sci-mathematics/dsfmt/metadata.xml
52 +++ /dev/null
53 @@ -1,17 +0,0 @@
54 -<?xml version="1.0" encoding="UTF-8"?>
55 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
56 -<pkgmetadata>
57 - <maintainer type="project">
58 - <email>sci-mathematics@g.o</email>
59 - <name>Gentoo Mathematics Project</name>
60 - </maintainer>
61 - <longdescription lang="en">
62 - The purpose of Double precision SIMD-oriented Fast Mersenne Twister (dSFMT)
63 - is to speed up the generation by avoiding the expensive conversion
64 - of integer to double (floating point). dSFMT directly generates
65 - double precision floating point pseudorandom numbers which have the
66 - IEEE Standard for Binary Floating-Point Arithmetic (ANSI/IEEE Std
67 - 754-1985) format. dSFMT is only available on the CPUs which use IEEE
68 - 754 format double precision floating point numbers.
69 - </longdescription>
70 -</pkgmetadata>