From 2c4fd11104084e9ec2fe0872027f63ba46455a9a Mon Sep 17 00:00:00 2001 From: Tim Biermann Date: Sun, 24 Sep 2023 09:32:55 +0200 Subject: [PATCH] uthash: dropped unmaintained port --- uthash/.footprint | 8 -------- uthash/.signature | 5 ----- uthash/Pkgfile | 14 -------------- 3 files changed, 27 deletions(-) delete mode 100644 uthash/.footprint delete mode 100644 uthash/.signature delete mode 100644 uthash/Pkgfile diff --git a/uthash/.footprint b/uthash/.footprint deleted file mode 100644 index 2b4703487..000000000 --- a/uthash/.footprint +++ /dev/null @@ -1,8 +0,0 @@ -drwxr-xr-x root/root usr/ -drwxr-xr-x root/root usr/include/ --rw-r--r-- root/root usr/include/utarray.h --rw-r--r-- root/root usr/include/uthash.h --rw-r--r-- root/root usr/include/utlist.h --rw-r--r-- root/root usr/include/utringbuffer.h --rw-r--r-- root/root usr/include/utstack.h --rw-r--r-- root/root usr/include/utstring.h diff --git a/uthash/.signature b/uthash/.signature deleted file mode 100644 index 807c851d4..000000000 --- a/uthash/.signature +++ /dev/null @@ -1,5 +0,0 @@ -untrusted comment: verify with /etc/ports/contrib.pub -RWSagIOpLGJF34nTP7iS0tho0vMAP2vs7hh0RYYd9aLviTl4ILgH0266y4xssnHpVAh3Zrih5dqlhZaf+7JtfvPZXbyC+zMCJAE= -SHA256 (Pkgfile) = 8ec1f5d7c6649b17b164cd78b13a30a796c8e02506acec3cb151812df4f376fb -SHA256 (.footprint) = 23ee7e492f3ad3b871080d814482acf6baae8dfe89b669de9a2c8a4ea7cebd13 -SHA256 (uthash-v2.3.0.tar.gz) = e10382ab75518bad8319eb922ad04f907cb20cccb451a3aa980c9d005e661acc diff --git a/uthash/Pkgfile b/uthash/Pkgfile deleted file mode 100644 index 9ff3e2df0..000000000 --- a/uthash/Pkgfile +++ /dev/null @@ -1,14 +0,0 @@ -# Description: C preprocessor implementations of a hash table and a linked list -# URL: http://troydhanson.github.io/uthash/index.html -# Maintainer: unmaintained - -name=uthash -version=2.3.0 -release=1 -source=(https://github.com/troydhanson/$name/archive/v$version/$name-v$version.tar.gz) - -build() { - cd $name-$version/src - install -d $PKG/usr/include/ - install -m 0644 -t $PKG/usr/include/ *.h -}