Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 686496
Collapse All | Expand All

(-)a/app-crypt/hashalot/hashalot-0.3-r2.ebuild (-4 / +4 lines)
Lines 1-13 Link Here
1
# Copyright 1999-2018 Gentoo Foundation
1
# Copyright 1999-2019 Gentoo Authors
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
3
4
EAPI=0
4
EAPI=0
5
5
6
DESCRIPTION="CryptoAPI utils"
6
DESCRIPTION="Reads a passphrase and prints a hash"
7
HOMEPAGE="http://www.kerneli.org/"
7
HOMEPAGE="http://www.paranoiacs.org/~sluskyb/"
8
SRC_URI="http://www.paranoiacs.org/~sluskyb/hacks/hashalot/${P}.tar.gz"
8
SRC_URI="http://www.paranoiacs.org/~sluskyb/hacks/hashalot/${P}.tar.gz"
9
9
10
LICENSE="GPL-2"
10
LICENSE="GPL-2+"
11
SLOT="0"
11
SLOT="0"
12
KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86"
12
KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86"
13
IUSE=""
13
IUSE=""
(-)a/app-crypt/hashalot/hashalot-0.3-r3.ebuild (+16 lines)
Line 0 Link Here
1
# Copyright 1999-2019 Gentoo Authors
2
# Distributed under the terms of the GNU General Public License v2
3
4
EAPI=7
5
6
DESCRIPTION="Reads a passphrase and prints a hash"
7
HOMEPAGE="http://www.paranoiacs.org/~sluskyb/"
8
SRC_URI="http://www.paranoiacs.org/~sluskyb/hacks/hashalot/${P}.tar.gz"
9
10
LICENSE="GPL-2+"
11
SLOT="0"
12
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
13
14
src_test() {
15
	make check-TESTS || die
16
}

Return to bug 686496