commit: c733974b6d417b64cff82035efbb19af2b690978
Author: Matthias Maier <tamiko <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 8 02:35:15 2021 +0000
Commit: Matthias Maier <tamiko <AT> gentoo <DOT> org>
CommitDate: Thu Apr 8 02:36:08 2021 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=c733974b
sci-mathematics/dsfmt: remove package - moved to ::gentoo
Signed-off-by: Matthias Maier <tamiko <AT> gentoo.org>
sci-mathematics/dsfmt/dsfmt-2.2.4.ebuild | 25 -------------------------
sci-mathematics/dsfmt/metadata.xml | 17 -----------------
2 files changed, 42 deletions(-)
diff --git a/sci-mathematics/dsfmt/dsfmt-2.2.4.ebuild
b/sci-mathematics/dsfmt/dsfmt-2.2.4.ebuild
deleted file mode 100644
index 54beb7c33..000000000
--- a/sci-mathematics/dsfmt/dsfmt-2.2.4.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-MYP=dSFMT-${PV}
-
-DESCRIPTION="Double precision SIMD-oriented Fast Mersenne Twister library"
-HOMEPAGE="http://www.math.sci.hiroshima-u.ac.jp/~m-mat/MT/SFMT"
-SRC_URI="https://github.com/MersenneTwister-Lab/dSFMT/archive/v${PV}.tar.gz ->
${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-
-S="${WORKDIR}/${MYP}"
-
-src_test() {
- emake std-check
-}
-
-src_install() {
- doheader dSFMT.c d*.h
- dodoc README*txt CHANGE*
-}
diff --git a/sci-mathematics/dsfmt/metadata.xml
b/sci-mathematics/dsfmt/metadata.xml
deleted file mode 100644
index 736cfc4dc..000000000
--- a/sci-mathematics/dsfmt/metadata.xml
+++ /dev/null
@@ -1,17 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>[email protected]</email>
- <name>Gentoo Mathematics Project</name>
- </maintainer>
- <longdescription lang="en">
- 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
- double precision floating point pseudorandom numbers which have
the
- IEEE Standard for Binary Floating-Point Arithmetic (ANSI/IEEE
Std
- 754-1985) format. dSFMT is only available on the CPUs which use
IEEE
- 754 format double precision floating point numbers.
- </longdescription>
-</pkgmetadata>