From 17d10984add49e64ede3ef9172a4adb273fb5dc1 Mon Sep 17 00:00:00 2001
From: Michael Hanson <hansonorders@verizon.net>
Date: Wed, 17 Nov 2010 03:40:41 +0000
Subject: housekeeping

---
 .../cryptsetup-1.0.5-run_udevsettle.patch          | 29 ----------------------
 abs/core/cryptsetup/luksOpen-status.patch          | 13 ----------
 abs/core/xf86-video-i128/LICENSE                   | 23 -----------------
 abs/core/xz/xz-4.999.9beta-5-i686.pkg.tar.gz       |  1 -
 4 files changed, 66 deletions(-)
 delete mode 100644 abs/core/cryptsetup/cryptsetup-1.0.5-run_udevsettle.patch
 delete mode 100644 abs/core/cryptsetup/luksOpen-status.patch
 delete mode 100644 abs/core/xf86-video-i128/LICENSE
 delete mode 120000 abs/core/xz/xz-4.999.9beta-5-i686.pkg.tar.gz

diff --git a/abs/core/cryptsetup/cryptsetup-1.0.5-run_udevsettle.patch b/abs/core/cryptsetup/cryptsetup-1.0.5-run_udevsettle.patch
deleted file mode 100644
index 28f85e6..0000000
--- a/abs/core/cryptsetup/cryptsetup-1.0.5-run_udevsettle.patch
+++ /dev/null
@@ -1,29 +0,0 @@
-Index: cryptsetup-1.0.5/lib/libdevmapper.c
-===================================================================
---- cryptsetup-1.0.5.orig/lib/libdevmapper.c
-+++ cryptsetup-1.0.5/lib/libdevmapper.c
-@@ -18,6 +18,13 @@
- 
- #define	CRYPT_TARGET	"crypt"
- 
-+#define UDEVSETTLE	"/sbin/udevsettle"
-+
-+static void run_udevsettle(void)
-+{
-+	system(UDEVSETTLE);
-+}
-+
- static void set_dm_error(int level, const char *file, int line,
-                          const char *f, ...)
- {
-@@ -184,6 +191,9 @@ static int dm_create_device(int reload, 
- 	if (dmi.read_only)
- 		options->flags |= CRYPT_FLAG_READONLY;
- 
-+	/* run udevsettle to avoid problems with busy dm devices */
-+	run_udevsettle();
-+
- 	r = 0;
- 	
- out:
-
diff --git a/abs/core/cryptsetup/luksOpen-status.patch b/abs/core/cryptsetup/luksOpen-status.patch
deleted file mode 100644
index d2e4004..0000000
--- a/abs/core/cryptsetup/luksOpen-status.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff -Nur cryptsetup-luks-1.0.4.orig/src/cryptsetup.c cryptsetup-luks-1.0.4/src/cryptsetup.c
---- cryptsetup-luks-1.0.4.orig/src/cryptsetup.c	2006-10-04 15:47:00.000000000 +0200
-+++ cryptsetup-luks-1.0.4/src/cryptsetup.c	2006-12-16 15:54:12.000000000 +0100
-@@ -249,7 +249,8 @@
- 	if (opt_readonly)
- 		options.flags |= CRYPT_FLAG_READONLY;
- 	r = crypt_luksOpen(&options);
--	show_status(-r);
-+	if(r)
-+		show_status(-r);
- 	return r;
- }
- 
diff --git a/abs/core/xf86-video-i128/LICENSE b/abs/core/xf86-video-i128/LICENSE
deleted file mode 100644
index 485a648..0000000
--- a/abs/core/xf86-video-i128/LICENSE
+++ /dev/null
@@ -1,23 +0,0 @@
-This package was downloaded from
-http://xorg.freedesktop.org/releases/individual/driver/
-
-Copyright 1995-2000 by Robin Cutshaw <robin@XFree86.Org>
-Copyright 1998 by Number Nine Visual Technology, Inc.
-
-Permission to use, copy, modify, distribute, and sell this software and its
-documentation for any purpose is hereby granted without fee, provided that
-the above copyright notice appear in all copies and that both that
-copyright notice and this permission notice appear in supporting
-documentation, and that the name of Robin Cutshaw not be used in
-advertising or publicity pertaining to distribution of the software without
-specific, written prior permission.  Robin Cutshaw and Number Nine make no
-representations about the suitability of this software for any purpose.  It
-is provided "as is" without express or implied warranty.
-
-ROBIN CUTSHAW AND NUMBER NINE DISCLAIM ALL WARRANTIES WITH REGARD TO THIS
-SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
-FITNESS, IN NO EVENT SHALL ROBIN CUTSHAW OR NUMBER NINE BE LIABLE FOR
-ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
-WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN
-AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING
-OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
diff --git a/abs/core/xz/xz-4.999.9beta-5-i686.pkg.tar.gz b/abs/core/xz/xz-4.999.9beta-5-i686.pkg.tar.gz
deleted file mode 120000
index 0423fa8..0000000
--- a/abs/core/xz/xz-4.999.9beta-5-i686.pkg.tar.gz
+++ /dev/null
@@ -1 +0,0 @@
-/data/pkg_repo/packages/xz-4.999.9beta-5-i686.pkg.tar.gz
\ No newline at end of file
-- 
cgit v0.12