From: Zero_Chaos Date: Mon, 3 Oct 2016 16:04:38 +0000 (-0400) Subject: app-crypt/hashcat-gui: not compatible with new unified hashcat X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=7db11c11fc09969e2f635d12aab2f19937185e27;p=gentoo.git app-crypt/hashcat-gui: not compatible with new unified hashcat Package-Manager: portage-2.3.1 --- diff --git a/app-crypt/hashcat-gui/Manifest b/app-crypt/hashcat-gui/Manifest deleted file mode 100644 index b4af8931cac5..000000000000 --- a/app-crypt/hashcat-gui/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST hashcat-gui-0.5.1.zip 130106 SHA256 d8294724ce6ea5980ba98f43e44be6dd706c0bffc56128d2cd0db3c71aedd0d3 SHA512 c9162aa812c31713e3b7cf844d1d80c894db551b0e92483da0f02bc0f1a0a85e9ca17396f756caf0da1a1bf1bda1c77d97bdcc6758b6348567f1b39c4eb2f688 WHIRLPOOL 021369adcebc7bbcb99a9b3411ff046d14a62878ad83fe97aa1e3b1c49bf37c98645bc65206901a6af0de0efcebe350e988552b97bc4cd4c515d1b625a65496f diff --git a/app-crypt/hashcat-gui/hashcat-gui-0.5.1.ebuild b/app-crypt/hashcat-gui/hashcat-gui-0.5.1.ebuild deleted file mode 100644 index eb3709065450..000000000000 --- a/app-crypt/hashcat-gui/hashcat-gui-0.5.1.ebuild +++ /dev/null @@ -1,44 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=4 - -inherit qt4-r2 - -DESCRIPTION="A gui for the *hashcat* suite of tools" -HOMEPAGE="https://github.com/scandium/hashcat-gui" - -SRC_URI="mirror://github/scandium/hashcat-gui/zipball/b6b01be723742ad89ba31fdb2c30b35306318f8b -> ${P}.zip" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -IUSE="cuda opencl" - -RDEPEND="app-crypt/hashcat-bin - cuda? ( app-crypt/oclhashcat-plus-bin - app-crypt/oclhashcat-lite-bin ) - opencl? ( app-crypt/oclhashcat-plus-bin - app-crypt/oclhashcat-lite-bin ) - dev-qt/qtgui:4 - dev-qt/qtcore:4" - -DEPEND="dev-qt/qtgui:4 - dev-qt/qtcore:4 - app-arch/unzip" - -S="${WORKDIR}"/scandium-hashcat-gui-b6b01be/src - -src_prepare() { - sed -i 's#./hashcat#/opt/hashcat-bin#g' mainwindow.cpp || die - sed -i 's#./oclHashcat-plus#/opt/oclhashcat-plus-bin#g' mainwindow.cpp || die - sed -i 's#./oclHashcat-lite#/opt/oclhashcat-lite-bin#g' mainwindow.cpp || die -} - -src_install() { - dobin hashcat-gui - cd "${WORKDIR}"/scandium-hashcat-gui-b6b01be || die - dodoc ChangeLog FAQ INSTALL README TODO -} diff --git a/app-crypt/hashcat-gui/metadata.xml b/app-crypt/hashcat-gui/metadata.xml deleted file mode 100644 index cab803d79fea..000000000000 --- a/app-crypt/hashcat-gui/metadata.xml +++ /dev/null @@ -1,19 +0,0 @@ - - - - - zerochaos@gentoo.org - Rick Farina - - - crypto@gentoo.org - Crypto - - - Install oclhashcat-{plus,lite}-bin to take advantage of hardware cuda support. - Install oclhashcat-{plus,lite}-bin to take advantage of hardware opencl support. - - - scandium/hashcat-gui - -