summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2003-02-28 23:07:04 +0000
committerMike Frysinger <vapier@gentoo.org>2003-02-28 23:07:04 +0000
commitde41a5e3e11c9f94469f3e334840ca74a57e93c2 (patch)
treefe79d9020f8c31cc6bb41ab8572f25fe064d8681 /app-crypt/johntheripper/johntheripper-1.6.ebuild
parenttouchups (diff)
downloadhistorical-de41a5e3e11c9f94469f3e334840ca74a57e93c2.tar.gz
historical-de41a5e3e11c9f94469f3e334840ca74a57e93c2.tar.bz2
historical-de41a5e3e11c9f94469f3e334840ca74a57e93c2.zip
touchups
Diffstat (limited to 'app-crypt/johntheripper/johntheripper-1.6.ebuild')
-rw-r--r--app-crypt/johntheripper/johntheripper-1.6.ebuild7
1 files changed, 3 insertions, 4 deletions
diff --git a/app-crypt/johntheripper/johntheripper-1.6.ebuild b/app-crypt/johntheripper/johntheripper-1.6.ebuild
index c2e04d8d1acf..3e4f0c1fd8c7 100644
--- a/app-crypt/johntheripper/johntheripper-1.6.ebuild
+++ b/app-crypt/johntheripper/johntheripper-1.6.ebuild
@@ -1,15 +1,13 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-crypt/johntheripper/johntheripper-1.6.ebuild,v 1.13 2003/02/13 20:40:17 gmsoft Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/johntheripper/johntheripper-1.6.ebuild,v 1.14 2003/02/28 23:07:04 vapier Exp $
inherit eutils
-IUSE="mmx"
-
MY_P=${P/theripper/}
S=${WORKDIR}/${MY_P}
DEBPATCH=${MY_P/-/_}-17.diff
-DESCRIPTION="John the Ripper is a fast password cracker."
+DESCRIPTION="fast password cracker"
HOMEPAGE="http://www.openwall.com/${PN/theripper/}/"
SRC_URI="${HOMEPAGE}/${MY_P}.tar.gz
http://ftp.debian.org/debian/pool/main/j/${PN/theripper/}/${DEBPATCH}.gz"
@@ -17,6 +15,7 @@ SRC_URI="${HOMEPAGE}/${MY_P}.tar.gz
SLOT="0"
LICENSE="GPL-2"
KEYWORDS="x86 sparc ~ppc ~alpha ~mips hppa"
+IUSE="mmx"
DEPEND=">=sys-devel/binutils-2.8.1.0.15"