summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app-crypt/bestcrypt/ChangeLog7
-rw-r--r--app-crypt/bestcrypt/Manifest4
-rw-r--r--app-crypt/bestcrypt/bestcrypt-1.2_p5.ebuild59
-rw-r--r--app-crypt/bestcrypt/files/digest-bestcrypt-1.2_p51
4 files changed, 69 insertions, 2 deletions
diff --git a/app-crypt/bestcrypt/ChangeLog b/app-crypt/bestcrypt/ChangeLog
index dea3ff678bbb..e405396eeabe 100644
--- a/app-crypt/bestcrypt/ChangeLog
+++ b/app-crypt/bestcrypt/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for app-crypt/bestcrypt
# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-crypt/bestcrypt/ChangeLog,v 1.3 2003/03/01 19:37:21 lostlogic Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/bestcrypt/ChangeLog,v 1.4 2003/06/16 07:31:50 aliz Exp $
+
+*bestcrypt-1.2_p5 (16 Jun 2003)
+
+ 16 Jun 2003; Daniel Ahlberg <aliz@gentoo.org> :
+ Version bump.
*bestcrypt-1.2_p2 (01 Mar 2003)
diff --git a/app-crypt/bestcrypt/Manifest b/app-crypt/bestcrypt/Manifest
index 0593849bf880..ba6c5d48cd82 100644
--- a/app-crypt/bestcrypt/Manifest
+++ b/app-crypt/bestcrypt/Manifest
@@ -1,4 +1,6 @@
-MD5 88e8f6308c568f5739765d205ab8fc66 ChangeLog 715
+MD5 edbe9ce0a81555423971c44fb4255fce ChangeLog 815
MD5 1087988464d34f7be8aac91917cc1b40 bestcrypt-1.2_p2.ebuild 1634
+MD5 1087988464d34f7be8aac91917cc1b40 bestcrypt-1.2_p5.ebuild 1634
MD5 4d55e7543ba2eec5715d0a6aae4b811c files/bcrypt 2736
MD5 da7493ab01dda1aa1011a445088054ad files/digest-bestcrypt-1.2_p2 67
+MD5 83df9190b222c5212824d5823487b812 files/digest-bestcrypt-1.2_p5 67
diff --git a/app-crypt/bestcrypt/bestcrypt-1.2_p5.ebuild b/app-crypt/bestcrypt/bestcrypt-1.2_p5.ebuild
new file mode 100644
index 000000000000..f2668fd0cdcd
--- /dev/null
+++ b/app-crypt/bestcrypt/bestcrypt-1.2_p5.ebuild
@@ -0,0 +1,59 @@
+# 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.1 2003/06/16 07:31:50 aliz Exp $
+
+MY_PN="bcrypt"
+KEYWORDS="~x86"
+SRC_URI="http://www.jetico.com/linux/BestCrypt-${PV/_p/-}.tar.gz"
+HOMEPAGE="http://www.jetico.com"
+DESCRIPTION="Transparent filesystem encryption. This is a Commercially Licensed Package, please read the license and ChangeLog for more information."
+S=${WORKDIR}/${MY_PN}
+LICENSE="bestcrypt"
+SLOT="0"
+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}:" \
+ -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}
+
+ done
+}
+
+src_compile() {
+ MAKEOPTS="-j1" emake
+}
+
+src_install() {
+ exeinto /etc/rc.d/init.d
+ doexe ${FILESDIR}/bcrypt
+ dodir /usr/bin \
+ /etc/init.d \
+ /etc/rc.d/rc0.d \
+ /etc/rc.d/rc1.d \
+ /etc/rc.d/rc2.d \
+ /etc/rc.d/rc3.d \
+ /etc/rc.d/rc4.d \
+ /etc/rc.d/rc5.d \
+ /etc/rc.d/rc6.d \
+ /etc/rc0.d \
+ /etc/rc1.d \
+ /etc/rc2.d \
+ /etc/rc3.d \
+ /etc/rc4.d \
+ /etc/rc5.d \
+ /etc/rc6.d \
+ /usr/share/man/man8 \
+ /lib/modules/${KV}/kernel/drivers/block/
+ einstall MAN_PATH="/usr/share/man" \
+ root="${D}" \
+ MOD_PATH=/lib/modules/${KV}/kernel/drivers/block
+ exeinto /etc/init.d
+ doexe ${FILESDIR}/bcrypt
+ rm -rf ${D}/etc/rc*.d
+ dodoc README LICENSE
+}
diff --git a/app-crypt/bestcrypt/files/digest-bestcrypt-1.2_p5 b/app-crypt/bestcrypt/files/digest-bestcrypt-1.2_p5
new file mode 100644
index 000000000000..95584538bc2e
--- /dev/null
+++ b/app-crypt/bestcrypt/files/digest-bestcrypt-1.2_p5
@@ -0,0 +1 @@
+MD5 68ec813b23c402119d585cd92e97aa22 BestCrypt-1.2-5.tar.gz 159516