libfaketime: dropped unmaintained port

This commit is contained in:
Tim Biermann 2023-09-24 09:32:52 +02:00
parent 1e92b3c3df
commit 238e70d260
Signed by: tb
GPG Key ID: 42F8B4E30B673606
3 changed files with 0 additions and 33 deletions

View File

@ -1,11 +0,0 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/faketime
drwxr-xr-x root/root usr/lib/
drwxr-xr-x root/root usr/lib/faketime/
-rw-r--r-- root/root usr/lib/faketime/libfaketime.so.1
-rw-r--r-- root/root usr/lib/faketime/libfaketimeMT.so.1
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/faketime.1.gz

View File

@ -1,5 +0,0 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF31UclVzP+6ebcr25j64NVK0Ugel/YUPRTHDuvP1lNyE0ZMjc9PUlCqUGIR9xEQFgD0W4A35xjR9r8LtUow4hqAw=
SHA256 (Pkgfile) = 7fd9e8e5405265eb9ba22408cc0ef6c04c5f4e3607ae90938360624a910f4c7f
SHA256 (.footprint) = 07d18d00172586cac8ba536dece7e9cd8a820711724db5f5d1008efada5d5058
SHA256 (libfaketime-v0.9.10.tar.gz) = 729ad33b9c750a50d9c68e97b90499680a74afd1568d859c574c0fe56fe7947f

View File

@ -1,17 +0,0 @@
# Description: Fake time preload library, report faked system time to programs without having to change the system-wide time
# URL: https://github.com/wolfcw/libfaketime
# Maintainer: unmaintained
name=libfaketime
version=0.9.10
release=1
source=(https://github.com/wolfcw/$name/archive/v$version/$name-v$version.tar.gz)
build() {
cd libfaketime-$version
make PREFIX=/usr
make PREFIX=/usr DESTDIR=$PKG install
rm -r $PKG/usr/share/doc
}