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
commitd2c6223a6c6887efc23f25a753a79f771a6e10cb (patch)
tree9c018332dcfd572e685d3ac6735e2c243e788e23 /app-crypt/bestcrypt
parentepatch, sed and changelog fixes (diff)
downloadhistorical-d2c6223a6c6887efc23f25a753a79f771a6e10cb.tar.gz
historical-d2c6223a6c6887efc23f25a753a79f771a6e10cb.tar.bz2
historical-d2c6223a6c6887efc23f25a753a79f771a6e10cb.zip
epatch, sed and changelog fixes
Diffstat (limited to 'app-crypt/bestcrypt')
-rw-r--r--app-crypt/bestcrypt/Manifest6
-rw-r--r--app-crypt/bestcrypt/bestcrypt-1.2_p2.ebuild7
-rw-r--r--app-crypt/bestcrypt/bestcrypt-1.2_p5.ebuild7
-rw-r--r--app-crypt/bestcrypt/bestcrypt-1.2_p6.ebuild7
4 files changed, 12 insertions, 15 deletions
diff --git a/app-crypt/bestcrypt/Manifest b/app-crypt/bestcrypt/Manifest
index 72a3c66b9483..430eddefa80d 100644
--- a/app-crypt/bestcrypt/Manifest
+++ b/app-crypt/bestcrypt/Manifest
@@ -1,7 +1,7 @@
-MD5 f7717e49d89bea842e45133c59bd1b63 bestcrypt-1.2_p6.ebuild 1853
-MD5 2cac24be1e91d3b1238bd26867216535 bestcrypt-1.2_p5.ebuild 1852
-MD5 a30bb939acfe4fa73a8a719376980e89 bestcrypt-1.2_p2.ebuild 1631
MD5 063d2613f18d19f836ebd5884afd1f73 ChangeLog 1043
+MD5 b09d194cf99d8d47eb265a64ed720542 bestcrypt-1.2_p2.ebuild 1589
+MD5 589bbaa696e3cc888256a3ef1ed40d6f bestcrypt-1.2_p5.ebuild 1810
+MD5 99ea589c8d024e3c7721ea0978430eda bestcrypt-1.2_p6.ebuild 1811
MD5 4d55e7543ba2eec5715d0a6aae4b811c files/bcrypt 2736
MD5 da7493ab01dda1aa1011a445088054ad files/digest-bestcrypt-1.2_p2 67
MD5 7e7bf1160a8f121d840033a20498e564 files/digest-bestcrypt-1.2_p5 129
diff --git a/app-crypt/bestcrypt/bestcrypt-1.2_p2.ebuild b/app-crypt/bestcrypt/bestcrypt-1.2_p2.ebuild
index 39f7c6e0a99c..0cd7c0ba0183 100644
--- a/app-crypt/bestcrypt/bestcrypt-1.2_p2.ebuild
+++ b/app-crypt/bestcrypt/bestcrypt-1.2_p2.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/bestcrypt/bestcrypt-1.2_p2.ebuild,v 1.3 2003/09/06 22:15:09 msterret Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/bestcrypt/bestcrypt-1.2_p2.ebuild,v 1.4 2003/10/01 09:39:25 aliz Exp $
MY_PN="bcrypt"
KEYWORDS="x86"
@@ -15,11 +15,10 @@ DEPEND="virtual/linux-sources"
src_unpack() {
unpack ${A}
for file in `find . -type f -iname Makefile*`;do
- mv ${file} ${file}.orig
- sed -e "s:-O[0-9]:${CFLAGS}:" \
+ sed -i -e "s:-O[0-9]:${CFLAGS}:" \
-e 's%KVER =.*%KVER = $(shell readlink /usr/src/linux|sed -e "s:linux-\\([0-9]\\+\.[0-9]\\+\\)\..*:\\1:")%' \
-e "s%uname -r%readlink /usr/src/linux|sed -e 's:linux-::'%" \
- ${file}.orig > ${file}
+ ${file}
done
}
diff --git a/app-crypt/bestcrypt/bestcrypt-1.2_p5.ebuild b/app-crypt/bestcrypt/bestcrypt-1.2_p5.ebuild
index 21868a73294d..9713806dd2d1 100644
--- a/app-crypt/bestcrypt/bestcrypt-1.2_p5.ebuild
+++ b/app-crypt/bestcrypt/bestcrypt-1.2_p5.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/bestcrypt/bestcrypt-1.2_p5.ebuild,v 1.3 2003/09/06 22:15:09 msterret Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/bestcrypt/bestcrypt-1.2_p5.ebuild,v 1.4 2003/10/01 09:39:25 aliz Exp $
MY_PN="bcrypt"
KEYWORDS="~x86"
@@ -16,11 +16,10 @@ DEPEND="virtual/linux-sources"
src_unpack() {
unpack ${A}
for file in `find . -type f -iname Makefile*`;do
- mv ${file} ${file}.orig
- sed -e "s:-O[0-9]:${CFLAGS}:" \
+ sed -i -e "s:-O[0-9]:${CFLAGS}:" \
-e 's%KVER =.*%KVER = $(shell readlink /usr/src/linux|sed -e "s:linux-\\([0-9]\\+\.[0-9]\\+\\)\..*:\\1:")%' \
-e "s%uname -r%readlink /usr/src/linux|sed -e 's:linux-::'%" \
- ${file}.orig > ${file}
+ ${file}
done
}
diff --git a/app-crypt/bestcrypt/bestcrypt-1.2_p6.ebuild b/app-crypt/bestcrypt/bestcrypt-1.2_p6.ebuild
index 92d1d4c9abdf..fd9c0cc924c3 100644
--- a/app-crypt/bestcrypt/bestcrypt-1.2_p6.ebuild
+++ b/app-crypt/bestcrypt/bestcrypt-1.2_p6.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/bestcrypt/bestcrypt-1.2_p6.ebuild,v 1.1 2003/09/10 22:45:23 lostlogic Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/bestcrypt/bestcrypt-1.2_p6.ebuild,v 1.2 2003/10/01 09:39:25 aliz Exp $
MY_PN="bcrypt"
KEYWORDS="~x86"
@@ -16,11 +16,10 @@ DEPEND="virtual/linux-sources"
src_unpack() {
unpack ${A}
for file in `find . -type f -iname Makefile*`;do
- mv ${file} ${file}.orig
- sed -e "s:-O[0-9]:${CFLAGS}:" \
+ sed -i -e "s:-O[0-9]:${CFLAGS}:" \
-e 's%KVER =.*%KVER = $(shell readlink /usr/src/linux|sed -e "s:linux-\\([0-9]\\+\.[0-9]\\+\\)\..*:\\1:")%' \
-e "s%uname -r%readlink /usr/src/linux|sed -e 's:linux-::'%" \
- ${file}.orig > ${file}
+ ${file}
done
}