diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2003-09-05 01:36:53 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2003-09-05 01:36:53 +0000 |
commit | f30f416bccf4e9e398259089bf6e3e2f2f6ea6e0 (patch) | |
tree | 42980e6247188dfcaec5a10a749a084cb441088a /app-crypt/johntheripper | |
parent | whitespace cleanup (diff) | |
download | historical-f30f416bccf4e9e398259089bf6e3e2f2f6ea6e0.tar.gz historical-f30f416bccf4e9e398259089bf6e3e2f2f6ea6e0.tar.bz2 historical-f30f416bccf4e9e398259089bf6e3e2f2f6ea6e0.zip |
whitespace cleanup
Diffstat (limited to 'app-crypt/johntheripper')
-rw-r--r-- | app-crypt/johntheripper/Manifest | 4 | ||||
-rw-r--r-- | app-crypt/johntheripper/johntheripper-1.6-r1.ebuild | 10 | ||||
-rw-r--r-- | app-crypt/johntheripper/johntheripper-1.6.ebuild | 8 |
3 files changed, 11 insertions, 11 deletions
diff --git a/app-crypt/johntheripper/Manifest b/app-crypt/johntheripper/Manifest index b436b8367dd0..91fb925d22d6 100644 --- a/app-crypt/johntheripper/Manifest +++ b/app-crypt/johntheripper/Manifest @@ -1,5 +1,5 @@ MD5 adac262a3f7a77d9dc8e10914f718b55 ChangeLog 2186 -MD5 8fc10138e793bdb10a9d3554b0ff0515 johntheripper-1.6-r1.ebuild 2081 -MD5 f0bbc3e74554e4f5bc98ccac41af0a8d johntheripper-1.6.ebuild 1372 +MD5 7bca0de8b8e89532f5382194140a8439 johntheripper-1.6-r1.ebuild 2079 +MD5 6ef7b01ad69df9e283091d79611b3255 johntheripper-1.6.ebuild 1369 MD5 2a2c77e0b8b4692a9e20de4d68983071 files/digest-johntheripper-1.6 123 MD5 d2a0df18590c71836e4c423af635353f files/digest-johntheripper-1.6-r1 456 diff --git a/app-crypt/johntheripper/johntheripper-1.6-r1.ebuild b/app-crypt/johntheripper/johntheripper-1.6-r1.ebuild index 844d9cf3e0e1..5f057a35561f 100644 --- a/app-crypt/johntheripper/johntheripper-1.6-r1.ebuild +++ b/app-crypt/johntheripper/johntheripper-1.6-r1.ebuild @@ -1,6 +1,6 @@ # 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-r1.ebuild,v 1.3 2003/02/28 23:07:04 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/johntheripper/johntheripper-1.6-r1.ebuild,v 1.4 2003/09/05 01:33:49 msterret Exp $ inherit eutils @@ -28,7 +28,7 @@ DEPEND=">=sys-devel/binutils-2.8.1.0.15" src_unpack() { unpack ${A} epatch ${WORKDIR}/${DEBPATCH} - cd ${S}/src + cd ${S}/src epatch ${DISTDIR}/${MY_P}.skey.patch-1 cd ${S} # use mysql && epatch ${DISTDIR}/${MY_P}-mysql-1.diff @@ -69,9 +69,9 @@ src_install() { doman debian/*.1 dosbin run/john debian/mailer debian/john-cronjob - dosym john /usr/sbin/unafs - dosym john /usr/sbin/unique + dosym john /usr/sbin/unafs + dosym john /usr/sbin/unique dosym john /usr/sbin/unshadow - dodoc debian/{CONFIG.mailer,copyright} doc/* + dodoc debian/{CONFIG.mailer,copyright} doc/* } diff --git a/app-crypt/johntheripper/johntheripper-1.6.ebuild b/app-crypt/johntheripper/johntheripper-1.6.ebuild index 4dfd61f817a4..6354757f108e 100644 --- a/app-crypt/johntheripper/johntheripper-1.6.ebuild +++ b/app-crypt/johntheripper/johntheripper-1.6.ebuild @@ -1,6 +1,6 @@ # 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.15 2003/03/28 12:23:47 pvdabeel Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/johntheripper/johntheripper-1.6.ebuild,v 1.16 2003/09/05 01:33:50 msterret Exp $ inherit eutils @@ -45,9 +45,9 @@ src_install() { doman debian/*.1 dosbin run/john debian/mailer debian/john-cronjob - dosym john /usr/sbin/unafs - dosym john /usr/sbin/unique + dosym john /usr/sbin/unafs + dosym john /usr/sbin/unique dosym john /usr/sbin/unshadow - dodoc debian/{CONFIG.mailer,copyright} doc/* + dodoc debian/{CONFIG.mailer,copyright} doc/* } |