summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZero_Chaos <zerochaos@gentoo.org>2017-01-18 12:59:09 -0500
committerZero_Chaos <zerochaos@gentoo.org>2017-01-18 12:59:28 -0500
commitbf17d199cd0b37c7caf93d5165e6861db26d3aa5 (patch)
treee8836ed0640ad3fdd1e257739346073a7bba3ba4 /app-crypt/hashcat
parentx11-misc/spnavcfg: 0.3 (bug #606430) (diff)
downloadgentoo-bf17d199cd0b37c7caf93d5165e6861db26d3aa5.tar.gz
gentoo-bf17d199cd0b37c7caf93d5165e6861db26d3aa5.tar.bz2
gentoo-bf17d199cd0b37c7caf93d5165e6861db26d3aa5.zip
app-crypt/hashcat: bumpity bump bump
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'app-crypt/hashcat')
-rw-r--r--app-crypt/hashcat/Manifest2
-rw-r--r--app-crypt/hashcat/hashcat-3.30.ebuild (renamed from app-crypt/hashcat/hashcat-3.10-r1.ebuild)12
2 files changed, 8 insertions, 6 deletions
diff --git a/app-crypt/hashcat/Manifest b/app-crypt/hashcat/Manifest
index 340f885e11d2..3a6c9ef6833e 100644
--- a/app-crypt/hashcat/Manifest
+++ b/app-crypt/hashcat/Manifest
@@ -1 +1 @@
-DIST hashcat-3.10.tar.gz 4077692 SHA256 3b555e5f7b35ab6a4558bc460f28d80b32f5a211bf9e08d6a1ba1bad5203e3e9 SHA512 2adf16513118b91085fe587c53b15f142abb7673f659b2721dcba8aacdac6f024b65e7b50b916f86c161c21e98eb4758f187d25ad1ca4c66cdb67a259b07ae04 WHIRLPOOL 64ea5b3491094b2578264675025d6438e9981d69b77376bffb2b02cdf4c1e2899a2f6585295d288197e84710a3802c105d17e392795aaa5a00a09c2eeaa4a50d
+DIST hashcat-3.30.tar.gz 3970267 SHA256 d255147cbbf6b3cacea81b818ee228170969b61487dd7d49b339fc94dfe53e8e SHA512 8f160a5ec4bd9add83cfc468e9335dcfc9297585180c67263fce18235a8b748f75205fa5bd5ddd1c34efc65569d94408ba98c6181a2b1ab760f33371f92c3c54 WHIRLPOOL c9396118d4223175f7bb19f095a590b66ba8cdbb9970a1e84b406b7423a6a0b3009491dd6c8b7394d38eee1f796fe290ac88b839e30d6166077ae54fbedc528b
diff --git a/app-crypt/hashcat/hashcat-3.10-r1.ebuild b/app-crypt/hashcat/hashcat-3.30.ebuild
index 06fd778ac60e..a7dc12ea3120 100644
--- a/app-crypt/hashcat/hashcat-3.10-r1.ebuild
+++ b/app-crypt/hashcat/hashcat-3.30.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
-EAPI=5
+EAPI=6
-inherit eutils pax-utils
+inherit eutils pax-utils multilib
DESCRIPTION="World's fastest and most advanced password recovery utility"
HOMEPAGE="https://github.com/hashcat/hashcat"
@@ -13,16 +13,18 @@ LICENSE="MIT"
SLOT="0"
KEYWORDS="~x86 ~amd64"
-IUSE="video_cards_nvidia video_cards_fglrx"
+IUSE="custom-cflags video_cards_nvidia video_cards_fglrx"
DEPEND="virtual/opencl"
RDEPEND="${DEPEND}"
src_prepare() {
#do not strip
- sed -i "/CFLAGS_NATIVE += -s/d" src/Makefile || die
+ sed -i "/LFLAGS += -s/d" src/Makefile
#do not add random CFLAGS
sed -i "s/-O2//" src/Makefile || die
export PREFIX=/usr
+ export LIBRARY_FOLDER="/usr/$(get_libdir)"
+ eapply_user
}
src_compile() {