summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Ahlberg <aliz@gentoo.org>2003-10-01 09:39:30 +0000
committerDaniel Ahlberg <aliz@gentoo.org>2003-10-01 09:39:30 +0000
commit9e172ba18e3ee940b2c70aa2e33edc2f0fcaa0f3 (patch)
tree7808d92c3b4c59807701e4fad742068a60290382 /app-crypt/bcrypt
parentepatch, sed and changelog fixes (diff)
downloadgentoo-2-9e172ba18e3ee940b2c70aa2e33edc2f0fcaa0f3.tar.gz
gentoo-2-9e172ba18e3ee940b2c70aa2e33edc2f0fcaa0f3.tar.bz2
gentoo-2-9e172ba18e3ee940b2c70aa2e33edc2f0fcaa0f3.zip
epatch, sed and changelog fixes
Diffstat (limited to 'app-crypt/bcrypt')
-rw-r--r--app-crypt/bcrypt/Manifest2
-rw-r--r--app-crypt/bcrypt/bcrypt-1.1.ebuild5
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
}