From 241a1411928c891578a7e365c095775f2040c3f0 Mon Sep 17 00:00:00 2001
From: James Meyer <james.meyer@operamail.com>
Date: Mon, 6 Aug 2012 17:39:43 -0500
Subject: ddcxinfo:  removed

---
 abs/core/ddcxinfo/PKGBUILD                       |  25 -----------------------
 abs/core/ddcxinfo/ddcxinfo-kanotix_0.6.19.tar.gz | Bin 39882 -> 0 bytes
 abs/core/ddcxinfo/lrmi.patch                     |  18 ----------------
 3 files changed, 43 deletions(-)
 delete mode 100644 abs/core/ddcxinfo/PKGBUILD
 delete mode 100644 abs/core/ddcxinfo/ddcxinfo-kanotix_0.6.19.tar.gz
 delete mode 100644 abs/core/ddcxinfo/lrmi.patch

diff --git a/abs/core/ddcxinfo/PKGBUILD b/abs/core/ddcxinfo/PKGBUILD
deleted file mode 100644
index b358c0c..0000000
--- a/abs/core/ddcxinfo/PKGBUILD
+++ /dev/null
@@ -1,25 +0,0 @@
-pkgname=ddcxinfo
-pkgver=0.6.19
-pkgrel=3
-pkgdesc="DDC readout using the VESA BIOS extension"
-url="http://www.t2-project.org/packages/ddcxinfo.html"
-license="GPL"
-depends=(x-server)
-makedepends=()
-conflicts=()
-replaces=()
-backup=()
-arch=('i686')
-install=
-source=(http://www.kanotix.com/files/debian/pool/main/d/ddcxinfo-kanotix/$pkgname-kanotix_$pkgver.tar.gz
-        lrmi.patch)
-
-
-build() {
-  cd $startdir/src/$pkgname-kanotix-$pkgver
-  mkdir -p  $startdir/pkg/usr/sbin
-  patch -p1 < $startdir/src/lrmi.patch
-  make DESTDIR=$startdir/pkg install
-  cp svgamodes $startdir/pkg/usr/sbin/
-  chmod +s $startdir/pkg/usr/sbin/ddcprobe
-}
diff --git a/abs/core/ddcxinfo/ddcxinfo-kanotix_0.6.19.tar.gz b/abs/core/ddcxinfo/ddcxinfo-kanotix_0.6.19.tar.gz
deleted file mode 100644
index fbbb329..0000000
Binary files a/abs/core/ddcxinfo/ddcxinfo-kanotix_0.6.19.tar.gz and /dev/null differ
diff --git a/abs/core/ddcxinfo/lrmi.patch b/abs/core/ddcxinfo/lrmi.patch
deleted file mode 100644
index ca735fa..0000000
--- a/abs/core/ddcxinfo/lrmi.patch
+++ /dev/null
@@ -1,18 +0,0 @@
-Common subdirectories: ddcxinfo-kanotix-0.6.19-orig/debian and ddcxinfo-kanotix-0.6.19/debian
-diff -u ddcxinfo-kanotix-0.6.19-orig/lrmi.c ddcxinfo-kanotix-0.6.19/lrmi.c
---- ddcxinfo-kanotix-0.6.19-orig/lrmi.c	2009-07-25 06:15:09.000000000 +0000
-+++ ddcxinfo-kanotix-0.6.19/lrmi.c	2009-07-25 06:17:22.000000000 +0000
-@@ -170,6 +170,13 @@
- 		}
- 	}
- 
-+#ifndef TF_MASK
-+#define TF_MASK X86_EFLAGS_TF
-+#define IF_MASK X86_EFLAGS_IF
-+#define IOPL_MASK X86_EFLAGS_IOPL
-+#define VIF_MASK X86_EFLAGS_VIF
-+#define VIP_MASK X86_EFLAGS_VIP
-+#endif
- 
- #define DEFAULT_VM86_FLAGS 	(IF_MASK | IOPL_MASK)
- #define DEFAULT_STACK_SIZE 	0x1000
-- 
cgit v0.12