From d87262dd706fec50cd150aab3e93883b6337466d Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 14 Jul 2018 20:56:41 +0100 Subject: gentoo resync : 14.07.2018 --- app-crypt/rainbowcrack/Manifest | 4 -- app-crypt/rainbowcrack/metadata.xml | 17 -------- app-crypt/rainbowcrack/rainbowcrack-1.6.1.ebuild | 50 ------------------------ 3 files changed, 71 deletions(-) delete mode 100644 app-crypt/rainbowcrack/Manifest delete mode 100644 app-crypt/rainbowcrack/metadata.xml delete mode 100644 app-crypt/rainbowcrack/rainbowcrack-1.6.1.ebuild (limited to 'app-crypt/rainbowcrack') diff --git a/app-crypt/rainbowcrack/Manifest b/app-crypt/rainbowcrack/Manifest deleted file mode 100644 index 28e8a7253c27..000000000000 --- a/app-crypt/rainbowcrack/Manifest +++ /dev/null @@ -1,4 +0,0 @@ -DIST rainbowcrack-1.6.1-linux32.zip 138833 BLAKE2B 1c4143aa4dcbe644c4d6f436d6624cd9b4b714c2efd95387fe3657251d05c214f2126a7f6f396ddd83eeb8ea83fdf8e758513609b082abee308d94aea5bfbf82 SHA512 0fc163c4a8a875149b479d74fbabbfbb5247b9e621e5362a27a8fb6d5dd64263ce89213b5f5a578ce09018cb2c93f2af51eae954e19fd448c490bcd0524612dd -DIST rainbowcrack-1.6.1-linux64.zip 134268 BLAKE2B 3c3e8d1a385a3c973839d19a19ce8f16a12540ba2d461197e8363b2feb3380d931728761b3404de9e80b5c6a9df9e51d5463476088cffdc1fbccd5888bb85231 SHA512 6fd5a0356b76ed5e8062888aeb26755588d11aa5dab7fbb54ea92dbeac02e606b082e00b93a44203c158ee620d61c0f9051ecf62b60d8a83c4fca852af22144d -EBUILD rainbowcrack-1.6.1.ebuild 992 BLAKE2B f5c23426159660edf2dfb0b49e7f7236edf2d21734e11fdbf9d1d1f76362279ef2f87515c4e0dbdf6e9ae50a42a7083bc41a34c172739b93fba148823511e414 SHA512 0844ee7770d748e82d8addae6fa0129f4f56c0ca9d815f442c91db4299161246d284682c966b756c781558a6ce3f29a32c400365021a362c62daf54a066ee08c -MISC metadata.xml 982 BLAKE2B fbc05af924e12a9682024c9e24cb1c35f84874ad36b11c705a5810cab63f83e3c2abd89e828f231fb82fcf7e672ebaa9511b80fe749274d2b5e4e2ee1add26b8 SHA512 c76947d085f4c322baa8f15112f2e7a64887a025c5871f95f934f52778d0d714061fddbd2a8ed66b31e5cde92045cba77817c708533ba83fab89c9e46d6c8a0c diff --git a/app-crypt/rainbowcrack/metadata.xml b/app-crypt/rainbowcrack/metadata.xml deleted file mode 100644 index dba1a3e1b1d7..000000000000 --- a/app-crypt/rainbowcrack/metadata.xml +++ /dev/null @@ -1,17 +0,0 @@ - - - - - crypto@gentoo.org - Crypto - - - RainbowCrack is a general propose implementation of Philippe Oechslin's faster time-memory trade-off technique. - In short, the RainbowCrack tool is a password cracker. A traditional brute force cracker try all possible - plaintexts one by one in cracking time. It is time consuming to break complex password in this way. The idea of - time-memory trade-off is to do all cracking time computation in advance and store the result in files so called - "rainbow table". It does take a long time to precompute the tables. But once the one time precomputation is - finished, a time-memory trade-off cracker can be hundreds of times faster than a brute force cracker, with the - help of precomputed tables. - - diff --git a/app-crypt/rainbowcrack/rainbowcrack-1.6.1.ebuild b/app-crypt/rainbowcrack/rainbowcrack-1.6.1.ebuild deleted file mode 100644 index 214401f6c347..000000000000 --- a/app-crypt/rainbowcrack/rainbowcrack-1.6.1.ebuild +++ /dev/null @@ -1,50 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit eutils - -DESCRIPTION="Hash cracker that precomputes plaintext - ciphertext pairs in advance" -HOMEPAGE="http://project-rainbowcrack.com/" -SRC_URI="amd64? ( http://project-${PN}.com/${P}-linux64.zip ) - x86? ( http://project-${PN}.com/${P}-linux32.zip )" - -LICENSE="all-rights-reserved" -SLOT="0" -KEYWORDS="~amd64 ~x86 -*" -IUSE="" - -RESTRICT="bindist mirror" #444426 - -RAINBOW_DESTDIR="opt/${PN}" - -QA_FLAGS_IGNORED="${RAINBOW_DESTDIR}/.*" -QA_PRESTRIPPED="${RAINBOW_DESTDIR}/.*" - -DEPEND="app-arch/unzip" - -DOCS=( - readme.txt -) - -src_unpack() { - default - mv ${P}-linux* "${S}" -} - -src_install() { - einstalldocs - - local bin bins="rcrack rt2rtc rtc2rt rtgen rtsort" - - exeinto "/${RAINBOW_DESTDIR}" - doexe alglib0.so ${bins} - - for bin in ${bins}; do - make_wrapper ${bin} ./${bin} "/${RAINBOW_DESTDIR}" "/${RAINBOW_DESTDIR}" - done - - insinto "/${RAINBOW_DESTDIR}" - doins charset.txt -} -- cgit v1.2.3