diff options
author | Daniel Ahlberg <aliz@gentoo.org> | 2003-10-01 09:39:30 +0000 |
---|---|---|
committer | Daniel Ahlberg <aliz@gentoo.org> | 2003-10-01 09:39:30 +0000 |
commit | d2c6223a6c6887efc23f25a753a79f771a6e10cb (patch) | |
tree | 9c018332dcfd572e685d3ac6735e2c243e788e23 /app-crypt/johntheripper | |
parent | epatch, sed and changelog fixes (diff) | |
download | historical-d2c6223a6c6887efc23f25a753a79f771a6e10cb.tar.gz historical-d2c6223a6c6887efc23f25a753a79f771a6e10cb.tar.bz2 historical-d2c6223a6c6887efc23f25a753a79f771a6e10cb.zip |
epatch, sed and changelog fixes
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 | 9 | ||||
-rw-r--r-- | app-crypt/johntheripper/johntheripper-1.6.ebuild | 7 |
3 files changed, 9 insertions, 11 deletions
diff --git a/app-crypt/johntheripper/Manifest b/app-crypt/johntheripper/Manifest index 5ab8af89a7e5..46095aa186c7 100644 --- a/app-crypt/johntheripper/Manifest +++ b/app-crypt/johntheripper/Manifest @@ -1,5 +1,5 @@ MD5 adac262a3f7a77d9dc8e10914f718b55 ChangeLog 2186 -MD5 c719a15785930ae2fe9f17d3cbc2c4cc johntheripper-1.6-r1.ebuild 2117 -MD5 f308d54a680c3d68f7e3f58b3d4270f4 johntheripper-1.6.ebuild 1360 +MD5 d8942cdcb6c53e284ca34ae2146dce1d johntheripper-1.6-r1.ebuild 2065 +MD5 36fb163986c0e6bd677bff808d539c73 johntheripper-1.6.ebuild 1320 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 ffee72a7b2d4..255750198ead 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.5 2003/09/21 09:44:08 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/johntheripper/johntheripper-1.6-r1.ebuild,v 1.6 2003/10/01 09:39:25 aliz Exp $ inherit eutils @@ -43,15 +43,14 @@ src_unpack() { epatch ${WORKDIR}/${MY_P}.31-eggpatch-8.diff if use kerberos then - patch -p0 < ${DISTDIR}/${MY_P}.krb4.patch-3 || die + epatch ${DISTDIR}/${MY_P}.krb4.patch-3 fi } src_compile() { cd src - mv Makefile Makefile.orig - sed -e "s:-m486::" -e "s:-Wall -O2:${CFLAGS}:" \ - Makefile.orig > Makefile + sed -i -e "s:-m486::" -e "s:-Wall -O2:${CFLAGS}:" \ + Makefile if [ `use mmx` ] ; then emake linux-x86-mmx-elf || die else diff --git a/app-crypt/johntheripper/johntheripper-1.6.ebuild b/app-crypt/johntheripper/johntheripper-1.6.ebuild index d56093b3f5b5..6ccab8ce1093 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.17 2003/09/21 09:44:08 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/johntheripper/johntheripper-1.6.ebuild,v 1.18 2003/10/01 09:39:25 aliz Exp $ inherit eutils @@ -26,9 +26,8 @@ src_unpack() { src_compile() { cd src - mv Makefile Makefile.orig - sed -e "s:-m486::" -e "s:-Wall -O2:${CFLAGS}:" \ - Makefile.orig > Makefile + sed -i -e "s:-m486::" -e "s:-Wall -O2:${CFLAGS}:" \ + Makefile if [ `use mmx` ] ; then emake linux-x86-mmx-elf || die else |