From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A38B7138331 for ; Mon, 3 Oct 2016 16:11:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 05A76E0B03; Mon, 3 Oct 2016 16:11:24 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id CA674E0B03 for ; Mon, 3 Oct 2016 16:11:23 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 57503340E95 for ; Mon, 3 Oct 2016 16:11:22 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5B6ED2497 for ; Mon, 3 Oct 2016 16:11:20 +0000 (UTC) From: "Richard Farina" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Richard Farina" Message-ID: <1475511063.7db11c11fc09969e2f635d12aab2f19937185e27.zerochaos@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/hashcat-gui/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-crypt/hashcat-gui/Manifest app-crypt/hashcat-gui/hashcat-gui-0.5.1.ebuild app-crypt/hashcat-gui/metadata.xml X-VCS-Directories: app-crypt/hashcat-gui/ X-VCS-Committer: zerochaos X-VCS-Committer-Name: Richard Farina X-VCS-Revision: 7db11c11fc09969e2f635d12aab2f19937185e27 X-VCS-Branch: master Date: Mon, 3 Oct 2016 16:11:20 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 9dab01a9-3df4-4831-97dd-976a41b763c0 X-Archives-Hash: a0567bfe01fa2db41c5eae831e8af011 commit: 7db11c11fc09969e2f635d12aab2f19937185e27 Author: Zero_Chaos gentoo org> AuthorDate: Mon Oct 3 16:04:38 2016 +0000 Commit: Richard Farina gentoo org> CommitDate: Mon Oct 3 16:11:03 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7db11c11 app-crypt/hashcat-gui: not compatible with new unified hashcat Package-Manager: portage-2.3.1 app-crypt/hashcat-gui/Manifest | 1 - app-crypt/hashcat-gui/hashcat-gui-0.5.1.ebuild | 44 -------------------------- app-crypt/hashcat-gui/metadata.xml | 19 ----------- 3 files changed, 64 deletions(-) diff --git a/app-crypt/hashcat-gui/Manifest b/app-crypt/hashcat-gui/Manifest deleted file mode 100644 index b4af893..00000000 --- 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 eb37090..00000000 --- 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 cab803d..00000000 --- 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 - -