[Lunar-commits] <moonbase> dri: remove it from the moonbase.

Florin Braescu florin at lunar-linux.org
Mon Apr 20 16:45:47 CEST 2009


commit a1bf5bb5379fe0ee7f05032a94d3204cac36f372
Author: Florin Braescu <florin at lunar-linux.org>
Date:   Mon Apr 20 17:45:47 2009 +0300

    dri: remove it from the moonbase.
---
 graphics/dri/BUILD   |   11 -----------
 graphics/dri/DEPENDS |    1 -
 graphics/dri/DETAILS |   33 ---------------------------------
 3 files changed, 0 insertions(+), 45 deletions(-)

diff --git a/graphics/dri/BUILD b/graphics/dri/BUILD
deleted file mode 100644
index c6e2040..0000000
--- a/graphics/dri/BUILD
+++ /dev/null
@@ -1,11 +0,0 @@
-(
-
-  cat $SOURCE_CACHE/$SOURCE2 | patch -p1            &&
-  CFLAGS="$CFLAGS -Wno-deprecated"                  &&
-  KV=`uname -r`                                     &&
-  make -f Makefile.linux                            &&
-  prepare_install                                   &&
-  cp *.o  /lib/modules/$KV                          &&
-  depmod -a
-
-) > $C_FIFO 2>&1
diff --git a/graphics/dri/DEPENDS b/graphics/dri/DEPENDS
deleted file mode 100644
index fb55024..0000000
--- a/graphics/dri/DEPENDS
+++ /dev/null
@@ -1 +0,0 @@
-depends  linux-vanilla
diff --git a/graphics/dri/DETAILS b/graphics/dri/DETAILS
deleted file mode 100644
index 2e8e06a..0000000
--- a/graphics/dri/DETAILS
+++ /dev/null
@@ -1,33 +0,0 @@
-          MODULE=dri
-             PKG=kernel
-         VERSION=4.0.2
-          SOURCE=$PKG-$VERSION.tar.bz2
-         SOURCE2=dri-4.0.2.r128only.patch
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$PKG-$VERSION
-   SOURCE_URL[0]=http://dri.sourceforge.net/res/kernel/
-      SOURCE_VFY=sha1:a39d48126e5f8ea017d9568b62dc0d9cd9116e00
-     SOURCE2_VFY=sha1:80d41169a003a6180ed3ac350fb6488c411bfaa5
-        WEB_SITE=http://dri.sourceforge.net
-         ENTERED=20020728
-         UPDATED=20020728
-           SHORT="a framework for allowing direct access to graphics hardware"
-cat << EOF
-The Direct Rendering Infrastructure, also known as the DRI, is a framework
-for allowing direct access to graphics hardware in a safe and efficient
-manner. It includes changes to the X server, to several client libraries,
-and to the kernel. The first major use for the DRI is to create fast OpenGL
-implementations.
-
-The DRI was initially developed by Precision Insight, Inc. (PI) in
-cooperation with, and partially funded by Red Hat Inc., and SGI. Since PI's
-merger with VA Linux, and VA Linux' subsequent exit from Linux, the DRI is
-being maintained by Tungsten Graphics Inc., a new company formed by some of
-the initial DRI developers from PI.
-
-The DRI is an integral part of XFree86 4.x, and integrates with Mesa, an open
-source implementation of the OpenGL API. Several 3D accelerated drivers have
-been written to the DRI specification, including drivers for chipsets produced
-by ATI, Matrox, 3dfx, and Intel. Tungsten Graphics is the current focal point
-for all DRI development, and many open source developers continue to contribute
-to the project through the DRI sourceforge project.
-EOF


More information about the Lunar-commits mailing list