summaryrefslogtreecommitdiff
path: root/app-crypt/fcrackzip/fcrackzip-1.0.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'app-crypt/fcrackzip/fcrackzip-1.0.ebuild')
-rw-r--r--app-crypt/fcrackzip/fcrackzip-1.0.ebuild21
1 files changed, 0 insertions, 21 deletions
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}
-}