summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2004-03-27 08:35:59 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2004-03-27 08:35:59 +0000
commit562eb6d1dd16655a0e3af686f43490abdde32a83 (patch)
treed993aeb944804a505e8ea5ecd546d71d59c452f3 /app-crypt/bestcrypt
parentinherit flag-o-matic; move replace-flags into src_unpack (Manifest recommit) (diff)
downloadgentoo-2-562eb6d1dd16655a0e3af686f43490abdde32a83.tar.gz
gentoo-2-562eb6d1dd16655a0e3af686f43490abdde32a83.tar.bz2
gentoo-2-562eb6d1dd16655a0e3af686f43490abdde32a83.zip
inherit flag-o-matic; move filter-flags into src_unpack
Diffstat (limited to 'app-crypt/bestcrypt')
-rw-r--r--app-crypt/bestcrypt/ChangeLog6
-rw-r--r--app-crypt/bestcrypt/bestcrypt-1.2_p6.ebuild7
-rw-r--r--app-crypt/bestcrypt/bestcrypt-1.4_p2.ebuild7
-rw-r--r--app-crypt/bestcrypt/bestcrypt-1.5_p1.ebuild7
4 files changed, 17 insertions, 10 deletions
diff --git a/app-crypt/bestcrypt/ChangeLog b/app-crypt/bestcrypt/ChangeLog
index 45d88956dc57..673245a15525 100644
--- a/app-crypt/bestcrypt/ChangeLog
+++ b/app-crypt/bestcrypt/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-crypt/bestcrypt
# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-crypt/bestcrypt/ChangeLog,v 1.10 2004/01/18 18:52:09 lostlogic Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/bestcrypt/ChangeLog,v 1.11 2004/03/27 08:35:59 mr_bones_ Exp $
+
+ 27 Mar 2004; Michael Sterrett <mr_bones_@gentoo.org>
+ bestcrypt-1.2_p6.ebuild, bestcrypt-1.4_p2.ebuild, bestcrypt-1.5_p1.ebuild:
+ inherit flag-o-matic; move filter-flags into src_unpack
*bestcrypt-1.5_p1 (18 Jan 2004)
diff --git a/app-crypt/bestcrypt/bestcrypt-1.2_p6.ebuild b/app-crypt/bestcrypt/bestcrypt-1.2_p6.ebuild
index 72de3f77d98b..9691275ef660 100644
--- a/app-crypt/bestcrypt/bestcrypt-1.2_p6.ebuild
+++ b/app-crypt/bestcrypt/bestcrypt-1.2_p6.ebuild
@@ -1,6 +1,8 @@
# Copyright 1999-2004 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.6 2004/03/13 21:50:28 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/bestcrypt/bestcrypt-1.2_p6.ebuild,v 1.7 2004/03/27 08:35:59 mr_bones_ Exp $
+
+inherit flag-o-matic
MY_PN="bcrypt"
DESCRIPTION="commercially licensed transparent filesystem encryption"
@@ -15,9 +17,8 @@ DEPEND="virtual/linux-sources"
S=${WORKDIR}/${MY_PN}
-filter-flags -fforce-addr
-
src_unpack() {
+ filter-flags -fforce-addr
unpack ${A}
for file in `find . -type f -iname Makefile*`;do
sed -i -e "s:-O[0-9]:${CFLAGS}:" \
diff --git a/app-crypt/bestcrypt/bestcrypt-1.4_p2.ebuild b/app-crypt/bestcrypt/bestcrypt-1.4_p2.ebuild
index f48b8926b980..c8fb9ae7d52d 100644
--- a/app-crypt/bestcrypt/bestcrypt-1.4_p2.ebuild
+++ b/app-crypt/bestcrypt/bestcrypt-1.4_p2.ebuild
@@ -1,6 +1,8 @@
# Copyright 1999-2004 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.3 2004/03/13 21:50:28 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/bestcrypt/bestcrypt-1.4_p2.ebuild,v 1.4 2004/03/27 08:35:59 mr_bones_ Exp $
+
+inherit flag-o-matic
MY_PN="bcrypt"
DESCRIPTION="commercially licensed transparent filesystem encryption"
@@ -15,9 +17,8 @@ DEPEND="virtual/linux-sources"
S=${WORKDIR}/bcrypt
-filter-flags -fforce-addr
-
src_unpack() {
+ filter-flags -fforce-addr
unpack ${A}
for file in `find . -type f -iname Makefile*`;do
sed -i -e "s:-O[0-9]:${CFLAGS}:" \
diff --git a/app-crypt/bestcrypt/bestcrypt-1.5_p1.ebuild b/app-crypt/bestcrypt/bestcrypt-1.5_p1.ebuild
index 7fec513c0fe4..3c612ad2e7c9 100644
--- a/app-crypt/bestcrypt/bestcrypt-1.5_p1.ebuild
+++ b/app-crypt/bestcrypt/bestcrypt-1.5_p1.ebuild
@@ -1,6 +1,8 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-crypt/bestcrypt/bestcrypt-1.5_p1.ebuild,v 1.1 2004/01/18 18:52:09 lostlogic Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/bestcrypt/bestcrypt-1.5_p1.ebuild,v 1.2 2004/03/27 08:35:59 mr_bones_ Exp $
+
+inherit flag-o-matic
MY_PN="bcrypt"
DESCRIPTION="commercially licensed transparent filesystem encryption"
@@ -15,8 +17,6 @@ DEPEND="virtual/linux-sources"
S=${WORKDIR}/bcrypt
-filter-flags -fforce-addr
-
pkg_setup() {
if [ -e /usr/src/linux/include/linux/modsetver.h ] &&
[ ! -e /usr/src/linux/include/linux/modversions.h ]; then
@@ -27,6 +27,7 @@ pkg_setup() {
}
src_unpack() {
+ filter-flags -fforce-addr
unpack ${A}
for file in `find . -type f -iname Makefile*`;do
sed -i -e "s:-O[0-9]:${CFLAGS}:" \