summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRick Farina <zerochaos@gentoo.org>2012-10-30 16:30:44 +0000
committerRick Farina <zerochaos@gentoo.org>2012-10-30 16:30:44 +0000
commitbf7c0e280afe767cc05894ee304e5523a5a2e013 (patch)
tree0884b860d9509c3f4666a783449e5ceedb266016 /app-crypt/oclhashcat-plus-bin
parentFix for tests under Prefix, wrt bug #434320 (diff)
downloadgentoo-2-bf7c0e280afe767cc05894ee304e5523a5a2e013.tar.gz
gentoo-2-bf7c0e280afe767cc05894ee304e5523a5a2e013.tar.bz2
gentoo-2-bf7c0e280afe767cc05894ee304e5523a5a2e013.zip
seems the rm was unneeded in this release and didn't error on amd64 but does on x86. removing.
(Portage version: 2.1.11.31/cvs/Linux x86_64, signed Manifest commit with key DD11F94A)
Diffstat (limited to 'app-crypt/oclhashcat-plus-bin')
-rw-r--r--app-crypt/oclhashcat-plus-bin/ChangeLog7
-rw-r--r--app-crypt/oclhashcat-plus-bin/oclhashcat-plus-bin-0.09.ebuild13
2 files changed, 7 insertions, 13 deletions
diff --git a/app-crypt/oclhashcat-plus-bin/ChangeLog b/app-crypt/oclhashcat-plus-bin/ChangeLog
index 6ce35e76d75b..5b0590bc0495 100644
--- a/app-crypt/oclhashcat-plus-bin/ChangeLog
+++ b/app-crypt/oclhashcat-plus-bin/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for app-crypt/oclhashcat-plus-bin
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-crypt/oclhashcat-plus-bin/ChangeLog,v 1.4 2012/09/10 01:07:49 zerochaos Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/oclhashcat-plus-bin/ChangeLog,v 1.5 2012/10/30 16:30:44 zerochaos Exp $
+
+ 30 Oct 2012; Rick Farina <zerochaos@gentoo.org>
+ oclhashcat-plus-bin-0.09.ebuild:
+ seems the rm was unneeded in this release and didn't error on amd64 but does
+ on x86. removing.
*oclhashcat-plus-bin-0.09 (10 Sep 2012)
diff --git a/app-crypt/oclhashcat-plus-bin/oclhashcat-plus-bin-0.09.ebuild b/app-crypt/oclhashcat-plus-bin/oclhashcat-plus-bin-0.09.ebuild
index a5ee91469c86..f4cc21a498ce 100644
--- a/app-crypt/oclhashcat-plus-bin/oclhashcat-plus-bin-0.09.ebuild
+++ b/app-crypt/oclhashcat-plus-bin/oclhashcat-plus-bin-0.09.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-crypt/oclhashcat-plus-bin/oclhashcat-plus-bin-0.09.ebuild,v 1.1 2012/09/10 01:07:49 zerochaos Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/oclhashcat-plus-bin/oclhashcat-plus-bin-0.09.ebuild,v 1.2 2012/10/30 16:30:44 zerochaos Exp $
EAPI=4
@@ -36,17 +36,6 @@ src_install() {
dodoc docs/*
rm -r *.exe docs || die
- if ! use amd64; then
- rm oclHashcat-plus64.bin || die
- rm cudaHashcat-plus64.bin || die
- rm kernels/4098/*64* kernels/4318/*64* || die
- fi
- if ! use x86; then
- rm oclHashcat-plus32.bin || die
- rm cudaHashcat-plus32.bin || die
- rm kernels/4098/*32* kernels/4318/*32* || die
- fi
-
if ! use video_cards_fglrx; then
rm -r kernels/4098 || die
rm oclHashcat-plus*.bin || die