Gentoo Archives: gentoo-commits

From: Aisha Tammy <gentoo@×××××.cc>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: sci-mathematics/dsfmt/
Date: Wed, 30 Dec 2020 23:02:48
Message-Id: 1609369356.a9f9136da872e2c221b18657ae3d13d288f8fe7d.epsilon-0@gentoo
1 commit: a9f9136da872e2c221b18657ae3d13d288f8fe7d
2 Author: Aisha Tammy <gentoo <AT> aisha <DOT> cc>
3 AuthorDate: Wed Dec 30 23:01:34 2020 +0000
4 Commit: Aisha Tammy <gentoo <AT> aisha <DOT> cc>
5 CommitDate: Wed Dec 30 23:02:36 2020 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=a9f9136d
7
8 sci-mathematics/dsfmt: drop old version
9
10 Package-Manager: Portage-3.0.12, Repoman-3.0.2
11 Signed-off-by: Aisha Tammy <gentoo <AT> aisha.cc>
12
13 sci-mathematics/dsfmt/dsfmt-2.2.ebuild | 26 --------------------------
14 1 file changed, 26 deletions(-)
15
16 diff --git a/sci-mathematics/dsfmt/dsfmt-2.2.ebuild b/sci-mathematics/dsfmt/dsfmt-2.2.ebuild
17 deleted file mode 100644
18 index 173384bac..000000000
19 --- a/sci-mathematics/dsfmt/dsfmt-2.2.ebuild
20 +++ /dev/null
21 @@ -1,26 +0,0 @@
22 -# Copyright 1999-2014 Gentoo Foundation
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI=5
26 -
27 -MYP=dSFMT-src-${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="${HOMEPAGE}/${MYP}.tar.gz"
32 -
33 -LICENSE="BSD"
34 -SLOT="0"
35 -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
36 -IUSE=""
37 -
38 -S="${WORKDIR}/${MYP}"
39 -
40 -src_test() {
41 - emake std-check
42 -}
43 -
44 -src_install() {
45 - doheader dSFMT.c d*.h
46 - dodoc README*txt CHANGE*
47 -}