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 A6C6415801B for ; Sat, 8 Apr 2023 08:48:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EB96BE08C0; Sat, 8 Apr 2023 08:48:46 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 D09F5E08C0 for ; Sat, 8 Apr 2023 08:48:46 +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 E5A68341075 for ; Sat, 8 Apr 2023 08:48:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7946B9FA for ; Sat, 8 Apr 2023 08:48:44 +0000 (UTC) From: "Daniel Pielmeier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Daniel Pielmeier" Message-ID: <1680943703.4ae01abca781a302c1abc5b2cba671b8de30b113.billie@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/puddletag/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/puddletag/puddletag-2.2.0.ebuild X-VCS-Directories: media-sound/puddletag/ X-VCS-Committer: billie X-VCS-Committer-Name: Daniel Pielmeier X-VCS-Revision: 4ae01abca781a302c1abc5b2cba671b8de30b113 X-VCS-Branch: master Date: Sat, 8 Apr 2023 08:48:44 +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: 2726ef55-5f9e-46a2-80d0-869210b94b56 X-Archives-Hash: 702f106395f82b4eda79f96c3aa44c2b commit: 4ae01abca781a302c1abc5b2cba671b8de30b113 Author: Daniel Pielmeier gentoo org> AuthorDate: Sat Apr 8 08:42:48 2023 +0000 Commit: Daniel Pielmeier gentoo org> CommitDate: Sat Apr 8 08:48:23 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ae01abc media-sound/puddletag: drop 2.2.0 Signed-off-by: Daniel Pielmeier gentoo.org> media-sound/puddletag/puddletag-2.2.0.ebuild | 31 ---------------------------- 1 file changed, 31 deletions(-) diff --git a/media-sound/puddletag/puddletag-2.2.0.ebuild b/media-sound/puddletag/puddletag-2.2.0.ebuild deleted file mode 100644 index 9d61aab27428..000000000000 --- a/media-sound/puddletag/puddletag-2.2.0.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{9,10} ) - -inherit distutils-r1 xdg - -DESCRIPTION="Audio tag editor" -HOMEPAGE="http://docs.puddletag.net/" -SRC_URI="https://github.com/${PN}/${PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="GPL-2 GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="acoustid quodlibet" - -DEPEND="" -RDEPEND=" - >=dev-python/configobj-5.0.6[${PYTHON_USEDEP}] - >=dev-python/pyparsing-3.0.9[${PYTHON_USEDEP}] - >=dev-python/PyQt5-5.15.6[${PYTHON_USEDEP},svg] - >=media-libs/mutagen-1.45.1[${PYTHON_USEDEP}] - acoustid? ( >=media-libs/chromaprint-1.5.0 ) - quodlibet? ( >=media-sound/quodlibet-4.4.0[${PYTHON_USEDEP}] ) - >=dev-python/sip-4.19.22:0[${PYTHON_USEDEP}] - >=dev-python/lxml-4.9.1[${PYTHON_USEDEP}] -" -DOCS=(changelog NEWS THANKS TODO)