[Lunar-commits] <moonbase> cryptoapi: move it to zdeprecated. It is included in the crypto system of the linux kernel.
Florin Braescu
florin at lunar-linux.org
Tue May 10 13:24:02 CEST 2011
commit 7eccabfc53a0e3c0f07f3519f8fc64de38fce959
Author: Florin Braescu <florin at lunar-linux.org>
Date: Tue May 10 14:24:02 2011 +0300
cryptoapi: move it to zdeprecated. It is included in the crypto system of the linux kernel.
---
crypto/cryptoapi/BUILD | 35 -----------------------------------
crypto/cryptoapi/DETAILS | 19 -------------------
zdeprecated/cryptoapi/BUILD | 35 +++++++++++++++++++++++++++++++++++
zdeprecated/cryptoapi/DETAILS | 19 +++++++++++++++++++
4 files changed, 54 insertions(+), 54 deletions(-)
diff --git a/crypto/cryptoapi/BUILD b/crypto/cryptoapi/BUILD
deleted file mode 100644
index 1baf396..0000000
--- a/crypto/cryptoapi/BUILD
+++ /dev/null
@@ -1,35 +0,0 @@
-no_export_symbol() {
- sedit "s/EXPORT_SYMBOL/\/\/ EXPORT_SYMBOL/" api/cryptoapi.c
-}
-
-
-if module_installed linux; then
- case "`installed_version linux`" in
- 2.4.13) no_export_symbol ;;
- 2.4.14) no_export_symbol ;;
- 2.4.15) no_export_symbol ;;
- 2.4.16) no_export_symbol ;;
- 2.4.17) no_export_symbol ;;
- 2.4.18) no_export_symbol ;;
- 2.4.19) no_export_symbol ;;
- 2.4.20) no_export_symbol ;;
- 2.4.21) no_export_symbol ;;
- 2.4.22) no_export_symbol ;;
- 2.4.23) no_export_symbol ;;
- 2.4.24) no_export_symbol ;;
- esac
-fi
-
-
-(
-
- aclocal
- sedit "s/-O2/$CFLAGS/" configure
-
- ./configure --prefix=/usr &&
- make &&
- prepare_install &&
- make install &&
- depmod
-
-) > $C_FIFO 2>&1
diff --git a/crypto/cryptoapi/DETAILS b/crypto/cryptoapi/DETAILS
deleted file mode 100644
index 347bf9b..0000000
--- a/crypto/cryptoapi/DETAILS
+++ /dev/null
@@ -1,19 +0,0 @@
- MODULE=cryptoapi
- VERSION=2.4.7.0
- SOURCE=$MODULE-$VERSION.tar.gz
- SOURCE_URL[0]=$SFORGE_URL/$MODULE/
- WEB_SITE=http://www.kerneli.org:8080/cryptoapi
- ENTERED=20010924
- UPDATED=20040125
- PSAFE=no
- SHORT="cryptoapi adds crypto modules to Linux."
-cat << EOF
-This is a repackaged distribution based on the international crypto
-patch for GNU/Linux, with the aim to improve adoption of this package
-by not requiring to patch the kernel in order to be able to use the
-cryptoapi and the loop encrytion.
-
-This distribution is not meant as a project fork but as a branch,
-which is intended to merge back improvements to the official
-international crypto patch.
-EOF
diff --git a/zdeprecated/cryptoapi/BUILD b/zdeprecated/cryptoapi/BUILD
new file mode 100644
index 0000000..1baf396
--- /dev/null
+++ b/zdeprecated/cryptoapi/BUILD
@@ -0,0 +1,35 @@
+no_export_symbol() {
+ sedit "s/EXPORT_SYMBOL/\/\/ EXPORT_SYMBOL/" api/cryptoapi.c
+}
+
+
+if module_installed linux; then
+ case "`installed_version linux`" in
+ 2.4.13) no_export_symbol ;;
+ 2.4.14) no_export_symbol ;;
+ 2.4.15) no_export_symbol ;;
+ 2.4.16) no_export_symbol ;;
+ 2.4.17) no_export_symbol ;;
+ 2.4.18) no_export_symbol ;;
+ 2.4.19) no_export_symbol ;;
+ 2.4.20) no_export_symbol ;;
+ 2.4.21) no_export_symbol ;;
+ 2.4.22) no_export_symbol ;;
+ 2.4.23) no_export_symbol ;;
+ 2.4.24) no_export_symbol ;;
+ esac
+fi
+
+
+(
+
+ aclocal
+ sedit "s/-O2/$CFLAGS/" configure
+
+ ./configure --prefix=/usr &&
+ make &&
+ prepare_install &&
+ make install &&
+ depmod
+
+) > $C_FIFO 2>&1
diff --git a/zdeprecated/cryptoapi/DETAILS b/zdeprecated/cryptoapi/DETAILS
new file mode 100644
index 0000000..347bf9b
--- /dev/null
+++ b/zdeprecated/cryptoapi/DETAILS
@@ -0,0 +1,19 @@
+ MODULE=cryptoapi
+ VERSION=2.4.7.0
+ SOURCE=$MODULE-$VERSION.tar.gz
+ SOURCE_URL[0]=$SFORGE_URL/$MODULE/
+ WEB_SITE=http://www.kerneli.org:8080/cryptoapi
+ ENTERED=20010924
+ UPDATED=20040125
+ PSAFE=no
+ SHORT="cryptoapi adds crypto modules to Linux."
+cat << EOF
+This is a repackaged distribution based on the international crypto
+patch for GNU/Linux, with the aim to improve adoption of this package
+by not requiring to patch the kernel in order to be able to use the
+cryptoapi and the loop encrytion.
+
+This distribution is not meant as a project fork but as a branch,
+which is intended to merge back improvements to the official
+international crypto patch.
+EOF
More information about the Lunar-commits
mailing list