ports/contrib (3.7): kexec-tools: dropped
commit 5e49513fba5915fe50b573547e8c5742dd1afc87 Author: Tim Biermann <tbier@posteo.de> Date: Thu Dec 22 10:07:42 2022 +0000 kexec-tools: dropped diff --git a/kexec-tools/.footprint b/kexec-tools/.footprint deleted file mode 100644 index 0729c4646..000000000 --- a/kexec-tools/.footprint +++ /dev/null @@ -1,7 +0,0 @@ -drwxr-xr-x root/root usr/ -drwxr-xr-x root/root usr/sbin/ --rwxr-xr-x root/root usr/sbin/kexec -drwxr-xr-x root/root usr/share/ -drwxr-xr-x root/root usr/share/man/ -drwxr-xr-x root/root usr/share/man/man8/ --rw-r--r-- root/root usr/share/man/man8/kexec.8.gz diff --git a/kexec-tools/.signature b/kexec-tools/.signature deleted file mode 100644 index d3b2973fd..000000000 --- a/kexec-tools/.signature +++ /dev/null @@ -1,5 +0,0 @@ -untrusted comment: verify with /etc/ports/contrib.pub -RWSagIOpLGJF3/gNXwRjfHOaHIjgFr0sJvbn2sSdWsT5M3YW0eoybV7MhOZJIEoWiRO9XyC/jvy5GtSo12PSllHNBkkB0QHbvw8= -SHA256 (Pkgfile) = 23b794c24285f314f639c8b1bc90dae838bbff0f5d2e2cf0c62e4680884366f5 -SHA256 (.footprint) = 750b5d6fc78dd4f4c32345f7218c108ab836a2e6b7ff3e2e1d4024a87e98e754 -SHA256 (kexec-tools-2.0.25.tar.gz) = 3731a7c2d8a71a13f4021b94c31abe713f72703774b1e2cfe671fa33f317b637 diff --git a/kexec-tools/Pkgfile b/kexec-tools/Pkgfile deleted file mode 100644 index dbdf8e793..000000000 --- a/kexec-tools/Pkgfile +++ /dev/null @@ -1,30 +0,0 @@ -# Description: User space utility to load and exec another kernel -# URL: https://git.kernel.org/pub/scm/utils/kernel/kexec/kexec-tools.git -# Maintainer: Steffen Nurpmeso, steffen at sdaoden dot eu -# Depends on: zlib - -name=kexec-tools -xname=kexec -version=2.0.25 -release=1 -source=(https://git.kernel.org/pub/scm/utils/kernel/${xname}/\ -${name}.git/snapshot/${name}-${version}.tar.gz -) - -build() { - cd ${name}-${version} - - ./bootstrap - #LDFLAGS="-static ${LDFLAGS}" - ./configure --prefix=/usr --without-lzma - make - make DESTDIR="${PKG}" install - - #mv "${PKG}"/usr/sbin/kexec "${PKG}"/usr/sbin/kexec.static - rm -rf \ - "${PKG}"/usr/lib \ - "${PKG}"/usr/sbin/vmcore-dmesg \ - "${PKG}"/usr/share/man/man8/vmcore-dmesg.8 -} - -# s-sh-mode
participants (1)
-
crux@crux.nu