From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 2EC0E158020 for ; Tue, 1 Nov 2022 04:48:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7784AE0BC7; Tue, 1 Nov 2022 04:48:33 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 604DEE0BC2 for ; Tue, 1 Nov 2022 04:48:33 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A6B6334121B for ; Tue, 1 Nov 2022 04:48:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 17DDB72C for ; Tue, 1 Nov 2022 04:48:29 +0000 (UTC) From: "Jakov Smolić" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jakov Smolić" Message-ID: <1667277838.d4fb9aacd1830e38c4ba5ed3ef2a05c22676c1a3.jsmolic@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/, media-plugins/gmpc-discogs/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-plugins/gmpc-discogs/Manifest media-plugins/gmpc-discogs/gmpc-discogs-0.20.0.ebuild media-plugins/gmpc-discogs/metadata.xml profiles/package.mask X-VCS-Directories: profiles/ media-plugins/gmpc-discogs/ X-VCS-Committer: jsmolic X-VCS-Committer-Name: Jakov Smolić X-VCS-Revision: d4fb9aacd1830e38c4ba5ed3ef2a05c22676c1a3 X-VCS-Branch: master Date: Tue, 1 Nov 2022 04:48:29 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: e2fa014d-b1ad-4c6c-b3b0-45ec734caa29 X-Archives-Hash: 2ba46ab32d5f3bfb9216e0f076797bb0 commit: d4fb9aacd1830e38c4ba5ed3ef2a05c22676c1a3 Author: Jakov Smolić gentoo org> AuthorDate: Tue Nov 1 04:43:58 2022 +0000 Commit: Jakov Smolić gentoo org> CommitDate: Tue Nov 1 04:43:58 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d4fb9aac media-plugins/gmpc-discogs: treeclean Signed-off-by: Jakov Smolić gentoo.org> media-plugins/gmpc-discogs/Manifest | 1 - .../gmpc-discogs/gmpc-discogs-0.20.0.ebuild | 28 ---------------------- media-plugins/gmpc-discogs/metadata.xml | 11 --------- profiles/package.mask | 1 - 4 files changed, 41 deletions(-) diff --git a/media-plugins/gmpc-discogs/Manifest b/media-plugins/gmpc-discogs/Manifest deleted file mode 100644 index 2f8bd5dbf638..000000000000 --- a/media-plugins/gmpc-discogs/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST gmpc-discogs-0.20.0.tar.gz 305381 BLAKE2B 3b31eab086bd6d01f9045a425249ccadcfbf3ed9a694f3d94fc9d7549d929653232fc6b1c781384ce903522d6f774a7b166db932529095584bb00322b15c2546 SHA512 78a1baefae7b3e599e7114b30aeece8ce1f30ebb5e95e16f8d51c030020ecff896b4117364d5285e5a9c185c2221b295085f15f0e2553d0ca93eac72d1734532 diff --git a/media-plugins/gmpc-discogs/gmpc-discogs-0.20.0.ebuild b/media-plugins/gmpc-discogs/gmpc-discogs-0.20.0.ebuild deleted file mode 100644 index c9f81db891e0..000000000000 --- a/media-plugins/gmpc-discogs/gmpc-discogs-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 and album images from discogs" -HOMEPAGE="https://gmpc.fandom.com/wiki/GMPC_PLUGIN_DISCOGS" -SRC_URI="https://download.sarine.nl/Programs/gmpc/${PV}/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 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-discogs/metadata.xml b/media-plugins/gmpc-discogs/metadata.xml deleted file mode 100644 index 41c26cd44097..000000000000 --- a/media-plugins/gmpc-discogs/metadata.xml +++ /dev/null @@ -1,11 +0,0 @@ - - - - - sound@gentoo.org - Gentoo Sound project - - - musicpd - - diff --git a/profiles/package.mask b/profiles/package.mask index 43ddd623d0b3..717e078788d1 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -330,7 +330,6 @@ media-plugins/gmpc-alarm media-plugins/gmpc-albumview media-plugins/gmpc-avahi media-plugins/gmpc-awn -media-plugins/gmpc-discogs # Brian Evans (2022-09-30) # Mask RC versions for initial testing