Gentoo Archives: gentoo-commits

From: Alon Bar-Lev <alonbl@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/dieharder/
Date: Sat, 23 Feb 2019 22:22:19
Message-Id: 1550960488.0e2ad5c790ea4d5ad40cfb622bd20a148a8797c5.alonbl@gentoo
1 commit: 0e2ad5c790ea4d5ad40cfb622bd20a148a8797c5
2 Author: Alon Bar-Lev <alonbl <AT> gentoo <DOT> org>
3 AuthorDate: Sat Feb 23 22:06:32 2019 +0000
4 Commit: Alon Bar-Lev <alonbl <AT> gentoo <DOT> org>
5 CommitDate: Sat Feb 23 22:21:28 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e2ad5c7
7
8 app-crypt/dieharder: remove old
9
10 Signed-off-by: Alon Bar-Lev <alonbl <AT> gentoo.org>
11 Package-Manager: Portage-2.3.51, Repoman-2.3.11
12
13 app-crypt/dieharder/dieharder-3.31.1-r1.ebuild | 50 --------------------------
14 1 file changed, 50 deletions(-)
15
16 diff --git a/app-crypt/dieharder/dieharder-3.31.1-r1.ebuild b/app-crypt/dieharder/dieharder-3.31.1-r1.ebuild
17 deleted file mode 100644
18 index cf12a7824f6..00000000000
19 --- a/app-crypt/dieharder/dieharder-3.31.1-r1.ebuild
20 +++ /dev/null
21 @@ -1,50 +0,0 @@
22 -# Copyright 1999-2018 Gentoo Foundation
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI=7
26 -
27 -DESCRIPTION="An advanced suite for testing the randomness of RNG's"
28 -HOMEPAGE="http://www.phy.duke.edu/~rgb/General/dieharder.php"
29 -SRC_URI="http://www.phy.duke.edu/~rgb/General/${PN}/${P}.tgz"
30 -
31 -LICENSE="GPL-2"
32 -SLOT="0"
33 -KEYWORDS="~alpha ~amd64 ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
34 -IUSE="doc"
35 -
36 -RDEPEND="sci-libs/gsl"
37 -DEPEND="${RDEPEND}
38 - doc? ( dev-tex/latex2html )"
39 -
40 -DOCS=(
41 - NOTES
42 -)
43 -HTML_DOCS=()
44 -
45 -PATCHES=(
46 - "${FILESDIR}/${P}-build.patch"
47 -)
48 -
49 -pkg_setup() {
50 - use doc && DOCS+=(
51 - ChangeLog
52 - manual/dieharder.pdf manual/dieharder.ps
53 - )
54 - use doc && HTML_DOCS+=(
55 - dieharder.html
56 - )
57 -}
58 -
59 -src_compile() {
60 - emake -j1
61 - use doc && emake -C manual
62 -}
63 -
64 -src_install() {
65 - default
66 -
67 - docinto "dieharder"
68 - dodoc dieharder/README dieharder/NOTES
69 - docinto "libdieharder"
70 - dodoc libdieharder/README libdieharder/NOTES
71 -}