summaryrefslogtreecommitdiff
path: root/app-crypt/fcrackzip
diff options
context:
space:
mode:
Diffstat (limited to 'app-crypt/fcrackzip')
-rw-r--r--app-crypt/fcrackzip/Manifest2
-rw-r--r--app-crypt/fcrackzip/fcrackzip-1.0.ebuild21
2 files changed, 0 insertions, 23 deletions
diff --git a/app-crypt/fcrackzip/Manifest b/app-crypt/fcrackzip/Manifest
deleted file mode 100644
index b705892..0000000
--- a/app-crypt/fcrackzip/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST fcrackzip-1.0.tar.gz 114786 RMD160 8c784108816c990fcd09cfafc69a5d4a0ef1d33a SHA1 92e4f8caa880c55b20e13feb7a25c8b8fd3accf8 SHA256 4a58c8cb98177514ba17ee30d28d4927918bf0bdc3c94d260adfee44d2d43850
-EBUILD fcrackzip-1.0.ebuild 493 RMD160 3406f1cfb14b86bde0d640c28ab20806c3e248c6 SHA1 36c1853b36d2a3333700e98540553910f669501a SHA256 06a160da24795be2e7128f52cd0f90f548ca3479047ba083bc073deede1a8816
diff --git a/app-crypt/fcrackzip/fcrackzip-1.0.ebuild b/app-crypt/fcrackzip/fcrackzip-1.0.ebuild
deleted file mode 100644
index ccf715b..0000000
--- a/app-crypt/fcrackzip/fcrackzip-1.0.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-DESCRIPTION="A (not so fast) zip password recovery utility"
-HOMEPAGE="http://www.goof.com/pcg/marc/fcrackzip.html"
-SRC_URI="http://www.goof.com/pcg/marc/data/${P}.tar.gz"
-
-LICENSE="GPL"
-SLOT="0"
-KEYWORDS="~x86"
-IUSE=""
-
-RDEPEND="app-arch/unzip"
-DEPEND=""
-
-src_install()
-{
- emake DESTDIR="${D}" install || die "Install failed"
- mv "${D}"/usr/bin/{zipinfo,fcrack-zipinfo}
-}