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-last-fm | |
parent | b9fc63c20df1fdeead24c989c4aca4090830f9d4 (diff) |
gentoo auto-resync : 01:11:2022 - 09:06:59
Diffstat (limited to 'media-plugins/gmpc-last-fm')
-rw-r--r-- | media-plugins/gmpc-last-fm/Manifest | 3 | ||||
-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, 43 deletions
diff --git a/media-plugins/gmpc-last-fm/Manifest b/media-plugins/gmpc-last-fm/Manifest deleted file mode 100644 index fb6d81debfce..000000000000 --- a/media-plugins/gmpc-last-fm/Manifest +++ /dev/null @@ -1,3 +0,0 @@ -DIST gmpc-last-fm-0.20.0.tar.gz 309397 BLAKE2B 3c95d17def8b4b6818abf8d0d7c44fd3b8b0701fe8a79a44adcb4a17ed93d400aed021c173cc96e971b8267f4a231a0958f00dbb4748a3eb195f82876185f10e SHA512 3d4c391ee9e6184b83caee3a4a90d661deeb816ca05622d4ca991624281e88e594d96892469665c685b6e465a05f812e78ba219e8fe76bb227f5d49290f37e09 -EBUILD gmpc-last-fm-0.20.0.ebuild 587 BLAKE2B b6671d7eb2f8ce4e3b3e37b955ee32c0c5dbbcc082141cde63e963e4f5d2f5dcfd5c5dec811ea908ac1b18c32a3354fa5c33c1333ae1396ab4fb803f70ad14af SHA512 c7c2e6187f62a164e65465be2c017286975da0a6b1167f8d0a2edee2e50a1965183e996e4a48c35574c788e4ff571d3ee505804dcfbd475a7e8ea7a6622f478a -MISC metadata.xml 516 BLAKE2B bd403f9cd9927e96a1402fe8265a379b2766ffd42920e46e3d6fe8ac8a7b5a90b8144389f16c406849d02b410b543b1fbc9eedc63acb3bf7c4703e81abd9e3b9 SHA512 bc20852febeecc7334df7f33f062fc124ba5f615bfc00ffeb126f46c245bc0afa5eb2e0369780625aac8b0efaaa988be288e5bdbe363eba99be157cf6aa6f743 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> |