Gentoo Archives: gentoo-commits

From: Richard Farina <zerochaos@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/hashcat/
Date: Fri, 03 Aug 2018 20:30:19
Message-Id: 1533328186.4217adc76fec65f861c050bfee4751c390460c0b.zerochaos@gentoo
1 commit: 4217adc76fec65f861c050bfee4751c390460c0b
2 Author: Zero_Chaos <zerochaos <AT> gentoo <DOT> org>
3 AuthorDate: Fri Aug 3 20:29:27 2018 +0000
4 Commit: Richard Farina <zerochaos <AT> gentoo <DOT> org>
5 CommitDate: Fri Aug 3 20:29:46 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4217adc7
7
8 app-crypt/hashcat: bump
9
10 Package-Manager: Portage-2.3.44, Repoman-2.3.10
11
12 app-crypt/hashcat/Manifest | 2 +-
13 app-crypt/hashcat/hashcat-4.1.0.ebuild | 2 +-
14 app-crypt/hashcat/{hashcat-4.0.1.ebuild => hashcat-4.2.0.ebuild} | 9 +++++----
15 3 files changed, 7 insertions(+), 6 deletions(-)
16
17 diff --git a/app-crypt/hashcat/Manifest b/app-crypt/hashcat/Manifest
18 index 95f32dafdfb..edb9c46194c 100644
19 --- a/app-crypt/hashcat/Manifest
20 +++ b/app-crypt/hashcat/Manifest
21 @@ -1,2 +1,2 @@
22 -DIST hashcat-4.0.1.tar.gz 3905127 BLAKE2B 534270c7409f5a3dc4995a81fab63e6bfcd6b2bd4bb549f96b44e9c6bf24ce67505eb82803ace29fba69526c7c0703c66de9cc68cefcca79ef58040165041756 SHA512 7300b16ebd601fdbdbfd66adeba072c6f4f4dd5898dd85824513b97cc7848f4c2ae0fe523cfe7803fdba7954966ea289275fa5d49ff792706f73394e2bd95e77
23 DIST hashcat-4.1.0.tar.gz 3956136 BLAKE2B f9d6f9322e4c50ee1e156c283da1257a24f0e2cb22618cf93b8b11dd1964f6741f409429ee904412f70301e4b2381b388bcab0296a30ea3a94569efe7aaaeec6 SHA512 c9e01847c89dd8521da8734ea324c69f1e9bfef50c059e9dc29d4b947fe090405774a57ae688f907698c7d9a2d1f087b730e0a994dc5ed0d5d937a9ef950dd73
24 +DIST hashcat-4.2.0.tar.gz 3965021 BLAKE2B ad208f2debe1e4ece893e4a277b199962aa98aab57a2e78aef1d4177dcf7fc03bf262657dfe0f51c2ae845c8ed92232de7131f909d63bdc91e9f14e0b9602bb6 SHA512 686975db24737a718b484dd84b66807dfbe9694f1832da648b3c3b9fc8b859cd5c4c4d0aebf04ae862de38656d92c989e4e9515a07bec19b3779d74350beb0bd
25
26 diff --git a/app-crypt/hashcat/hashcat-4.1.0.ebuild b/app-crypt/hashcat/hashcat-4.1.0.ebuild
27 index cd473accdb5..3e73a946a9c 100644
28 --- a/app-crypt/hashcat/hashcat-4.1.0.ebuild
29 +++ b/app-crypt/hashcat/hashcat-4.1.0.ebuild
30 @@ -10,7 +10,7 @@ HOMEPAGE="https://github.com/hashcat/hashcat"
31 SRC_URI="https://github.com/hashcat/hashcat/archive/v${PV}.tar.gz -> ${P}.tar.gz"
32 LICENSE="MIT"
33 SLOT="0"
34 -KEYWORDS="~x86 ~amd64"
35 +KEYWORDS="~amd64 ~x86"
36
37 IUSE="custom-cflags video_cards_nvidia"
38 DEPEND="virtual/opencl"
39
40 diff --git a/app-crypt/hashcat/hashcat-4.0.1.ebuild b/app-crypt/hashcat/hashcat-4.2.0.ebuild
41 similarity index 87%
42 rename from app-crypt/hashcat/hashcat-4.0.1.ebuild
43 rename to app-crypt/hashcat/hashcat-4.2.0.ebuild
44 index d867ebec2e8..c9b418c2da7 100644
45 --- a/app-crypt/hashcat/hashcat-4.0.1.ebuild
46 +++ b/app-crypt/hashcat/hashcat-4.2.0.ebuild
47 @@ -1,4 +1,4 @@
48 -# Copyright 1999-2017 Gentoo Foundation
49 +# Copyright 1999-2018 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51
52 EAPI=6
53 @@ -10,10 +10,11 @@ HOMEPAGE="https://github.com/hashcat/hashcat"
54 SRC_URI="https://github.com/hashcat/hashcat/archive/v${PV}.tar.gz -> ${P}.tar.gz"
55 LICENSE="MIT"
56 SLOT="0"
57 -KEYWORDS="~x86 ~amd64"
58 +KEYWORDS="~amd64 ~x86"
59
60 -IUSE="custom-cflags video_cards_nvidia"
61 -DEPEND="virtual/opencl"
62 +IUSE="video_cards_nvidia"
63 +DEPEND="virtual/opencl
64 + video_cards_nvidia? ( >x11-drivers/nvidia-drivers-367.0 )"
65 RDEPEND="${DEPEND}"
66
67 src_prepare() {