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 C82D51382C5 for ; Mon, 15 Feb 2021 12:39:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1F256E0884; Mon, 15 Feb 2021 12:39:12 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0645FE0884 for ; Mon, 15 Feb 2021 12:39:12 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 30DF2340EC3 for ; Mon, 15 Feb 2021 12:39:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B7AC94A4 for ; Mon, 15 Feb 2021 12:39:09 +0000 (UTC) From: "Marek Szuba" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Marek Szuba" Message-ID: <1613392432.076cf18fb81ef067de7988707a5f6ab2e54c58b2.marecki@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/rainbowcrack/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-crypt/rainbowcrack/Manifest app-crypt/rainbowcrack/rainbowcrack-1.7.ebuild X-VCS-Directories: app-crypt/rainbowcrack/ X-VCS-Committer: marecki X-VCS-Committer-Name: Marek Szuba X-VCS-Revision: 076cf18fb81ef067de7988707a5f6ab2e54c58b2 X-VCS-Branch: master Date: Mon, 15 Feb 2021 12:39:09 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 88b54de6-6705-4c15-891f-a5282ef741e0 X-Archives-Hash: 2923d0b1736e2017c0f2eb35de922c20 commit: 076cf18fb81ef067de7988707a5f6ab2e54c58b2 Author: Marek Szuba gentoo org> AuthorDate: Mon Feb 15 12:33:52 2021 +0000 Commit: Marek Szuba gentoo org> CommitDate: Mon Feb 15 12:33:52 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=076cf18f app-crypt/rainbowcrack: remove old Signed-off-by: Marek Szuba gentoo.org> app-crypt/rainbowcrack/Manifest | 1 - app-crypt/rainbowcrack/rainbowcrack-1.7.ebuild | 56 -------------------------- 2 files changed, 57 deletions(-) diff --git a/app-crypt/rainbowcrack/Manifest b/app-crypt/rainbowcrack/Manifest index 7877552ca0b..b8d66109ed6 100644 --- a/app-crypt/rainbowcrack/Manifest +++ b/app-crypt/rainbowcrack/Manifest @@ -1,2 +1 @@ -DIST rainbowcrack-1.7-linux64.zip 208726 BLAKE2B 842e0a3ee74a8576a5331cc86259178b382e82f465f3093e7d1fa1b44907c1c30a73f53c2f7f527e052bc6266ceffd350c42b9b80b1298072a02c0cbd25e660d SHA512 068fe9d31004e08c0fcbe5a11500bd6248eca2f204a8d99a7343824ebc1dd847a01eb459f28d77fdd84eae98b05169a69e10b8893b9b5dd027381965c19b7bdb DIST rainbowcrack-1.8-linux64.zip 220109 BLAKE2B 164894ccb07490756a0c9b297b1497d6305fade66b31fd712914261219dd957632cd285ab2e7ad7a683dd3c0a425eb1969676ea23136abf7d688fcde9e445e74 SHA512 84dbf3431605fb5dcc8e7cd305a43e9b239ebd6e5ef120edd951a3180c38498fe3a26157e3b55d114c6630f8ac1382a610d8e6230779c5b12cbc42c04e9aff57 diff --git a/app-crypt/rainbowcrack/rainbowcrack-1.7.ebuild b/app-crypt/rainbowcrack/rainbowcrack-1.7.ebuild deleted file mode 100644 index e3b1545b7ca..00000000000 --- a/app-crypt/rainbowcrack/rainbowcrack-1.7.ebuild +++ /dev/null @@ -1,56 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit eutils - -DESCRIPTION="Hash cracker that precomputes plaintext - ciphertext pairs in advance" -HOMEPAGE="https://project-rainbowcrack.com/" -SRC_URI="amd64? ( https://project-${PN}.com/${P}-linux64.zip )" - -LICENSE="all-rights-reserved" -SLOT="0" -KEYWORDS="-* amd64" -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 - rtmerge - 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 -}