summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Biermann <tbier@posteo.de>2021-08-22 18:40:17 +0200
committerTim Biermann <tbier@posteo.de>2021-08-22 18:41:02 +0200
commit6101531a670bbc66c7df6566b4b73163775236fa (patch)
treef44fa1abb8f7acaa20b1f6e1cae4d8d2fa779cb6
parentde6ec72303f4b7dc91c6bc476256b68c5dcc85af (diff)
downloadopt-6101531a670bbc66c7df6566b4b73163775236fa.tar.gz
opt-6101531a670bbc66c7df6566b4b73163775236fa.tar.xz
lunzip: dropped unmaintained port
-rw-r--r--lunzip/.footprint7
-rw-r--r--lunzip/.signature5
-rw-r--r--lunzip/Pkgfile17
3 files changed, 0 insertions, 29 deletions
diff --git a/lunzip/.footprint b/lunzip/.footprint
deleted file mode 100644
index 61ee3f8f6..000000000
--- a/lunzip/.footprint
+++ /dev/null
@@ -1,7 +0,0 @@
-drwxr-xr-x root/root usr/
-drwxr-xr-x root/root usr/bin/
--rwxr-xr-x root/root usr/bin/lunzip
-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/lunzip.1.gz
diff --git a/lunzip/.signature b/lunzip/.signature
deleted file mode 100644
index 738e738cf..000000000
--- a/lunzip/.signature
+++ /dev/null
@@ -1,5 +0,0 @@
-untrusted comment: verify with /etc/ports/opt.pub
-RWSE3ohX2g5d/Tiosgaix5yD4LhhMvdcuKiItgsGZzK4UHbTkPQlbGczTIihvOllTn88V85Bpc3GptHJzAjvK2udl6TItCCJiQQ=
-SHA256 (Pkgfile) = 00fd328d4e40cc0a2c3e3cccd56d2ca86fe1816fe8351e09c216c6078d7582bf
-SHA256 (.footprint) = 7d1aa9b7a30315eff5a7efe06fa73cb68126b976f5f5de6866d920d06a0d578d
-SHA256 (lunzip-1.12.tar.gz) = e55b4aaac5666b6ccad8459e52f8adb6869ce259f686e960129ae1e1bdf52ad2
diff --git a/lunzip/Pkgfile b/lunzip/Pkgfile
deleted file mode 100644
index fc883ffad..000000000
--- a/lunzip/Pkgfile
+++ /dev/null
@@ -1,17 +0,0 @@
-# Description: Decompressor for lzip files
-# URL: http://lzip.nongnu.org/lunzip.html
-# Maintainer: Fredrik Rinnestam, fredrik at crux dot nu
-# Depends on:
-
-name=lunzip
-version=1.12
-release=1
-source=(http://download.savannah.gnu.org/releases/lzip/lunzip/lunzip-$version.tar.gz)
-
-build() {
- cd $name-$version
- ./configure --prefix=/usr
-
- make
- make DESTDIR=$PKG install
-}

Generated by cgit