[Lunar-commits] <moonbase> opencdk: move it to zdeprecated.

Florin Braescu florin at lunar-linux.org
Sat Jan 14 15:12:21 CET 2012


commit ba63c4196863bef3cab005b367cf01933855360c
Author: Florin Braescu <florin at lunar-linux.org>
Date:   Sat Jan 14 15:12:21 2012 +0100

    opencdk: move it to zdeprecated.
---
 crypto/opencdk/BUILD        |    7 -------
 crypto/opencdk/DEPENDS      |    2 --
 crypto/opencdk/DETAILS      |   16 ----------------
 zdeprecated/opencdk/BUILD   |    7 +++++++
 zdeprecated/opencdk/DEPENDS |    2 ++
 zdeprecated/opencdk/DETAILS |   16 ++++++++++++++++
 6 files changed, 25 insertions(+), 25 deletions(-)

diff --git a/crypto/opencdk/BUILD b/crypto/opencdk/BUILD
deleted file mode 100644
index e2fbd21..0000000
--- a/crypto/opencdk/BUILD
+++ /dev/null
@@ -1,7 +0,0 @@
-(
-
-  OPTS+=" --disable-static" &&
-
-  default_build
-
-) > $C_FIFO 2>&1
diff --git a/crypto/opencdk/DEPENDS b/crypto/opencdk/DEPENDS
deleted file mode 100644
index 723f51b..0000000
--- a/crypto/opencdk/DEPENDS
+++ /dev/null
@@ -1,2 +0,0 @@
-depends libgcrypt
-depends zlib
diff --git a/crypto/opencdk/DETAILS b/crypto/opencdk/DETAILS
deleted file mode 100644
index bc92551..0000000
--- a/crypto/opencdk/DETAILS
+++ /dev/null
@@ -1,16 +0,0 @@
-          MODULE=opencdk
-         VERSION=0.6.6
-          SOURCE=$MODULE-$VERSION.tar.bz2
-   SOURCE_URL[0]=$MIRROR_URL
-   SOURCE_URL[1]=ftp://ftp.gnupg.org/gcrypt/alpha/gnutls/$MODULE
-   SOURCE_URL[2]=ftp://ftp.gnutls.org/pub/gnutls/$MODULE
-   SOURCE_URL[3]=http://ftp.linux.hr/gcrypt/alpha/gnutls/$MODULE
-      SOURCE_VFY=sha1:ad333a55632eca9b7d035d3cc5c7f0b0342cb14e
-        WEB_SITE=http://www.gnutls.org
-         ENTERED=20031014
-         UPDATED=20080308
-           SHORT="Provides basic parts of the OpenPGP message format"
-
-cat << EOF
-This library provides basic parts of the OpenPGP message format.
-EOF
diff --git a/zdeprecated/opencdk/BUILD b/zdeprecated/opencdk/BUILD
new file mode 100644
index 0000000..e2fbd21
--- /dev/null
+++ b/zdeprecated/opencdk/BUILD
@@ -0,0 +1,7 @@
+(
+
+  OPTS+=" --disable-static" &&
+
+  default_build
+
+) > $C_FIFO 2>&1
diff --git a/zdeprecated/opencdk/DEPENDS b/zdeprecated/opencdk/DEPENDS
new file mode 100644
index 0000000..723f51b
--- /dev/null
+++ b/zdeprecated/opencdk/DEPENDS
@@ -0,0 +1,2 @@
+depends libgcrypt
+depends zlib
diff --git a/zdeprecated/opencdk/DETAILS b/zdeprecated/opencdk/DETAILS
new file mode 100644
index 0000000..bc92551
--- /dev/null
+++ b/zdeprecated/opencdk/DETAILS
@@ -0,0 +1,16 @@
+          MODULE=opencdk
+         VERSION=0.6.6
+          SOURCE=$MODULE-$VERSION.tar.bz2
+   SOURCE_URL[0]=$MIRROR_URL
+   SOURCE_URL[1]=ftp://ftp.gnupg.org/gcrypt/alpha/gnutls/$MODULE
+   SOURCE_URL[2]=ftp://ftp.gnutls.org/pub/gnutls/$MODULE
+   SOURCE_URL[3]=http://ftp.linux.hr/gcrypt/alpha/gnutls/$MODULE
+      SOURCE_VFY=sha1:ad333a55632eca9b7d035d3cc5c7f0b0342cb14e
+        WEB_SITE=http://www.gnutls.org
+         ENTERED=20031014
+         UPDATED=20080308
+           SHORT="Provides basic parts of the OpenPGP message format"
+
+cat << EOF
+This library provides basic parts of the OpenPGP message format.
+EOF


More information about the Lunar-commits mailing list