commit 5f226b6e01caa39404abc4dee6cdb22f7a09cec8 Author: Tim Biermann <tbier@posteo.de> Date: Sat May 27 11:13:40 2023 +0200 xorg-xf86-input-mouse: dropped obsolete port diff --git a/xorg-xf86-input-mouse/.footprint b/xorg-xf86-input-mouse/.footprint deleted file mode 100644 index b61fd29b..00000000 --- a/xorg-xf86-input-mouse/.footprint +++ /dev/null @@ -1,16 +0,0 @@ -drwxr-xr-x root/root usr/ -drwxr-xr-x root/root usr/include/ -drwxr-xr-x root/root usr/include/xorg/ --rw-r--r-- root/root usr/include/xorg/xf86-mouse-properties.h -drwxr-xr-x root/root usr/lib/ -drwxr-xr-x root/root usr/lib/pkgconfig/ --rw-r--r-- root/root usr/lib/pkgconfig/xorg-mouse.pc -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/mouse_drv.la --rwxr-xr-x root/root usr/lib/xorg/modules/input/mouse_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/mousedrv.4.gz diff --git a/xorg-xf86-input-mouse/.signature b/xorg-xf86-input-mouse/.signature deleted file mode 100644 index f89aed84..00000000 --- a/xorg-xf86-input-mouse/.signature +++ /dev/null @@ -1,5 +0,0 @@ -untrusted comment: verify with /etc/ports/xorg.pub -RWTSGWF5Q7TndBt6Wp8UUsaS4TuM9W4uPfjocRSW0avydKCjn/N/pCt+eupozaDrjCZCsGSGIiYpH5kgcamSEYk4XV3JtU/BaAU= -SHA256 (Pkgfile) = 5138bc53359dbcf8757d87ba0dc17c6c9bad9ff1b2fdc0f8f59aed2a1d02cb37 -SHA256 (.footprint) = 966c8593cf72604c3395b01fc17a844b306dae91691f9c4cd3f51859507551f2 -SHA256 (xf86-input-mouse-1.9.5.tar.xz) = 4fde8ae9b44352e2a208584c36528ee3ed13cf5fe4417208a9785daccefd9968 diff --git a/xorg-xf86-input-mouse/Pkgfile b/xorg-xf86-input-mouse/Pkgfile deleted file mode 100644 index f598da0b..00000000 --- a/xorg-xf86-input-mouse/Pkgfile +++ /dev/null @@ -1,16 +0,0 @@ -# Description: xorg driver xf86-input-mouse -# URL: http://xorg.freedesktop.org -# Maintainer: CRUX Xorg Team, xorg-ports at crux dot nu -# Depends on: xorg-server - -name=xorg-xf86-input-mouse -version=1.9.5 -release=1 -source=(https://www.x.org/releases/individual/driver/xf86-input-mouse-$version.tar.x...) - -build() { - cd xf86-input-mouse-$version - ./configure --prefix=/usr - make - make DESTDIR=$PKG install -}