ports/opt (3.6): ntdb: deleted unmaintained port
commit a1e09eb130ef2b2a011c8ddaa631f9b1782868dd Author: Tim Biermann <tbier@posteo.de> Date: Sun Jan 31 17:55:49 2021 +0000 ntdb: deleted unmaintained port diff --git a/ntdb/.footprint b/ntdb/.footprint deleted file mode 100644 index f0010ec23..000000000 --- a/ntdb/.footprint +++ /dev/null @@ -1,17 +0,0 @@ -drwxr-xr-x root/root usr/ -drwxr-xr-x root/root usr/bin/ --rwxr-xr-x root/root usr/bin/ntdbbackup --rwxr-xr-x root/root usr/bin/ntdbdump --rwxr-xr-x root/root usr/bin/ntdbrestore --rwxr-xr-x root/root usr/bin/ntdbtool -drwxr-xr-x root/root usr/include/ --rw-r--r-- root/root usr/include/ntdb.h -drwxr-xr-x root/root usr/lib/ -lrwxrwxrwx root/root usr/lib/libntdb.so -> libntdb.so.1.0 -lrwxrwxrwx root/root usr/lib/libntdb.so.1 -> libntdb.so.1.0 --rwxr-xr-x root/root usr/lib/libntdb.so.1.0 -drwxr-xr-x root/root usr/lib/pkgconfig/ --rw-r--r-- root/root usr/lib/pkgconfig/ntdb.pc -drwxr-xr-x root/root usr/lib/python2.7/ -drwxr-xr-x root/root usr/lib/python2.7/site-packages/ --rwxr-xr-x root/root usr/lib/python2.7/site-packages/ntdb.so diff --git a/ntdb/.signature b/ntdb/.signature deleted file mode 100644 index da63b16cc..000000000 --- a/ntdb/.signature +++ /dev/null @@ -1,5 +0,0 @@ -untrusted comment: verify with /etc/ports/opt.pub -RWSE3ohX2g5d/V4KSvEHmunMYXGMBw5He9kzNj2bOsG1KpkVRD1Zn2U5xGQ3pTgTjpNQsKjz/K9Wo+p63NrH4RlzT6dwlJJMCQw= -SHA256 (Pkgfile) = 19d04e2aac404492da69656395827f1353467b9e1b1b232cfc695d727e01d88e -SHA256 (.footprint) = 09b0fda7c070bddc4234632d5e0f48b8e9bd07fceb9727acae66f2b89fe96873 -SHA256 (ntdb-1.0.tar.gz) = 817ae862b1e6976cab867468f209d8417a90c7c2fcf0ec079a45645d7e7ebf49 diff --git a/ntdb/Pkgfile b/ntdb/Pkgfile deleted file mode 100644 index 20852cb11..000000000 --- a/ntdb/Pkgfile +++ /dev/null @@ -1,18 +0,0 @@ -# Description: Simple database library based on gdbm (replacement of tdb) -# URL: https://www.samba.org/ftp/tdb/ -# Maintainer: Alan Mizrahi, alan at mizrahi dot com dot ve -# Depends on: python - -name=ntdb -version=1.0 -release=2 -source=(https://www.samba.org/ftp/tdb/$name-$version.tar.gz) - -build () { - cd $name-$version - ./configure \ - --prefix=/usr \ - --mandir=/usr/man - make - make DESTDIR=$PKG install -}
participants (1)
-
crux@crux.nu