Gentoo Archives: gentoo-commits

From: Aaron Bauman <bman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/hashalot/
Date: Sun, 01 Dec 2019 18:42:47
Message-Id: 1575225756.4b63ea4f3209fb1e40e46dcfa52e935321021a99.bman@gentoo
1 commit: 4b63ea4f3209fb1e40e46dcfa52e935321021a99
2 Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
3 AuthorDate: Sun Dec 1 18:41:55 2019 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Sun Dec 1 18:42:36 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b63ea4f
7
8 app-crypt/hashalot: fix HOMEPAGE and LICENSE
9
10 Reported-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
11
12 Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
13
14 app-crypt/hashalot/hashalot-0.3-r2.ebuild | 8 ++++----
15 1 file changed, 4 insertions(+), 4 deletions(-)
16
17 diff --git a/app-crypt/hashalot/hashalot-0.3-r2.ebuild b/app-crypt/hashalot/hashalot-0.3-r2.ebuild
18 index 092b8284421..964b58f8e9c 100644
19 --- a/app-crypt/hashalot/hashalot-0.3-r2.ebuild
20 +++ b/app-crypt/hashalot/hashalot-0.3-r2.ebuild
21 @@ -3,10 +3,10 @@
22
23 EAPI=7
24
25 -DESCRIPTION="CryptoAPI utils"
26 -HOMEPAGE="http://www.kerneli.org/"
27 -SRC_URI="http://www.paranoiacs.org/~sluskyb/hacks/hashalot/${P}.tar.gz"
28 +DESCRIPTION="Reads a passphrase and prints a hash"
29 +HOMEPAGE="https://www.paranoiacs.org/~sluskyb/"
30 +SRC_URI="https://www.paranoiacs.org/~sluskyb/hacks/hashalot/${P}.tar.gz"
31
32 -LICENSE="GPL-2"
33 +LICENSE="GPL-2+"
34 SLOT="0"
35 KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86"