commit 2da57f98ad439e953da8c197ce586461570e2353 Author: Tim Biermann <tbier@posteo.de> Date: Sat May 27 11:13:40 2023 +0200 xorg-xf86-input-keyboard: dropped obsolete port diff --git a/xorg-xf86-input-keyboard/.footprint b/xorg-xf86-input-keyboard/.footprint deleted file mode 100644 index 0c9ef96f..00000000 --- a/xorg-xf86-input-keyboard/.footprint +++ /dev/null @@ -1,11 +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/kbd_drv.la --rwxr-xr-x root/root usr/lib/xorg/modules/input/kbd_drv.so -drwxr-xr-x root/root usr/share/ -drwxr-xr-x root/root usr/share/man/ -drwxr-xr-x root/root usr/share/man/man4/ --rw-r--r-- root/root usr/share/man/man4/kbd.4.gz diff --git a/xorg-xf86-input-keyboard/.signature b/xorg-xf86-input-keyboard/.signature deleted file mode 100644 index 2db3f9f6..00000000 --- a/xorg-xf86-input-keyboard/.signature +++ /dev/null @@ -1,5 +0,0 @@ -untrusted comment: verify with /etc/ports/xorg.pub -RWTSGWF5Q7TndKkiu/udByNuxeCLgfFD45Iff/cL6QFm/4kya2goBKl85vnms/m8lG1ZgLJDsH8vY3IsmBd024CY3jzJNr+t5A4= -SHA256 (Pkgfile) = e18572b8c1205fd17b9d297a4345ea75e79d51a6863e4b3c9ec68aaef30b0925 -SHA256 (.footprint) = 591add46a5f809fd1162ef0f26f88db62ccf7a8d962d4ce53d242dfab31bfeba -SHA256 (xf86-input-keyboard-1.9.0.tar.bz2) = f7c900f21752683402992b288d5a2826de7a6c0c0abac2aadd7e8a409e170388 diff --git a/xorg-xf86-input-keyboard/Pkgfile b/xorg-xf86-input-keyboard/Pkgfile deleted file mode 100644 index 4d156ef9..00000000 --- a/xorg-xf86-input-keyboard/Pkgfile +++ /dev/null @@ -1,18 +0,0 @@ -# Description: xorg driver xf86-input-keyboard -# URL: http://xorg.freedesktop.org -# Maintainer: CRUX Xorg Team, xorg-ports at crux dot nu -# Depends on: xorg-server - -name=xorg-xf86-input-keyboard -version=1.9.0 -release=1 -source=(https://www.x.org/releases/individual/driver/xf86-input-keyboard-$version.ta...) - -build() { - cd xf86-input-keyboard-$version - - ./configure --prefix=/usr - - make - make DESTDIR=$PKG install -}