diff options
author | Daniel Pielmeier <billie@gentoo.org> | 2023-04-08 10:42:48 +0200 |
---|---|---|
committer | Daniel Pielmeier <billie@gentoo.org> | 2023-04-08 10:48:23 +0200 |
commit | 4ae01abca781a302c1abc5b2cba671b8de30b113 (patch) | |
tree | c6e98ea71e0ba989bbc3aa2d392813cc550635e5 /media-sound | |
parent | dev-python/jupyter-server-fileid: Keyword 0.8.0 x86, #904008 (diff) | |
download | gentoo-4ae01abca781a302c1abc5b2cba671b8de30b113.tar.gz gentoo-4ae01abca781a302c1abc5b2cba671b8de30b113.tar.bz2 gentoo-4ae01abca781a302c1abc5b2cba671b8de30b113.zip |
media-sound/puddletag: drop 2.2.0
Signed-off-by: Daniel Pielmeier <billie@gentoo.org>
Diffstat (limited to 'media-sound')
-rw-r--r-- | media-sound/puddletag/puddletag-2.2.0.ebuild | 31 |
1 files changed, 0 insertions, 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) |