From abbffe539326647b1376da9319dc9696a61d5a68 Mon Sep 17 00:00:00 2001 From: Tim Biermann Date: Mon, 8 Mar 2021 19:47:37 +0000 Subject: [PATCH] gmpc-lastfm: deleted unmaintained port --- gmpc-lastfm/.footprint | 6 ------ gmpc-lastfm/.signature | 5 ----- gmpc-lastfm/Pkgfile | 19 ------------------- 3 files changed, 30 deletions(-) delete mode 100644 gmpc-lastfm/.footprint delete mode 100644 gmpc-lastfm/.signature delete mode 100644 gmpc-lastfm/Pkgfile diff --git a/gmpc-lastfm/.footprint b/gmpc-lastfm/.footprint deleted file mode 100644 index af274445c..000000000 --- a/gmpc-lastfm/.footprint +++ /dev/null @@ -1,6 +0,0 @@ -drwxr-xr-x root/root usr/ -drwxr-xr-x root/root usr/lib/ -drwxr-xr-x root/root usr/lib/gmpc/ -drwxr-xr-x root/root usr/lib/gmpc/plugins/ --rwxr-xr-x root/root usr/lib/gmpc/plugins/lastfmplugin.la --rwxr-xr-x root/root usr/lib/gmpc/plugins/lastfmplugin.so diff --git a/gmpc-lastfm/.signature b/gmpc-lastfm/.signature deleted file mode 100644 index 50b4ceb17..000000000 --- a/gmpc-lastfm/.signature +++ /dev/null @@ -1,5 +0,0 @@ -untrusted comment: verify with /etc/ports/contrib.pub -RWSagIOpLGJF33pUl50B4ZMZ7M/fpsfnQTDXUl04IWBkqeMjoCbsAM0ofilQDYxQKSJBNRE7uPgfn2AGzoLwJMunN+ZvFtj/Lw4= -SHA256 (Pkgfile) = 88b68d540749edc086746ffb7ff1ce37f98ba2357fa4051ba56cf74fa1bb9e2c -SHA256 (.footprint) = ac5af8f22339cc983cce2111e7bf536e66b088b9433d29acfefa949b24e521c8 -SHA256 (gmpc-last-fm-0.20.0.tar.gz) = 626a49a5c0f26955901038019cb81d62915c9b37a8b5f4be17438d7fd0c67960 diff --git a/gmpc-lastfm/Pkgfile b/gmpc-lastfm/Pkgfile deleted file mode 100644 index 4e2548dc7..000000000 --- a/gmpc-lastfm/Pkgfile +++ /dev/null @@ -1,19 +0,0 @@ -# Description: Album/Artist/Cover art pluign for gmpc -# URL: https://gmpc.fandom.com/wiki/Gnome_Music_Player_Client -# Maintainer: Thomas Penteker, tek at serverop dot de -# Packager: James Mills, prologic at shortcircuit dot net dot au -# -# Depends on: gmpc - -name=gmpc-lastfm -version=0.20.0 -release=1 -source=(http://download.sarine.nl/Programs/gmpc/$version/gmpc-last-fm-$version.tar.gz) - -build() { - cd gmpc-last-fm-$version - ./configure --prefix=/usr --disable-nls - make - make DESTDIR=$PKG install - rm -r $PKG/usr/share -}