From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id EF7C1138334 for ; Sat, 23 Feb 2019 22:22:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C28E6E0991; Sat, 23 Feb 2019 22:22:16 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 95BE5E0986 for ; Sat, 23 Feb 2019 22:22:16 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B9DC7335D9A for ; Sat, 23 Feb 2019 22:22:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 20E3B266 for ; Sat, 23 Feb 2019 22:22:13 +0000 (UTC) From: "Alon Bar-Lev" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alon Bar-Lev" Message-ID: <1550960488.0e2ad5c790ea4d5ad40cfb622bd20a148a8797c5.alonbl@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/dieharder/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-crypt/dieharder/dieharder-3.31.1-r1.ebuild X-VCS-Directories: app-crypt/dieharder/ X-VCS-Committer: alonbl X-VCS-Committer-Name: Alon Bar-Lev X-VCS-Revision: 0e2ad5c790ea4d5ad40cfb622bd20a148a8797c5 X-VCS-Branch: master Date: Sat, 23 Feb 2019 22:22:13 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 5fc6a472-2b0e-4369-b910-7a38746baed7 X-Archives-Hash: e6c0dc0fda025cbe72f041c01de92804 commit: 0e2ad5c790ea4d5ad40cfb622bd20a148a8797c5 Author: Alon Bar-Lev gentoo org> AuthorDate: Sat Feb 23 22:06:32 2019 +0000 Commit: Alon Bar-Lev gentoo org> CommitDate: Sat Feb 23 22:21:28 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e2ad5c7 app-crypt/dieharder: remove old Signed-off-by: Alon Bar-Lev gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11 app-crypt/dieharder/dieharder-3.31.1-r1.ebuild | 50 -------------------------- 1 file changed, 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 cf12a7824f6..00000000000 --- 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 -}