diff options
author | V3n3RiX <venerix@koprulu.sector> | 2022-11-01 09:07:00 +0000 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2022-11-01 09:07:00 +0000 |
commit | 7a795be3ed6b29502cf5dccb5ea8294fc1ec2860 (patch) | |
tree | c5a028ba6f5ad04992cbc8ff1e20b5c9790b073c /media-plugins/gmpc-magnatune | |
parent | b9fc63c20df1fdeead24c989c4aca4090830f9d4 (diff) |
gentoo auto-resync : 01:11:2022 - 09:06:59
Diffstat (limited to 'media-plugins/gmpc-magnatune')
-rw-r--r-- | media-plugins/gmpc-magnatune/Manifest | 3 | ||||
-rw-r--r-- | media-plugins/gmpc-magnatune/gmpc-magnatune-11.8.16.ebuild | 39 | ||||
-rw-r--r-- | media-plugins/gmpc-magnatune/metadata.xml | 16 |
3 files changed, 0 insertions, 58 deletions
diff --git a/media-plugins/gmpc-magnatune/Manifest b/media-plugins/gmpc-magnatune/Manifest deleted file mode 100644 index 3758c49fe8d4..000000000000 --- a/media-plugins/gmpc-magnatune/Manifest +++ /dev/null @@ -1,3 +0,0 @@ -DIST gmpc-magnatune-11.8.16.tar.gz 316305 BLAKE2B 9fd4765d5a3d592fd11e7001258188b189d7b9463f7a611835deceb6c758b1f0f302fa7c1feed675538e00a7dfb5dbec32240a847837e959234ed060dbe3b7f6 SHA512 eb258190357f7fc3d95dc8400330d37dcbb35be7d576a6c6d543c2ba693f31058f7b4e1aae1050caf7b7b64727f26d70c55352c859e2044f3b7e8fe327608d9a -EBUILD gmpc-magnatune-11.8.16.ebuild 778 BLAKE2B f643c9db23820739b418f60cf44f9a2e5eb8da047e84c506611a0b5bfdd1d939bf3c22c33bc3b494e6b440210d295296ae18337e6557fbc43a762998b3b98140 SHA512 58ebab0eb3cd2ce89671f8161fc92e25c069c9b155338c46c68220196b52415dedf74f52bb5b871151ab0468e82df22565df40ac37d919adb4f66d7611d3f991 -MISC metadata.xml 666 BLAKE2B 4449e38f76ee6c431137f0bc4beb933be579c11431fbc8cd315de0eec86428babf7b57474661f8f449f913ff7d97d4b2ec31aeb764f7dc7b54a33fc3ef29467a SHA512 149712d74864f7b0d50e98235355982d43539c94790e316698fde1dc4169df7822ac6fabe0be84afe71f2adb1348319abb7a4df3a3d0bd292d5c2b8083d48f88 diff --git a/media-plugins/gmpc-magnatune/gmpc-magnatune-11.8.16.ebuild b/media-plugins/gmpc-magnatune/gmpc-magnatune-11.8.16.ebuild deleted file mode 100644 index 2e86e13403b7..000000000000 --- a/media-plugins/gmpc-magnatune/gmpc-magnatune-11.8.16.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -DESCRIPTION="This plugin allows you to browse and preview available albums on magnatune.com" -HOMEPAGE="https://gmpc.fandom.com/wiki/GMPC_PLUGIN_MAGNATUNE" -SRC_URI="https://download.sarine.nl/Programs/gmpc/${PV}/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ppc x86" -IUSE="nls" - -RDEPEND=" - >=media-sound/gmpc-${PV} - dev-libs/libxml2:2 - dev-db/sqlite:3 - >=gnome-base/libglade-2 - x11-libs/gdk-pixbuf:2[jpeg] - x11-libs/gtk+:2" -DEPEND="${RDEPEND}" -BDEPEND=" - virtual/pkgconfig - nls? ( - dev-util/intltool - sys-devel/gettext - )" - -src_configure() { - econf $(use_enable nls) -} - -src_install() { - default - - # plugins only - find "${D}" -name '*.la' -delete || die -} diff --git a/media-plugins/gmpc-magnatune/metadata.xml b/media-plugins/gmpc-magnatune/metadata.xml deleted file mode 100644 index 9f0436a1154d..000000000000 --- a/media-plugins/gmpc-magnatune/metadata.xml +++ /dev/null @@ -1,16 +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 magnatune plugin provides an interface to the www.magnatune.com website. The plugin allows you to browse, and preview available albums. (It uses the 128kbit mp3 version). - The magnatune plugin provides a double function, it also uses the data from the - magnatune website to fetch cover art. - </longdescription> - <upstream> - <remote-id type="sourceforge">musicpd</remote-id> - </upstream> -</pkgmetadata> |