From 221f5f9544c086c68363e5b3234e10282cf27030 Mon Sep 17 00:00:00 2001 From: René 'Necoro' Neumann Date: Sat, 4 Sep 2010 03:46:11 +0200 Subject: Delete old stuff --- app-crypt/fcrackzip/fcrackzip-1.0.ebuild | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 app-crypt/fcrackzip/fcrackzip-1.0.ebuild (limited to 'app-crypt/fcrackzip/fcrackzip-1.0.ebuild') 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} -} -- cgit v1.2.3-54-g00ecf