From b18a5d5fa542d957934792c6a9b857a99c22a3fe Mon Sep 17 00:00:00 2001 From: Jakov Smolić <jsmolic@gentoo.org> Date: Tue, 1 Nov 2022 05:42:45 +0100 Subject: media-plugins/gmpc-last-fm: treeclean MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Closes: https://bugs.gentoo.org/686800 Signed-off-by: Jakov Smolić <jsmolic@gentoo.org> --- media-plugins/gmpc-last-fm/Manifest | 1 - .../gmpc-last-fm/gmpc-last-fm-0.20.0.ebuild | 28 ---------------------- media-plugins/gmpc-last-fm/metadata.xml | 12 ---------- 3 files changed, 41 deletions(-) delete mode 100644 media-plugins/gmpc-last-fm/Manifest delete mode 100644 media-plugins/gmpc-last-fm/gmpc-last-fm-0.20.0.ebuild delete mode 100644 media-plugins/gmpc-last-fm/metadata.xml (limited to 'media-plugins') diff --git a/media-plugins/gmpc-last-fm/Manifest b/media-plugins/gmpc-last-fm/Manifest deleted file mode 100644 index a890fff92f31..000000000000 --- a/media-plugins/gmpc-last-fm/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST gmpc-last-fm-0.20.0.tar.gz 309397 BLAKE2B 3c95d17def8b4b6818abf8d0d7c44fd3b8b0701fe8a79a44adcb4a17ed93d400aed021c173cc96e971b8267f4a231a0958f00dbb4748a3eb195f82876185f10e SHA512 3d4c391ee9e6184b83caee3a4a90d661deeb816ca05622d4ca991624281e88e594d96892469665c685b6e465a05f812e78ba219e8fe76bb227f5d49290f37e09 diff --git a/media-plugins/gmpc-last-fm/gmpc-last-fm-0.20.0.ebuild b/media-plugins/gmpc-last-fm/gmpc-last-fm-0.20.0.ebuild deleted file mode 100644 index 9e0b57049ce8..000000000000 --- a/media-plugins/gmpc-last-fm/gmpc-last-fm-0.20.0.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -DESCRIPTION="This plugin fetches artist art from last.fm" -HOMEPAGE="https://gmpc.fandom.com/wiki/GMPC_PLUGIN_LASTFM" -SRC_URI="https://download.sarine.nl/Programs/gmpc/${PV}/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ppc x86" -IUSE="" - -RDEPEND=" - >=media-sound/gmpc-${PV} - dev-libs/libxml2:= - || ( - x11-libs/gdk-pixbuf:2[jpeg] - x11-libs/gtk+:2[jpeg] - )" -DEPEND="${RDEPEND} - virtual/pkgconfig" - -src_install() { - default - find "${D}" -name '*.la' -delete || die -} diff --git a/media-plugins/gmpc-last-fm/metadata.xml b/media-plugins/gmpc-last-fm/metadata.xml deleted file mode 100644 index e4486e8bd3b6..000000000000 --- a/media-plugins/gmpc-last-fm/metadata.xml +++ /dev/null @@ -1,12 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>sound@gentoo.org</email> - <name>Gentoo Sound project</name> - </maintainer> - <longdescription>The last.fm plugin can fetch artist images, from last.fm. This plugin doesn't scrobble your music, use a dedicated client like mpdscribble for this.</longdescription> - <upstream> - <remote-id type="sourceforge">musicpd</remote-id> - </upstream> -</pkgmetadata> -- cgit v1.2.3-65-gdbad