diff options
author | Daniel Ahlberg <aliz@gentoo.org> | 2003-12-12 22:31:24 +0000 |
---|---|---|
committer | Daniel Ahlberg <aliz@gentoo.org> | 2003-12-12 22:31:24 +0000 |
commit | 40693c390aefa10110e6b25e44def796003d98d3 (patch) | |
tree | 9e05133e95627f34aa8520887bdad0a7c57ae5c3 /app-crypt/bestcrypt | |
parent | Added additional fonts to address bug 35339 (diff) | |
download | gentoo-2-40693c390aefa10110e6b25e44def796003d98d3.tar.gz gentoo-2-40693c390aefa10110e6b25e44def796003d98d3.tar.bz2 gentoo-2-40693c390aefa10110e6b25e44def796003d98d3.zip |
closing #34603
Diffstat (limited to 'app-crypt/bestcrypt')
-rw-r--r-- | app-crypt/bestcrypt/ChangeLog | 7 | ||||
-rw-r--r-- | app-crypt/bestcrypt/Manifest | 10 | ||||
-rw-r--r-- | app-crypt/bestcrypt/bestcrypt-1.2_p6.ebuild | 7 | ||||
-rw-r--r-- | app-crypt/bestcrypt/bestcrypt-1.4_p2.ebuild | 7 | ||||
-rw-r--r-- | app-crypt/bestcrypt/files/digest-bestcrypt-1.2_p6 | 1 | ||||
-rw-r--r-- | app-crypt/bestcrypt/files/digest-bestcrypt-1.4_p2 | 1 |
6 files changed, 19 insertions, 14 deletions
diff --git a/app-crypt/bestcrypt/ChangeLog b/app-crypt/bestcrypt/ChangeLog index 3e59d7e093e0..ea78bb13627b 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.8 2003/11/25 13:11:43 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/bestcrypt/ChangeLog,v 1.9 2003/12/12 22:31:20 aliz Exp $ + + 12 Dec 2003; Daniel Ahlberg <aliz@gentoo.org> bestcrypt-1.4_p2.ebuild, + bestcrupt-1.2_p6.ebuild: + Filter -fforce-addr, closing #34603. Also remove docs from SRC_URI since they don't have any version + in the filename. *bestcrypt-1.4_p2 (25 Nov 2003) diff --git a/app-crypt/bestcrypt/Manifest b/app-crypt/bestcrypt/Manifest index 4dcac7a2b381..c6accdec23e7 100644 --- a/app-crypt/bestcrypt/Manifest +++ b/app-crypt/bestcrypt/Manifest @@ -1,6 +1,6 @@ -MD5 fea3f03f0befb615db757d9eb03410cf bestcrypt-1.2_p6.ebuild 1536 -MD5 8cab59ed2e08fea933ff474cefda37b7 bestcrypt-1.4_p2.ebuild 1511 -MD5 60de384c7d300eeb38fd684236aa5d72 ChangeLog 1242 +MD5 14ec59afa4e0264b16971b2a4514443f bestcrypt-1.2_p6.ebuild 1514 +MD5 4ab344212c395b270605efa1994df6ee bestcrypt-1.4_p2.ebuild 1491 +MD5 5136be7ad97261b5bb60d2da5ee845f2 ChangeLog 1465 MD5 c5fbab81816aa1d6f319f8434d2db2b2 files/bcrypt 3113 -MD5 b5ae61d268ca5193409bca7a29068e50 files/digest-bestcrypt-1.2_p6 129 -MD5 0be707b33dfef75b40338f1306af5258 files/digest-bestcrypt-1.4_p2 129 +MD5 b0b2c330ce5e18ccd0ad06aa6aff62a3 files/digest-bestcrypt-1.2_p6 67 +MD5 9c378965942830e2966d15c1c0d0816b files/digest-bestcrypt-1.4_p2 67 diff --git a/app-crypt/bestcrypt/bestcrypt-1.2_p6.ebuild b/app-crypt/bestcrypt/bestcrypt-1.2_p6.ebuild index 2bca93ba6b0a..59bdc796dfda 100644 --- a/app-crypt/bestcrypt/bestcrypt-1.2_p6.ebuild +++ b/app-crypt/bestcrypt/bestcrypt-1.2_p6.ebuild @@ -1,12 +1,11 @@ # 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.4 2003/11/12 14:14:30 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/bestcrypt/bestcrypt-1.2_p6.ebuild,v 1.5 2003/12/12 22:31:20 aliz Exp $ MY_PN="bcrypt" DESCRIPTION="commercially licensed transparent filesystem encryption" HOMEPAGE="http://www.jetico.com/" -SRC_URI="http://www.jetico.com/linux/BestCrypt-${PV/_p/-}.tar.gz - http://www.jetico.com/linux/BestCrypt.doc.tgz" +SRC_URI="http://www.jetico.com/linux/BestCrypt-${PV/_p/-}.tar.gz" LICENSE="bestcrypt" SLOT="0" @@ -16,6 +15,8 @@ DEPEND="virtual/linux-sources" S=${WORKDIR}/${MY_PN} +filter-flags -fforce-addr + src_unpack() { unpack ${A} for file in `find . -type f -iname Makefile*`;do diff --git a/app-crypt/bestcrypt/bestcrypt-1.4_p2.ebuild b/app-crypt/bestcrypt/bestcrypt-1.4_p2.ebuild index 6061e87644ed..abde857021e8 100644 --- a/app-crypt/bestcrypt/bestcrypt-1.4_p2.ebuild +++ b/app-crypt/bestcrypt/bestcrypt-1.4_p2.ebuild @@ -1,12 +1,11 @@ # 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.4_p2.ebuild,v 1.1 2003/11/25 13:11:43 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/bestcrypt/bestcrypt-1.4_p2.ebuild,v 1.2 2003/12/12 22:31:20 aliz Exp $ MY_PN="bcrypt" DESCRIPTION="commercially licensed transparent filesystem encryption" HOMEPAGE="http://www.jetico.com/" -SRC_URI="http://www.jetico.com/linux/BestCrypt-${PV/_p/-}.tar.gz - http://www.jetico.com/linux/BestCrypt.doc.tgz" +SRC_URI="http://www.jetico.com/linux/BestCrypt-${PV/_p/-}.tar.gz" LICENSE="bestcrypt" SLOT="0" @@ -16,6 +15,8 @@ DEPEND="virtual/linux-sources" S=${WORKDIR}/bcrypt +filter-flags -fforce-addr + src_unpack() { unpack ${A} for file in `find . -type f -iname Makefile*`;do diff --git a/app-crypt/bestcrypt/files/digest-bestcrypt-1.2_p6 b/app-crypt/bestcrypt/files/digest-bestcrypt-1.2_p6 index aee91a2588cc..d1fd9d073219 100644 --- a/app-crypt/bestcrypt/files/digest-bestcrypt-1.2_p6 +++ b/app-crypt/bestcrypt/files/digest-bestcrypt-1.2_p6 @@ -1,2 +1 @@ MD5 93d275cf6d351e9e286dc54316e4c1a2 BestCrypt-1.2-6.tar.gz 160552 -MD5 657f778dc5113b359d788cef4507928e BestCrypt.doc.tgz 134173 diff --git a/app-crypt/bestcrypt/files/digest-bestcrypt-1.4_p2 b/app-crypt/bestcrypt/files/digest-bestcrypt-1.4_p2 index a279b987a52b..a794b3b6ca13 100644 --- a/app-crypt/bestcrypt/files/digest-bestcrypt-1.4_p2 +++ b/app-crypt/bestcrypt/files/digest-bestcrypt-1.4_p2 @@ -1,2 +1 @@ MD5 f333b05b732579ea2ad0740fb35006c9 BestCrypt-1.4-2.tar.gz 161696 -MD5 657f778dc5113b359d788cef4507928e BestCrypt.doc.tgz 134173 |