From 8b167ea6b341ae114faef0552d38c7a817d1122c Mon Sep 17 00:00:00 2001 From: Juergen Daubert Date: Fri, 13 Jul 2012 13:33:25 +0200 Subject: [PATCH] xorg-xf86-input-acecad: removed, unmaintained by upstream as of xorg 7.7 --- xorg-xf86-input-acecad/.footprint | 10 ---------- xorg-xf86-input-acecad/.md5sum | 1 - xorg-xf86-input-acecad/Pkgfile | 18 ------------------ 3 files changed, 29 deletions(-) delete mode 100644 xorg-xf86-input-acecad/.footprint delete mode 100644 xorg-xf86-input-acecad/.md5sum delete mode 100644 xorg-xf86-input-acecad/Pkgfile diff --git a/xorg-xf86-input-acecad/.footprint b/xorg-xf86-input-acecad/.footprint deleted file mode 100644 index e516aecf..00000000 --- a/xorg-xf86-input-acecad/.footprint +++ /dev/null @@ -1,10 +0,0 @@ -drwxr-xr-x root/root usr/ -drwxr-xr-x root/root usr/lib/ -drwxr-xr-x root/root usr/lib/xorg/ -drwxr-xr-x root/root usr/lib/xorg/modules/ -drwxr-xr-x root/root usr/lib/xorg/modules/input/ --rwxr-xr-x root/root usr/lib/xorg/modules/input/acecad_drv.la --rwxr-xr-x root/root usr/lib/xorg/modules/input/acecad_drv.so -drwxr-xr-x root/root usr/man/ -drwxr-xr-x root/root usr/man/man4/ --rw-r--r-- root/root usr/man/man4/acecad.4.gz diff --git a/xorg-xf86-input-acecad/.md5sum b/xorg-xf86-input-acecad/.md5sum deleted file mode 100644 index cd4eb35e..00000000 --- a/xorg-xf86-input-acecad/.md5sum +++ /dev/null @@ -1 +0,0 @@ -a03721cae66c475e5f6513fa51142869 xf86-input-acecad-1.5.0.tar.bz2 diff --git a/xorg-xf86-input-acecad/Pkgfile b/xorg-xf86-input-acecad/Pkgfile deleted file mode 100644 index c2c88fe0..00000000 --- a/xorg-xf86-input-acecad/Pkgfile +++ /dev/null @@ -1,18 +0,0 @@ -# Description: xorg driver xf86-input-acecad -# URL: http://xorg.freedesktop.org -# Maintainer: Tilman Sauerbeck, tilman at crux dot nu -# Depends on: xorg-server - -name=xorg-xf86-input-acecad -version=1.5.0 -release=1 -source=(http://xorg.freedesktop.org/releases/individual/driver/xf86-input-acecad-$version.tar.bz2) - -build() { - cd xf86-input-acecad-$version - - ./configure --prefix=/usr --mandir=/usr/man - - make - make DESTDIR=$PKG install -}