[Lunar-commits] <moonbase> cryptsetup: version bumped to 1.4.3. Move it to crypto dir.

Florin Braescu florin at lunar-linux.org
Sat Jun 30 13:40:38 CEST 2012


commit fd1d7dd249646c40ffd61446eae4245e65339ed7
Author: Florin Braescu <florin at lunar-linux.org>
Date:   Sat Jun 30 13:40:38 2012 +0200

    cryptsetup: version bumped to 1.4.3. Move it to crypto dir.
---
 crypto/cryptsetup/BUILD   |    9 +++++++++
 crypto/cryptsetup/DEPENDS |    3 +++
 crypto/cryptsetup/DETAILS |   15 +++++++++++++++
 utils/cryptsetup/BUILD    |    9 ---------
 utils/cryptsetup/DEPENDS  |    3 ---
 utils/cryptsetup/DETAILS  |   15 ---------------
 6 files changed, 27 insertions(+), 27 deletions(-)

diff --git a/crypto/cryptsetup/BUILD b/crypto/cryptsetup/BUILD
new file mode 100644
index 0000000..77ec19d
--- /dev/null
+++ b/crypto/cryptsetup/BUILD
@@ -0,0 +1,9 @@
+(
+
+  # Create /sbin/cryptsetup rather than /usr/sbin/cryptsetup,
+  # so Gnome can find it.
+  OPTS+=" --sbindir=/sbin"  &&
+
+  default_build
+
+) > $C_FIFO 2>&1
diff --git a/crypto/cryptsetup/DEPENDS b/crypto/cryptsetup/DEPENDS
new file mode 100644
index 0000000..bd5b76f
--- /dev/null
+++ b/crypto/cryptsetup/DEPENDS
@@ -0,0 +1,3 @@
+depends lvm2
+depends libgcrypt
+depends popt
diff --git a/crypto/cryptsetup/DETAILS b/crypto/cryptsetup/DETAILS
new file mode 100644
index 0000000..770544a
--- /dev/null
+++ b/crypto/cryptsetup/DETAILS
@@ -0,0 +1,15 @@
+          MODULE=cryptsetup
+         VERSION=1.4.3
+          SOURCE=$MODULE-$VERSION.tar.bz2
+      SOURCE_URL=http://cryptsetup.googlecode.com/files
+      SOURCE_VFY=sha256:d5ff2c00f6f791d77fa5636a02ae43ddbb46c6c793bdeafdec5e38fd15f99d0a
+        WEB_SITE=http://code.google.com/p/cryptsetup
+         ENTERED=20050309
+         UPDATED=20120630
+           SHORT="Device-mapper crypto userspace setup tool"
+
+cat << EOF
+Using device-mapper's dmsetup directly is too complicated for most people.
+Cryptsetup is being written to behave like one of the patched losetup's
+out there.
+EOF
diff --git a/utils/cryptsetup/BUILD b/utils/cryptsetup/BUILD
deleted file mode 100644
index 77ec19d..0000000
--- a/utils/cryptsetup/BUILD
+++ /dev/null
@@ -1,9 +0,0 @@
-(
-
-  # Create /sbin/cryptsetup rather than /usr/sbin/cryptsetup,
-  # so Gnome can find it.
-  OPTS+=" --sbindir=/sbin"  &&
-
-  default_build
-
-) > $C_FIFO 2>&1
diff --git a/utils/cryptsetup/DEPENDS b/utils/cryptsetup/DEPENDS
deleted file mode 100644
index bd5b76f..0000000
--- a/utils/cryptsetup/DEPENDS
+++ /dev/null
@@ -1,3 +0,0 @@
-depends lvm2
-depends libgcrypt
-depends popt
diff --git a/utils/cryptsetup/DETAILS b/utils/cryptsetup/DETAILS
deleted file mode 100644
index 770544a..0000000
--- a/utils/cryptsetup/DETAILS
+++ /dev/null
@@ -1,15 +0,0 @@
-          MODULE=cryptsetup
-         VERSION=1.4.3
-          SOURCE=$MODULE-$VERSION.tar.bz2
-      SOURCE_URL=http://cryptsetup.googlecode.com/files
-      SOURCE_VFY=sha256:d5ff2c00f6f791d77fa5636a02ae43ddbb46c6c793bdeafdec5e38fd15f99d0a
-        WEB_SITE=http://code.google.com/p/cryptsetup
-         ENTERED=20050309
-         UPDATED=20120630
-           SHORT="Device-mapper crypto userspace setup tool"
-
-cat << EOF
-Using device-mapper's dmsetup directly is too complicated for most people.
-Cryptsetup is being written to behave like one of the patched losetup's
-out there.
-EOF


More information about the Lunar-commits mailing list