From 0e43c1ab28ec196c18177ce7abf7b60248ea35a2 Mon Sep 17 00:00:00 2001 From: Tim Biermann Date: Thu, 22 Dec 2022 10:11:21 +0000 Subject: [PATCH] s-cdda-to-db: dropped --- s-cdda-to-db/.footprint | 7 ------- s-cdda-to-db/.signature | 5 ----- s-cdda-to-db/Pkgfile | 16 ---------------- 3 files changed, 28 deletions(-) delete mode 100644 s-cdda-to-db/.footprint delete mode 100644 s-cdda-to-db/.signature delete mode 100644 s-cdda-to-db/Pkgfile diff --git a/s-cdda-to-db/.footprint b/s-cdda-to-db/.footprint deleted file mode 100644 index ce96908b2..000000000 --- a/s-cdda-to-db/.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/s-cdda-to-db -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/s-cdda-to-db.1.gz diff --git a/s-cdda-to-db/.signature b/s-cdda-to-db/.signature deleted file mode 100644 index a1eb074cc..000000000 --- a/s-cdda-to-db/.signature +++ /dev/null @@ -1,5 +0,0 @@ -untrusted comment: verify with /etc/ports/contrib.pub -RWSagIOpLGJF35/ewHiwFeCvPIdEKR2LcyOqT4tcCasVFrgffZbZkz/KC2lurTQ9jWUJzDnuhHWEKurl5o2YR3CMj/gNi8tDKw0= -SHA256 (Pkgfile) = be36495793ea82b1b788723710deb3aae93a8706e9280200684303ce79353b1d -SHA256 (.footprint) = 078ac3ecae6a7a954cf0f4cf5964e8cc81f1a38133f997146efa1221b536c65c -SHA256 (s-cdda-to-db-0.8.0.tar.gz) = 7e193ce91c0f0ac3befd6e6b19f57cc2b161c2377b6f5e1325ac9332e139f612 diff --git a/s-cdda-to-db/Pkgfile b/s-cdda-to-db/Pkgfile deleted file mode 100644 index dba6a320d..000000000 --- a/s-cdda-to-db/Pkgfile +++ /dev/null @@ -1,16 +0,0 @@ -# Description: S-cdda-to-db: use S-cdda to create music database -# URL: https://git.sdaoden.eu/browse/s-toolbox.git -# Maintainer: Steffen Nurpmeso, steffen at sdaoden dot eu -# Depends on: s-cdda - -name=s-cdda-to-db -version=0.8.0 -release=1 -source=(https://ftp.sdaoden.eu/${name}-${version}.tar.gz) - -build() { - cd ${name}-${version} - make install DESTDIR="${PKG}" PREFIX=/usr -} - -# s-sh-mode