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 415C7139694 for ; Sat, 25 Mar 2017 21:47:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2701F21C1E9; Sat, 25 Mar 2017 21:46:55 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 06B0121C1E9 for ; Sat, 25 Mar 2017 21:46:54 +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 1F1C8341694 for ; Sat, 25 Mar 2017 21:46:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3C2EF73ED for ; Sat, 25 Mar 2017 21:46:50 +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: <1490478398.f5970e9eb8b884696c01fcf7c350dfa596a62b9b.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: f5970e9eb8b884696c01fcf7c350dfa596a62b9b X-VCS-Branch: master Date: Sat, 25 Mar 2017 21:46:50 +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-Archives-Salt: c95e87bb-d35f-4af2-a12f-aafdb426afe7 X-Archives-Hash: 0381469b881b823def4ed85bdfa63ea5 commit: f5970e9eb8b884696c01fcf7c350dfa596a62b9b Author: Alon Bar-Lev gentoo org> AuthorDate: Sat Mar 25 21:38:32 2017 +0000 Commit: Alon Bar-Lev gentoo org> CommitDate: Sat Mar 25 21:46:38 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f5970e9e app-crypt/dieharder: remove eutils Package-Manager: Portage-2.3.3, Repoman-2.3.1 app-crypt/dieharder/dieharder-3.31.1-r1.ebuild | 2 -- 1 file changed, 2 deletions(-) diff --git a/app-crypt/dieharder/dieharder-3.31.1-r1.ebuild b/app-crypt/dieharder/dieharder-3.31.1-r1.ebuild index 9ec1ce881eb..fac6cb84629 100644 --- a/app-crypt/dieharder/dieharder-3.31.1-r1.ebuild +++ b/app-crypt/dieharder/dieharder-3.31.1-r1.ebuild @@ -3,8 +3,6 @@ EAPI=6 -inherit eutils - 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"