From 563d8eb15572b547192a56758bdd1deb9a39daae Mon Sep 17 00:00:00 2001 From: "Rick Farina (Zero_Chaos)" Date: Tue, 24 Jan 2023 16:43:28 -0500 Subject: [PATCH] cryptohaze-combined: dead, unmaintained, unbuildable --- app-crypt/cryptohaze-combined/Manifest | 1 - .../cryptohaze-combined-1.31.ebuild | 53 ------------------- app-crypt/cryptohaze-combined/metadata.xml | 12 ----- 3 files changed, 66 deletions(-) delete mode 100644 app-crypt/cryptohaze-combined/Manifest delete mode 100644 app-crypt/cryptohaze-combined/cryptohaze-combined-1.31.ebuild delete mode 100644 app-crypt/cryptohaze-combined/metadata.xml diff --git a/app-crypt/cryptohaze-combined/Manifest b/app-crypt/cryptohaze-combined/Manifest deleted file mode 100644 index f2a5f99df..000000000 --- a/app-crypt/cryptohaze-combined/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST Cryptohaze-Src_1_31.tar.bz2 5536082 BLAKE2B b7d0be2299db20b4f4abac116d4e17c3d23b4d175fc13c1025ce21de47420f30a4c2ebba8289f8cea7e533a1f0b4577f6c27a52f9eaf0a3931167e74c2bee4cb SHA512 848333c81d953732f0cb73e6c917d3e16f6346e039924ddd49c7de728186a5d6960092ef1d5b78ecd66044c30ef10ff14202367f552f78eaf07392de9452d1eb diff --git a/app-crypt/cryptohaze-combined/cryptohaze-combined-1.31.ebuild b/app-crypt/cryptohaze-combined/cryptohaze-combined-1.31.ebuild deleted file mode 100644 index 1961d16ee..000000000 --- a/app-crypt/cryptohaze-combined/cryptohaze-combined-1.31.ebuild +++ /dev/null @@ -1,53 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -DESCRIPTION="GPU and OpenCL accelerated password auditing tools for security professionals" -HOMEPAGE="http://www.cryptohaze.com/" - -MY_PV="${PV/\./_}" -SRC_URI="mirror://sourceforge/cryptohaze/Cryptohaze-Src_${MY_PV}.tar.bz2" - -KEYWORDS="~amd64" -LICENSE="GPL-2" -SLOT="0" -IUSE="+grt +multiforcer" - -DEPEND=" - dev-libs/argtable - dev-libs/boost:= - dev-libs/protobuf - dev-util/nvidia-cuda-sdk[examples(+)] - net-misc/curl" - -RDEPEND="${DEPEND}" - -S="${WORKDIR}/Cryptohaze-Combined" - -src_compile() { - use grt && emake -j1 \ - CUDA_INSTALL_PATH=/opt/cuda \ - CUDA_SDK_INSTALL_PATH=/opt/cuda/sdk grt - - use multiforcer && emake -j1 \ - CUDA_INSTALL_PATH=/opt/cuda \ - CUDA_SDK_INSTALL_PATH=/opt/cuda/sdk multiforcer -} - -src_install() { - dodir /opt/${PN} - cp -R "${S}"/binaries/* "${ED}"/opt/${PN} - dodir /usr/bin - for i in $(ls -1 /opt/${PN}) - do - if [ "${i}" != "kernels" ] - then - echo '#! /bin/sh' > "${ED}"/usr/bin/${i} - echo "cd /opt/${PN}" >> "${ED}"/usr/bin/${i} - echo 'echo "Warning: running from $(pwd) so be careful of relative paths."' >> "${ED}"/usr/bin/${i} - echo "./${i} $@" >> "${ED}"/usr/bin/${i} - fperms +x /usr/bin/${i} - fi - done -} diff --git a/app-crypt/cryptohaze-combined/metadata.xml b/app-crypt/cryptohaze-combined/metadata.xml deleted file mode 100644 index 2b3acd257..000000000 --- a/app-crypt/cryptohaze-combined/metadata.xml +++ /dev/null @@ -1,12 +0,0 @@ - - - - - unknown@pentoo.ch - Author Unknown - - - Build GRT utilities - Enable multiforcer build stuff - -