diff options
author | 2022-11-01 05:43:38 +0100 | |
---|---|---|
committer | 2022-11-01 05:43:38 +0100 | |
commit | c6142439f308af9fbd48d5da2158feb19b7d8a96 (patch) | |
tree | 443d3a16457d65aef909cd3ed95a524ad3066f4d /media-plugins | |
parent | media-plugins/gmpc-jamendo: treeclean (diff) | |
download | gentoo-c6142439f308af9fbd48d5da2158feb19b7d8a96.tar.gz gentoo-c6142439f308af9fbd48d5da2158feb19b7d8a96.tar.bz2 gentoo-c6142439f308af9fbd48d5da2158feb19b7d8a96.zip |
media-plugins/gmpc-extraplaylist: treeclean
Closes: https://bugs.gentoo.org/721246
Closes: https://bugs.gentoo.org/799263
Closes: https://bugs.gentoo.org/689364
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'media-plugins')
-rw-r--r-- | media-plugins/gmpc-extraplaylist/Manifest | 1 | ||||
-rw-r--r-- | media-plugins/gmpc-extraplaylist/gmpc-extraplaylist-0.20.0.ebuild | 24 | ||||
-rw-r--r-- | media-plugins/gmpc-extraplaylist/metadata.xml | 11 |
3 files changed, 0 insertions, 36 deletions
diff --git a/media-plugins/gmpc-extraplaylist/Manifest b/media-plugins/gmpc-extraplaylist/Manifest deleted file mode 100644 index 6548e29267ed..000000000000 --- a/media-plugins/gmpc-extraplaylist/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST gmpc-extraplaylist-0.20.0.tar.gz 282724 BLAKE2B ccdf00ba62de7dee0a36017b5edb7a26b1133d035c04b1426342b449befd43595a60d6ec371ee72316e43762f07eec35d33608f8526930a5a5e6000a54fadb01 SHA512 4bff88e5befb98d193d58f738b37516197771b4bfb46f83ae965e7eb4813a3ce83b31068a8b35200d8210e785e00323c6e5e7efeb2810ec74619939277cd8ae6 diff --git a/media-plugins/gmpc-extraplaylist/gmpc-extraplaylist-0.20.0.ebuild b/media-plugins/gmpc-extraplaylist/gmpc-extraplaylist-0.20.0.ebuild deleted file mode 100644 index e2fceb3d0cf2..000000000000 --- a/media-plugins/gmpc-extraplaylist/gmpc-extraplaylist-0.20.0.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -DESCRIPTION="This plugin adds a second pane showing the playlist" -HOMEPAGE="https://gmpc.fandom.com/wiki/GMPC_PLUGIN_EXTRA_PLAYLIST" -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:=" -DEPEND="${RDEPEND} - virtual/pkgconfig" - -src_install() { - default - find "${D}" -name '*.la' -delete || die -} diff --git a/media-plugins/gmpc-extraplaylist/metadata.xml b/media-plugins/gmpc-extraplaylist/metadata.xml deleted file mode 100644 index 41c26cd44097..000000000000 --- a/media-plugins/gmpc-extraplaylist/metadata.xml +++ /dev/null @@ -1,11 +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> - <upstream> - <remote-id type="sourceforge">musicpd</remote-id> - </upstream> -</pkgmetadata> |