diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2003-02-13 05:41:51 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2003-02-13 05:41:51 +0000 |
commit | f2a4979c57632332da967f96689393daa0ead120 (patch) | |
tree | 5385c0b6864f6addf8af0523276c58be3b3ff0a8 /app-crypt/johntheripper/johntheripper-1.6.ebuild | |
parent | added other arches for testing (diff) | |
download | gentoo-2-f2a4979c57632332da967f96689393daa0ead120.tar.gz gentoo-2-f2a4979c57632332da967f96689393daa0ead120.tar.bz2 gentoo-2-f2a4979c57632332da967f96689393daa0ead120.zip |
again small fix
Diffstat (limited to 'app-crypt/johntheripper/johntheripper-1.6.ebuild')
-rw-r--r-- | app-crypt/johntheripper/johntheripper-1.6.ebuild | 7 |
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 c00dfda47002..647b02ce18dd 100644 --- a/app-crypt/johntheripper/johntheripper-1.6.ebuild +++ b/app-crypt/johntheripper/johntheripper-1.6.ebuild @@ -1,15 +1,14 @@ # 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.9 2003/02/13 05:38:41 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/johntheripper/johntheripper-1.6.ebuild,v 1.10 2003/02/13 05:41:51 seemant Exp $ inherit eutils IUSE="mmx" -MY_PN=${PN/theripper/} -MY_P=${MY_PN}-${PV} +MY_P=${P/theripper/} S=${WORKDIR}/${MY_P} -DEBPATCH=${MY_PN}_${PV}-17.diff +DEBPATCH=${MY_P/-/_}-17.diff DESCRIPTION="John the Ripper is a fast password cracker." HOMEPAGE="http://www.openwall.com/${PN0}/" SRC_URI="${HOMEPAGE}/${MY_P}.tar.gz |