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/bcrypt | |
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/bcrypt')
-rw-r--r-- | app-crypt/bcrypt/Manifest | 2 | ||||
-rw-r--r-- | app-crypt/bcrypt/bcrypt-1.1.ebuild | 5 |
2 files changed, 3 insertions, 4 deletions
diff --git a/app-crypt/bcrypt/Manifest b/app-crypt/bcrypt/Manifest index 0daa91f33477..baa05a1dd299 100644 --- a/app-crypt/bcrypt/Manifest +++ b/app-crypt/bcrypt/Manifest @@ -1,3 +1,3 @@ MD5 cacdeb6c1d8192523b0c986dd5a96c95 ChangeLog 728 -MD5 9e96615997027bee5e5e758cb5c86743 bcrypt-1.1.ebuild 712 +MD5 44294f835dddf888b361043dd1650f53 bcrypt-1.1.ebuild 674 MD5 99d04f9cdab690b8f1c86be81f974c24 files/digest-bcrypt-1.1 61 diff --git a/app-crypt/bcrypt/bcrypt-1.1.ebuild b/app-crypt/bcrypt/bcrypt-1.1.ebuild index 3fae4ab1d4ff..29d3281ef8ad 100644 --- a/app-crypt/bcrypt/bcrypt-1.1.ebuild +++ b/app-crypt/bcrypt/bcrypt-1.1.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/bcrypt/bcrypt-1.1.ebuild,v 1.2 2003/09/21 09:44:08 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/bcrypt/bcrypt-1.1.ebuild,v 1.3 2003/10/01 09:39:25 aliz Exp $ DESCRIPTION="A file encryption utility using Paul Kocher's implementation of the blowfish algorithm" HOMEPAGE="http://bcrypt.sourceforge.net/" @@ -12,8 +12,7 @@ IUSE="" DEPEND="sys-libs/zlib" src_compile() { - sed -e "s:CFLAGS = -O2 -Wall:CFLAGS = -Wall ${CFLAGS}:" Makefile > Makefile.new - mv Makefile.new Makefile + sed -i -e "s:CFLAGS = -O2 -Wall:CFLAGS = -Wall ${CFLAGS}:" Makefile make || die } |