Gentoo Archives: gentoo-commits

From: Rick Farina <zerochaos@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/johntheripper-jumbo/
Date: Sun, 02 Oct 2022 02:24:21
Message-Id: 1664677210.e4c073b5c5a565bd027e1b54318d84b26bd5bee7.zerochaos@gentoo
1 commit: e4c073b5c5a565bd027e1b54318d84b26bd5bee7
2 Author: Rick Farina <zerochaos <AT> gentoo <DOT> org>
3 AuthorDate: Sun Oct 2 02:20:10 2022 +0000
4 Commit: Rick Farina <zerochaos <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 2 02:20:10 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e4c073b5
7
8 app-crypt/johntheripper-jumbo: remove vestigial test
9
10 The actual tests are all commented out, and I'm leaving them in case I
11 have time to fix them later, but it doesn't make sense to have ewarns
12 about the tests that were already commented out.
13
14 Signed-off-by: Rick Farina <zerochaos <AT> gentoo.org>
15
16 .../johntheripper-jumbo-1.9.0_p20211129-r1.ebuild | 10 +++++-----
17 app-crypt/johntheripper-jumbo/johntheripper-jumbo-9999.ebuild | 10 +++++-----
18 2 files changed, 10 insertions(+), 10 deletions(-)
19
20 diff --git a/app-crypt/johntheripper-jumbo/johntheripper-jumbo-1.9.0_p20211129-r1.ebuild b/app-crypt/johntheripper-jumbo/johntheripper-jumbo-1.9.0_p20211129-r1.ebuild
21 index 9abb2540073e..37c73b4c41d9 100644
22 --- a/app-crypt/johntheripper-jumbo/johntheripper-jumbo-1.9.0_p20211129-r1.ebuild
23 +++ b/app-crypt/johntheripper-jumbo/johntheripper-jumbo-1.9.0_p20211129-r1.ebuild
24 @@ -94,8 +94,8 @@ src_compile() {
25 emake LD="$(tc-getCC)" -C src
26 }
27
28 -src_test() {
29 - pax-mark -mr run/john
30 +#src_test() {
31 +# pax-mark -mr run/john
32
33 #if use opencl; then
34 # GPU tests fail in portage, so run cpu only tests
35 @@ -107,9 +107,9 @@ src_test() {
36 #./run/john --test=1 --verbosity=2 || die
37 #fi
38
39 - ewarn "When built systemwide, john can't run tests without reading files in /etc."
40 - ewarn "Don't bother opening a bug for this unless you include a patch to fix it"
41 -}
42 +# ewarn "When built systemwide, john can't run tests without reading files in /etc."
43 +# ewarn "Don't bother opening a bug for this unless you include a patch to fix it"
44 +#}
45
46 src_install() {
47 # Executables
48
49 diff --git a/app-crypt/johntheripper-jumbo/johntheripper-jumbo-9999.ebuild b/app-crypt/johntheripper-jumbo/johntheripper-jumbo-9999.ebuild
50 index 5f3764905ef0..65429e87891e 100644
51 --- a/app-crypt/johntheripper-jumbo/johntheripper-jumbo-9999.ebuild
52 +++ b/app-crypt/johntheripper-jumbo/johntheripper-jumbo-9999.ebuild
53 @@ -90,8 +90,8 @@ src_compile() {
54 emake LD="$(tc-getCC)" -C src
55 }
56
57 -src_test() {
58 - pax-mark -mr run/john
59 +#src_test() {
60 +# pax-mark -mr run/john
61
62 #if use opencl; then
63 # GPU tests fail in portage, so run cpu only tests
64 @@ -103,9 +103,9 @@ src_test() {
65 #./run/john --test=1 --verbosity=2 || die
66 #fi
67
68 - ewarn "When built systemwide, john can't run tests without reading files in /etc."
69 - ewarn "Don't bother opening a bug for this unless you include a patch to fix it"
70 -}
71 +# ewarn "When built systemwide, john can't run tests without reading files in /etc."
72 +# ewarn "Don't bother opening a bug for this unless you include a patch to fix it"
73 +#}
74
75 src_install() {
76 # Executables