aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAisha Tammy <gentoo@aisha.cc>2020-12-30 23:01:34 +0000
committerAisha Tammy <gentoo@aisha.cc>2020-12-30 23:02:36 +0000
commita9f9136da872e2c221b18657ae3d13d288f8fe7d (patch)
treefaf33aa543c1ddb1d9e04b9e2cd783e63882113c /sci-mathematics/dsfmt
parentsci-mathematics/dsfmt: remove empty IUSE (diff)
downloadsci-a9f9136da872e2c221b18657ae3d13d288f8fe7d.tar.gz
sci-a9f9136da872e2c221b18657ae3d13d288f8fe7d.tar.bz2
sci-a9f9136da872e2c221b18657ae3d13d288f8fe7d.zip
sci-mathematics/dsfmt: drop old version
Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Aisha Tammy <gentoo@aisha.cc>
Diffstat (limited to 'sci-mathematics/dsfmt')
-rw-r--r--sci-mathematics/dsfmt/Manifest1
-rw-r--r--sci-mathematics/dsfmt/dsfmt-2.2.ebuild26
2 files changed, 0 insertions, 27 deletions
diff --git a/sci-mathematics/dsfmt/Manifest b/sci-mathematics/dsfmt/Manifest
index c9aa8d050..a3eb8fdb3 100644
--- a/sci-mathematics/dsfmt/Manifest
+++ b/sci-mathematics/dsfmt/Manifest
@@ -1,2 +1 @@
-DIST dSFMT-src-2.2.tar.gz 291253 BLAKE2B 0b9762094450fb8d21a8786531df0a91a9750bddec9882e4d68607def42caaf5cf37a6f9ec41f84794e971bb60e708568f6b152610bafa72d757cb43d4512abb SHA512 e59d54166dc2df9f6e6abd68658c3624082feabe445215256fead47a8944c41578d11c2b4ba57eac174587a45e445b2aabd867db24fd9e951842513cf914f60b
DIST dsfmt-2.2.4.tar.gz 4984255 BLAKE2B 6119445d93cb45faab28dfb52a18c07cd5703b243b3cddde35fff7a5e948fa8788dfe8428ae8e0a52604f91ac07fe7b3bb0f6c438ef93b5257b42baee9dfdec5 SHA512 fe84e986cbf198172340adfac0436b08f087643eca3f1ceccacde146cbfd8c41e3eb0dfbb062f7ca5f462db13c386abd7c269bc0cbefc9a0ecf97a8a8870a2e4
diff --git a/sci-mathematics/dsfmt/dsfmt-2.2.ebuild b/sci-mathematics/dsfmt/dsfmt-2.2.ebuild
deleted file mode 100644
index 173384bac..000000000
--- a/sci-mathematics/dsfmt/dsfmt-2.2.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-MYP=dSFMT-src-${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="${HOMEPAGE}/${MYP}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE=""
-
-S="${WORKDIR}/${MYP}"
-
-src_test() {
- emake std-check
-}
-
-src_install() {
- doheader dSFMT.c d*.h
- dodoc README*txt CHANGE*
-}