[Lunar-commits] <moonbase> xdelta: remove it from the moonbase.
Florin Braescu
florin at lunar-linux.org
Sat Jan 31 13:03:47 CET 2009
commit eb7795778700d827ee6bf0b0655338234bea80f1
Author: Florin Braescu <florin at lunar-linux.org>
Date: Sat Jan 31 14:03:47 2009 +0200
xdelta: remove it from the moonbase.
It creates more confusion than it helps.
---
utils/xdelta/BUILD | 4 ----
utils/xdelta/DEPENDS | 2 --
utils/xdelta/DETAILS | 20 --------------------
3 files changed, 0 insertions(+), 26 deletions(-)
diff --git a/utils/xdelta/BUILD b/utils/xdelta/BUILD
deleted file mode 100644
index 8b2a03e..0000000
--- a/utils/xdelta/BUILD
+++ /dev/null
@@ -1,4 +0,0 @@
-unset CC CXX
-(
- default_build
-) > $C_FIFO 2>&1
diff --git a/utils/xdelta/DEPENDS b/utils/xdelta/DEPENDS
deleted file mode 100644
index dc9a3a9..0000000
--- a/utils/xdelta/DEPENDS
+++ /dev/null
@@ -1,2 +0,0 @@
-depends glib &&
-depends zlib
diff --git a/utils/xdelta/DETAILS b/utils/xdelta/DETAILS
deleted file mode 100644
index 9b49990..0000000
--- a/utils/xdelta/DETAILS
+++ /dev/null
@@ -1,20 +0,0 @@
- MODULE=xdelta
- VERSION=1.1.4
- SOURCE=$MODULE-$VERSION.tar.gz
- SOURCE_URL[0]=http://xdelta.googlecode.com/files/
- SOURCE_VFY=sha1:7cfc3e4ea6b27d199de02906beb6c80a04facb91
- WEB_SITE=http://xdelta.org/
- ENTERED=20010922
- UPDATED=20070226
- SHORT="A diff program that works on binaries"
-
-cat << EOF
-Announcing version 1.1.4 of Xdelta. Xdelta is an application program
-designed to compute changes between files. These changes (deltas) are
-similar to the output of the "diff" program in that they may be used
-to store and transmit only the changes between files. However, unlike
-diff, the output of Xdelta is not expressed in a human-readable
-format--Xdelta can also also apply these deltas to a copy of the
-original file. Xdelta uses a fast, linear algorithm and performs
-well on both binary and text files.
-EOF
More information about the Lunar-commits
mailing list