commit 5796f8cad0724dfff3b9f492e9e18618cfe2356d Author: Tim Biermann <tbier@posteo.de> Date: Sun Jan 31 18:00:30 2021 +0000 uid_wrapper: deleted unmaintained port diff --git a/uid_wrapper/.footprint b/uid_wrapper/.footprint deleted file mode 100644 index 64c74fe12..000000000 --- a/uid_wrapper/.footprint +++ /dev/null @@ -1,15 +0,0 @@ -drwxr-xr-x root/root usr/ -drwxr-xr-x root/root usr/lib/ -drwxr-xr-x root/root usr/lib/cmake/ -drwxr-xr-x root/root usr/lib/cmake/uid_wrapper/ --rw-r--r-- root/root usr/lib/cmake/uid_wrapper/uid_wrapper-config-version.cmake --rw-r--r-- root/root usr/lib/cmake/uid_wrapper/uid_wrapper-config.cmake -lrwxrwxrwx root/root usr/lib/libuid_wrapper.so -> libuid_wrapper.so.0 -lrwxrwxrwx root/root usr/lib/libuid_wrapper.so.0 -> libuid_wrapper.so.0.0.9 --rwxr-xr-x root/root usr/lib/libuid_wrapper.so.0.0.9 -drwxr-xr-x root/root usr/lib/pkgconfig/ --rw-r--r-- root/root usr/lib/pkgconfig/uid_wrapper.pc -drwxr-xr-x root/root usr/share/ -drwxr-xr-x root/root usr/share/man/ -drwxr-xr-x root/root usr/share/man/man1/ --rw-r--r-- root/root usr/share/man/man1/uid_wrapper.1.gz diff --git a/uid_wrapper/.signature b/uid_wrapper/.signature deleted file mode 100644 index cf7ab409d..000000000 --- a/uid_wrapper/.signature +++ /dev/null @@ -1,5 +0,0 @@ -untrusted comment: verify with /etc/ports/opt.pub -RWSE3ohX2g5d/UQc0voGwizuRJ6Tp0PcM3k+CGkC+cem4qBNERgh0X0LAjax6540mhTNgrKu0JXHe0M5asTDHfOxMGjQ9ffJows= -SHA256 (Pkgfile) = d263129ea4cb7b01b65928b3416c8b5749d061885e60d91fe566fe9d3f1932a9 -SHA256 (.footprint) = a67d4e4a49796e335fefd4a2a9f91402859622e3610c47d7e0d7aefebc36fd9e -SHA256 (uid_wrapper-1.2.8.tar.gz) = 0e6f1e07d8a9c1ac5984bac3c1a9c3d9b1e35b3eb01b9e973dbc2543514b956b diff --git a/uid_wrapper/Pkgfile b/uid_wrapper/Pkgfile deleted file mode 100644 index 3328fc675..000000000 --- a/uid_wrapper/Pkgfile +++ /dev/null @@ -1,19 +0,0 @@ -# Description: Wrapper for Unix user and group functions -# URL: https://cwrap.org/uid_wrapper.html -# Maintainer: Alan Mizrahi, alan at mizrahi dot com dot ve -# Depends on: cmake - -name=uid_wrapper -version=1.2.8 -release=1 -source=(https://ftp.samba.org/pub/cwrap/$name-$version.tar.gz) - -build() { - cmake -S $name-$version -B build \ - -D CMAKE_BUILD_TYPE=Release \ - -D CMAKE_C_FLAGS_RELEASE="$CFLAGS" \ - -D CMAKE_INSTALL_PREFIX=/usr \ - -D CMAKE_INSTALL_LIBDIR=lib - cmake --build build - DESTDIR=$PKG cmake --install build -}