diff options
author | Jakov Smolić <jsmolic@gentoo.org> | 2022-11-01 05:42:45 +0100 |
---|---|---|
committer | Jakov Smolić <jsmolic@gentoo.org> | 2022-11-01 05:42:45 +0100 |
commit | b18a5d5fa542d957934792c6a9b857a99c22a3fe (patch) | |
tree | aac7ff171560e97f69ef4cc980ea96a0291003bf /media-plugins | |
parent | media-plugins/gmpc-libnotify: treeclean (diff) | |
download | gentoo-b18a5d5fa542d957934792c6a9b857a99c22a3fe.tar.gz gentoo-b18a5d5fa542d957934792c6a9b857a99c22a3fe.tar.bz2 gentoo-b18a5d5fa542d957934792c6a9b857a99c22a3fe.zip |
media-plugins/gmpc-last-fm: treeclean
Closes: https://bugs.gentoo.org/686800
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'media-plugins')
-rw-r--r-- | media-plugins/gmpc-last-fm/Manifest | 1 | ||||
-rw-r--r-- | media-plugins/gmpc-last-fm/gmpc-last-fm-0.20.0.ebuild | 28 | ||||
-rw-r--r-- | media-plugins/gmpc-last-fm/metadata.xml | 12 |
3 files changed, 0 insertions, 41 deletions
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> |