commit 966b538b40ad553c453e7d30e9e33ee9292608fc Author: Tim Biermann <tbier@posteo.de> Date: Sun Jun 27 21:16:56 2021 +0000 iw: removed unmaintained port diff --git a/iw/.footprint b/iw/.footprint deleted file mode 100644 index f9a9ac6b4..000000000 --- a/iw/.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/iw -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/iw.8.gz diff --git a/iw/.signature b/iw/.signature deleted file mode 100644 index dbb5b23f0..000000000 --- a/iw/.signature +++ /dev/null @@ -1,5 +0,0 @@ -untrusted comment: verify with /etc/ports/contrib.pub -RWSagIOpLGJF3wjy5uMcfvAFVVuZhqSC/IKgaPXzFifMdhZuzkcDc+jjNBIwFdLV3MitSy6fEwGB8otsGhsRp8bvbNNrDFdeTgE= -SHA256 (Pkgfile) = 13a617fc5db72cc9e63170e6661042b35417012b5e07ad9948ef1f3383eca207 -SHA256 (.footprint) = 0f6175bbce244565e07a7883e8bf7a679d7d9308b6b4d3ca9c5d840f892262ae -SHA256 (iw-5.9.tar.xz) = 293a07109aeb7e36267cf59e3ce52857e9ffae3a6666eb8ac77894b1839fe1f2 diff --git a/iw/Pkgfile b/iw/Pkgfile deleted file mode 100644 index 44cb4bbef..000000000 --- a/iw/Pkgfile +++ /dev/null @@ -1,15 +0,0 @@ -# Description: nl80211 based CLI configuration utility for wireless devices -# URL: https://wireless.wiki.kernel.org/en/users/documentation/iw -# Maintainer: Thomas Penteker, tek at serverop dot de -# Depends on: libnl - -name=iw -version=5.9 -release=1 -source=(https://www.kernel.org/pub/software/network/$name/$name-$version.tar.xz) - -build() { - cd $name-$version - make - make DESTDIR=$PKG install -}