summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZero_Chaos <zerochaos@gentoo.org>2016-10-03 12:04:38 -0400
committerZero_Chaos <zerochaos@gentoo.org>2016-10-03 12:11:03 -0400
commit7db11c11fc09969e2f635d12aab2f19937185e27 (patch)
tree8e61f17d1db45ab007ba3ffdb37ba4d3a4ed4892 /app-crypt/hashcat-gui
parentapp-crypt/hashcat-bin: remove in favor of app-crypt/hashcat (diff)
downloadgentoo-7db11c11fc09969e2f635d12aab2f19937185e27.tar.gz
gentoo-7db11c11fc09969e2f635d12aab2f19937185e27.tar.bz2
gentoo-7db11c11fc09969e2f635d12aab2f19937185e27.zip
app-crypt/hashcat-gui: not compatible with new unified hashcat
Package-Manager: portage-2.3.1
Diffstat (limited to 'app-crypt/hashcat-gui')
-rw-r--r--app-crypt/hashcat-gui/Manifest1
-rw-r--r--app-crypt/hashcat-gui/hashcat-gui-0.5.1.ebuild44
-rw-r--r--app-crypt/hashcat-gui/metadata.xml19
3 files changed, 0 insertions, 64 deletions
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 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person">
- <email>zerochaos@gentoo.org</email>
- <name>Rick Farina</name>
- </maintainer>
- <maintainer type="project">
- <email>crypto@gentoo.org</email>
- <name>Crypto</name>
- </maintainer>
- <use>
- <flag name="cuda">Install oclhashcat-{plus,lite}-bin to take advantage of hardware cuda support.</flag>
- <flag name="opencl">Install oclhashcat-{plus,lite}-bin to take advantage of hardware opencl support.</flag>
- </use>
- <upstream>
- <remote-id type="github">scandium/hashcat-gui</remote-id>
- </upstream>
-</pkgmetadata>