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 5B762138335 for ; Sun, 1 Dec 2019 18:42:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4B5A5E0809; Sun, 1 Dec 2019 18:42:46 +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 32AC7E0809 for ; Sun, 1 Dec 2019 18:42:46 +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 BF4B134D63C for ; Sun, 1 Dec 2019 18:42:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 17A7A8C7 for ; Sun, 1 Dec 2019 18:42:43 +0000 (UTC) From: "Aaron Bauman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aaron Bauman" Message-ID: <1575225756.4b63ea4f3209fb1e40e46dcfa52e935321021a99.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/hashalot/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-crypt/hashalot/hashalot-0.3-r2.ebuild X-VCS-Directories: app-crypt/hashalot/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: 4b63ea4f3209fb1e40e46dcfa52e935321021a99 X-VCS-Branch: master Date: Sun, 1 Dec 2019 18:42:43 +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: 77430488-16e8-46bb-b0a9-16b299057386 X-Archives-Hash: 20d7a62726f2ad8754026885e555f8f0 commit: 4b63ea4f3209fb1e40e46dcfa52e935321021a99 Author: Aaron Bauman gentoo org> AuthorDate: Sun Dec 1 18:41:55 2019 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Sun Dec 1 18:42:36 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b63ea4f app-crypt/hashalot: fix HOMEPAGE and LICENSE Reported-by: Michael Mair-Keimberger gmail.com> Signed-off-by: Aaron Bauman gentoo.org> app-crypt/hashalot/hashalot-0.3-r2.ebuild | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/app-crypt/hashalot/hashalot-0.3-r2.ebuild b/app-crypt/hashalot/hashalot-0.3-r2.ebuild index 092b8284421..964b58f8e9c 100644 --- a/app-crypt/hashalot/hashalot-0.3-r2.ebuild +++ b/app-crypt/hashalot/hashalot-0.3-r2.ebuild @@ -3,10 +3,10 @@ EAPI=7 -DESCRIPTION="CryptoAPI utils" -HOMEPAGE="http://www.kerneli.org/" -SRC_URI="http://www.paranoiacs.org/~sluskyb/hacks/hashalot/${P}.tar.gz" +DESCRIPTION="Reads a passphrase and prints a hash" +HOMEPAGE="https://www.paranoiacs.org/~sluskyb/" +SRC_URI="https://www.paranoiacs.org/~sluskyb/hacks/hashalot/${P}.tar.gz" -LICENSE="GPL-2" +LICENSE="GPL-2+" SLOT="0" KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86"