public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Alon Bar-Lev" <alonbl@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/rainbowcrack/
Date: Sun, 12 Jun 2016 13:41:16 +0000 (UTC)	[thread overview]
Message-ID: <1465701725.3d21d42b0a7e4000ce9be4ee96cc49cf7ef553ea.alonbl@gentoo> (raw)

commit:     3d21d42b0a7e4000ce9be4ee96cc49cf7ef553ea
Author:     Alon Bar-Lev <alonbl <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 12 03:17:16 2016 +0000
Commit:     Alon Bar-Lev <alonbl <AT> gentoo <DOT> org>
CommitDate: Sun Jun 12 03:22:05 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d21d42b

app-crypt/rainbowcrack: cleanup

Package-Manager: portage-2.2.28

 app-crypt/rainbowcrack/Manifest                |  2 --
 app-crypt/rainbowcrack/rainbowcrack-1.5.ebuild | 46 --------------------------
 2 files changed, 48 deletions(-)

diff --git a/app-crypt/rainbowcrack/Manifest b/app-crypt/rainbowcrack/Manifest
index ceb780f..eed14b9 100644
--- a/app-crypt/rainbowcrack/Manifest
+++ b/app-crypt/rainbowcrack/Manifest
@@ -1,4 +1,2 @@
-DIST rainbowcrack-1.5-linux32.zip 120118 SHA256 b1485f9131ee3a03006e269f674135a0a09cf4cb5465ab856565ce55a726ed55 SHA512 2c8663c7f6f2bc2ea6fbcb75710505705a290159cb6f8e58efc112eb5329c0be873e61636819ba7f8becf30b2dda2779aa3f2acd14e6c904962472c7833e7c6f WHIRLPOOL c8966033e255cef9ff4f84048c79c833f1791bfc54f784e936afc944ac4cef563b9ed3ab8f7e4911d83ede770422d5e5f99590d0824df790366c4e563664d635
-DIST rainbowcrack-1.5-linux64.zip 118000 SHA256 ebeaa84f01fd69e67670af47472f98e5d1c8b6b70f9590009b13956e859c4b5e SHA512 dd41ce2dd5a8209b445f0ee578892ab1236f7cc7a1a4404ab0e6c7eed0cc20168e039a063b08350d2ae42a25a9b6f7dd57c12fad7d480c302e28035f2582289e WHIRLPOOL 28259a3ef78d9d26b3cb0abcccf9d6efc05b999c38abcf5690b1b0fb9edf019a8c94d6f3ad6afe8c385fb92def3348bae214ecd57e0b70ef52edbc4138aef177
 DIST rainbowcrack-1.6.1-linux32.zip 138833 SHA256 82783f99a551209f869737369e5067a4e7a01681cec5822d3f7896cea11cb41f SHA512 0fc163c4a8a875149b479d74fbabbfbb5247b9e621e5362a27a8fb6d5dd64263ce89213b5f5a578ce09018cb2c93f2af51eae954e19fd448c490bcd0524612dd WHIRLPOOL d892cbe140f7d9fb8d9957d0f92748b6c8d7df75a8204396f17adc32922bd4bdcbf075444fefde27cac8e34a8ec5e55a1afe942fd3925032d1289bb63d5d2723
 DIST rainbowcrack-1.6.1-linux64.zip 134268 SHA256 df55af9e48cc72bf4214546a6645ce79c850ee3c149161cfe2141de4edc56cd3 SHA512 6fd5a0356b76ed5e8062888aeb26755588d11aa5dab7fbb54ea92dbeac02e606b082e00b93a44203c158ee620d61c0f9051ecf62b60d8a83c4fca852af22144d WHIRLPOOL 4dd3bd42ab438f01fd92bf2e7b6f81d48e97ec13c1c2e4066838f94312d6f57aec94b2961eceaeda399a71519dcfa7c3984562f3efb3dfcad99a79d560814939

diff --git a/app-crypt/rainbowcrack/rainbowcrack-1.5.ebuild b/app-crypt/rainbowcrack/rainbowcrack-1.5.ebuild
deleted file mode 100644
index 6bde29f..0000000
--- a/app-crypt/rainbowcrack/rainbowcrack-1.5.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-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"
-
-src_unpack() {
-	unpack ${A}
-	mv ${P}-linux* "${S}"
-}
-
-src_install() {
-	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
-
-	dodoc readme.txt
-}


             reply	other threads:[~2016-06-12 13:41 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-06-12 13:41 Alon Bar-Lev [this message]
  -- strict thread matches above, loose matches on Subject: below --
2022-04-27 22:44 [gentoo-commits] repo/gentoo:master commit in: app-crypt/rainbowcrack/ Marek Szuba
2021-02-15 12:39 Marek Szuba
2021-01-22 16:53 Agostino Sarubbo
2020-10-07 16:16 Marek Szuba
2020-03-20  8:59 Agostino Sarubbo
2020-03-18 17:14 Marek Szuba
2020-01-10 11:30 Marek Szuba
2020-01-10 11:30 Marek Szuba
2019-03-20 22:00 Alon Bar-Lev
2018-11-28 14:32 Alon Bar-Lev
2017-03-25 21:46 Alon Bar-Lev
2017-02-04 21:40 Alon Bar-Lev
2015-12-23 13:50 Alon Bar-Lev
2015-12-23 13:50 Alon Bar-Lev

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1465701725.3d21d42b0a7e4000ce9be4ee96cc49cf7ef553ea.alonbl@gentoo \
    --to=alonbl@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox