diff options
author | Jakov Smolić <jsmolic@gentoo.org> | 2022-11-01 05:39:20 +0100 |
---|---|---|
committer | Jakov Smolić <jsmolic@gentoo.org> | 2022-11-01 05:39:20 +0100 |
commit | 201027ae84e6c56f38f010fd6d6dc6f2b371d229 (patch) | |
tree | fb524f1ff491d694eb6adaa3ce94758c5a058128 /media-plugins | |
parent | media-plugins/gmpc-tagedit: treeclean (diff) | |
download | gentoo-201027ae84e6c56f38f010fd6d6dc6f2b371d229.tar.gz gentoo-201027ae84e6c56f38f010fd6d6dc6f2b371d229.tar.bz2 gentoo-201027ae84e6c56f38f010fd6d6dc6f2b371d229.zip |
media-plugins/gmpc-shout: treeclean
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'media-plugins')
-rw-r--r-- | media-plugins/gmpc-shout/Manifest | 1 | ||||
-rw-r--r-- | media-plugins/gmpc-shout/gmpc-shout-0.20.0.ebuild | 34 | ||||
-rw-r--r-- | media-plugins/gmpc-shout/metadata.xml | 11 |
3 files changed, 0 insertions, 46 deletions
diff --git a/media-plugins/gmpc-shout/Manifest b/media-plugins/gmpc-shout/Manifest deleted file mode 100644 index d6998c5872b4..000000000000 --- a/media-plugins/gmpc-shout/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST gmpc-shout-0.20.0.tar.gz 300903 BLAKE2B 3ceaf87c17ca7e288484d35502768e6ca1ba787b3d621f0f36524061fa35a07640ad2ddd09cb526c91fa0603d875f677d085890d3af64836a2b0576cdba27a01 SHA512 e834f6c741641a0b15f57e033ba51d62e5308290ef1aaad6e3d683d796f3fe7f3292c241929f78d1f366f5598b0fe8899f4219108d6505811e2c24014b7b816a diff --git a/media-plugins/gmpc-shout/gmpc-shout-0.20.0.ebuild b/media-plugins/gmpc-shout/gmpc-shout-0.20.0.ebuild deleted file mode 100644 index c5e12fb6f94b..000000000000 --- a/media-plugins/gmpc-shout/gmpc-shout-0.20.0.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -DESCRIPTION="This plugin calls ogg123 and points it at mpd's shoutstream" -HOMEPAGE="https://gmpc.fandom.com/wiki/GMPC_PLUGIN_SHOUT" -SRC_URI="https://download.sarine.nl/Programs/gmpc/${PV}/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="nls" - -RDEPEND=" - >=media-sound/gmpc-${PV} - media-sound/vorbis-tools[ogg123] - dev-libs/libxml2:= - x11-libs/cairo:=" -DEPEND="${RDEPEND} - virtual/pkgconfig - nls? ( - dev-util/intltool - sys-devel/gettext - )" - -src_configure() { - econf $(use_enable nls) -} - -src_install() { - default - find "${D}" -name '*.la' -delete || die -} diff --git a/media-plugins/gmpc-shout/metadata.xml b/media-plugins/gmpc-shout/metadata.xml deleted file mode 100644 index 41c26cd44097..000000000000 --- a/media-plugins/gmpc-shout/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> |