summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlon Bar-Lev <alonbl@gentoo.org>2019-02-24 00:06:32 +0200
committerAlon Bar-Lev <alonbl@gentoo.org>2019-02-24 00:21:28 +0200
commit0e2ad5c790ea4d5ad40cfb622bd20a148a8797c5 (patch)
tree2455533b348384b0a267fc2f730b6fe7a30ec86c /app-crypt/dieharder
parentmedia-fonts/opendesktop-fonts: fix fontconfig warnings (diff)
downloadgentoo-0e2ad5c790ea4d5ad40cfb622bd20a148a8797c5.tar.gz
gentoo-0e2ad5c790ea4d5ad40cfb622bd20a148a8797c5.tar.bz2
gentoo-0e2ad5c790ea4d5ad40cfb622bd20a148a8797c5.zip
app-crypt/dieharder: remove old
Signed-off-by: Alon Bar-Lev <alonbl@gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11
Diffstat (limited to 'app-crypt/dieharder')
-rw-r--r--app-crypt/dieharder/dieharder-3.31.1-r1.ebuild50
1 files changed, 0 insertions, 50 deletions
diff --git a/app-crypt/dieharder/dieharder-3.31.1-r1.ebuild b/app-crypt/dieharder/dieharder-3.31.1-r1.ebuild
deleted file mode 100644
index cf12a7824f6d..000000000000
--- a/app-crypt/dieharder/dieharder-3.31.1-r1.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="An advanced suite for testing the randomness of RNG's"
-HOMEPAGE="http://www.phy.duke.edu/~rgb/General/dieharder.php"
-SRC_URI="http://www.phy.duke.edu/~rgb/General/${PN}/${P}.tgz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
-IUSE="doc"
-
-RDEPEND="sci-libs/gsl"
-DEPEND="${RDEPEND}
- doc? ( dev-tex/latex2html )"
-
-DOCS=(
- NOTES
-)
-HTML_DOCS=()
-
-PATCHES=(
- "${FILESDIR}/${P}-build.patch"
-)
-
-pkg_setup() {
- use doc && DOCS+=(
- ChangeLog
- manual/dieharder.pdf manual/dieharder.ps
- )
- use doc && HTML_DOCS+=(
- dieharder.html
- )
-}
-
-src_compile() {
- emake -j1
- use doc && emake -C manual
-}
-
-src_install() {
- default
-
- docinto "dieharder"
- dodoc dieharder/README dieharder/NOTES
- docinto "libdieharder"
- dodoc libdieharder/README libdieharder/NOTES
-}