[Lunar-commits] <moonbase> drm-git: remove it from the moonbase.
Florin Braescu
florin at lunar-linux.org
Sat Apr 25 18:27:52 CEST 2009
commit 9d721a812fc28a871620e8e33ebcae92abc2aa98
Author: Florin Braescu <florin at lunar-linux.org>
Date: Sat Apr 25 19:27:52 2009 +0300
drm-git: remove it from the moonbase.
---
zbeta/drm-git/BUILD | 21 ---------------------
zbeta/drm-git/DEPENDS | 1 -
zbeta/drm-git/DETAILS | 18 ------------------
3 files changed, 0 insertions(+), 40 deletions(-)
diff --git a/zbeta/drm-git/BUILD b/zbeta/drm-git/BUILD
deleted file mode 100644
index 34acfe5..0000000
--- a/zbeta/drm-git/BUILD
+++ /dev/null
@@ -1,21 +0,0 @@
-(
-
- KVER=$(if [ -f /usr/src/linux/include/linux/utsrelease.h ] ; then
- grep UTS_RELEASE /usr/src/linux/include/linux/utsrelease.h | cut -d '"' -f2
- else
- grep UTS_RELEASE /usr/src/linux/include/linux/version.h | cut -d -d '"' -f2
- fi)
-
- if $(uname -r | grep -q "^2\.6") ; then
- ./autogen.sh --prefix=/usr &&
- cd linux-core &&
- make LINUXDIR=/usr/src/linux &&
- prepare_install &&
- mkdir -p /lib/modules/$KVER/kernel/drivers/char/drm &&
- cp *.ko /lib/modules/$KVER/kernel/drivers/char/drm &&
- depmod -a $KVER
- else
- exit 1
- fi
-
-) > $C_FIFO 2>&1
diff --git a/zbeta/drm-git/DEPENDS b/zbeta/drm-git/DEPENDS
deleted file mode 100644
index 21f6e3f..0000000
--- a/zbeta/drm-git/DEPENDS
+++ /dev/null
@@ -1 +0,0 @@
-depends git
diff --git a/zbeta/drm-git/DETAILS b/zbeta/drm-git/DETAILS
deleted file mode 100644
index 39b7922..0000000
--- a/zbeta/drm-git/DETAILS
+++ /dev/null
@@ -1,18 +0,0 @@
- MODULE=drm-git
- VERSION=beta
- SOURCE=$MODULE-$VERSION.tar.bz2
- SOURCE_URL=git://anongit.freedesktop.org/git/mesa/drm
- MODULE_PREFIX=${X11R7_PREFIX:-/usr}
- WEB_SITE=http://dri.freedesktop.org/
- ENTERED=20061201
- UPDATED=`date -u +%Y%m01`
- FUZZY=off
- SHORT="DRM kernel modules"
-cat << EOF
-This module provides the latest DRM kernel modules for 3D
-acceleration in XOrg 7.x.
-
-If you're still using a 2.4.x based kernel its not going to
-do anything at all.
-EOF
-
More information about the Lunar-commits
mailing list