xorg-xf86-video-geode: dropped legacy driver that does not compile anymore

This commit is contained in:
Danny Rawlins 2019-08-25 19:42:44 +10:00
parent a56ac57338
commit f8dd5952b1
3 changed files with 0 additions and 32 deletions

View File

@ -1,9 +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/drivers/
-rwxr-xr-x root/root usr/lib/xorg/modules/drivers/geode_drv.la
-rwxr-xr-x root/root usr/lib/xorg/modules/drivers/geode_drv.so
-rwxr-xr-x root/root usr/lib/xorg/modules/drivers/ztv_drv.la
-rwxr-xr-x root/root usr/lib/xorg/modules/drivers/ztv_drv.so

View File

@ -1,5 +0,0 @@
untrusted comment: verify with /etc/ports/xorg.pub
RWTSGWF5Q7TndHocGauIv053eHOeG7avHH1g79vMEwIrG4OeR8BPII3incHOGATxG2ZAkqbEquSTJn17f21A59xXlTLf1I8yrwY=
SHA256 (Pkgfile) = 42a1616b4784a5d34d06ee2c083af5a96f1077dc6c1e2c01710be9d26856c137
SHA256 (.footprint) = ec0d2c4a116e7ae3b39b0c66e2a719dba725f5ce986b5e6de251be40200d144b
SHA256 (xf86-video-geode-2.11.19.tar.bz2) = c6694c21ee3d9560f6e925925ef1d3818b1988e899b6a0592dbae597c87ac97e

View File

@ -1,18 +0,0 @@
# Description: xorg driver xf86-video-geode
# URL: http://xorg.freedesktop.org
# Maintainer: CRUX Xorg Team, xorg-ports at crux dot nu
# Depends on: xorg-server
name=xorg-xf86-video-geode
version=2.11.19
release=1
source=(https://www.x.org/releases/individual/driver/xf86-video-geode-$version.tar.bz2)
build() {
cd xf86-video-geode-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}