summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-crypt/ophcrack/ophcrack-3.1.0.ebuild')
-rw-r--r--app-crypt/ophcrack/ophcrack-3.1.0.ebuild32
1 files changed, 0 insertions, 32 deletions
diff --git a/app-crypt/ophcrack/ophcrack-3.1.0.ebuild b/app-crypt/ophcrack/ophcrack-3.1.0.ebuild
deleted file mode 100644
index d89af4c9f9c2..000000000000
--- a/app-crypt/ophcrack/ophcrack-3.1.0.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-crypt/ophcrack/ophcrack-3.1.0.ebuild,v 1.1 2009/01/16 00:33:05 ikelos Exp $
-
-inherit eutils
-
-DESCRIPTION="A time-memory-trade-off-cracker"
-HOMEPAGE="http://ophcrack.sourceforge.net/"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-IUSE=""
-
-DEPEND="app-arch/unzip
- >=dev-util/pkgconfig-0.22
- dev-libs/openssl
- net-libs/netwib
- >=x11-libs/qt-4"
-RDEPEND="dev-libs/openssl
- net-libs/netwib
- >=x11-libs/qt-4
- app-crypt/ophcrack-tables"
-
-src_install() {
- make install DESTDIR="${D}"
-
- cd "${S}"
- newicon src/gui/pixmaps/os.xpm ophcrack.xpm
- make_desktop_entry "${PN}" OphCrack ophcrack
-}