commit: 4152d5c93da61b9990e41cc6d356d7f35a483ac2 Author: Paul Zander <negril.nx+gentoo <AT> gmail <DOT> com> AuthorDate: Tue Nov 5 20:52:51 2024 +0000 Commit: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org> CommitDate: Wed Nov 6 07:50:03 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4152d5c9
media-sound/gpodder: drop 3.11.3 Signed-off-by: Paul Zander <negril.nx+gentoo <AT> gmail.com> Closes: https://github.com/gentoo/gentoo/pull/39215/commits/37e99cdbbd70a937f39d2eaaaca05df3ee00a74d Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org> media-sound/gpodder/Manifest | 1 - media-sound/gpodder/gpodder-3.11.3.ebuild | 80 ------------------------------- 2 files changed, 81 deletions(-) diff --git a/media-sound/gpodder/Manifest b/media-sound/gpodder/Manifest index c41082c2d193..aff6d84303f4 100644 --- a/media-sound/gpodder/Manifest +++ b/media-sound/gpodder/Manifest @@ -1,2 +1 @@ -DIST gpodder-3.11.3.tar.gz 1183434 BLAKE2B 553642b17beaadc686c2a2b01971436ca44e84029269f776423905bbac1c2448878d4fb8f3d9f8a1776da5c0417b5df425a884bb2b4d2a80c19e952ceb922a92 SHA512 643097fe209cc69a7674fd265a64099c9b34cc9b2dcee4cc09004113559334822db1dea5359f302956e15b74d3f9c5e1ce8727b89e02f067e7ee6b8261c53ca6 DIST gpodder-3.11.4.tar.gz 1183463 BLAKE2B ec16bd8dbe531869dd68b062e12013adeb4010a1423b274e52e5cf765828ddffccbfe021a3936e1a6985c2a00f9d1aaf63b80f89beace968501b2e55d284d53d SHA512 f60e2e04abec7d9713d169f9eccb431325bcfe40303e14d0cb42c3b5b4696d7435b86eb1c69b430ef99f81a6b71f89dffafec84d1f1c51118af59e57dcfa0d2d diff --git a/media-sound/gpodder/gpodder-3.11.3.ebuild b/media-sound/gpodder/gpodder-3.11.3.ebuild deleted file mode 100644 index 08280b1bfa58..000000000000 --- a/media-sound/gpodder/gpodder-3.11.3.ebuild +++ /dev/null @@ -1,80 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_SINGLE_IMPL=1 -DISTUTILS_USE_SETUPTOOLS=no -PYTHON_COMPAT=( python3_{9..11} ) -PYTHON_REQ_USE="sqlite" - -inherit distutils-r1 optfeature xdg - -DESCRIPTION="A free cross-platform podcast aggregator" -HOMEPAGE="https://gpodder.github.io/" -SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="+dbus bluetooth mtp" - -RDEPEND=" - $(python_gen_cond_dep ' - dev-python/html5lib[${PYTHON_USEDEP}] - dev-python/pycairo[${PYTHON_USEDEP}] - dev-python/pygobject:3[${PYTHON_USEDEP}] - dev-python/podcastparser[${PYTHON_USEDEP}] - dev-python/mygpoclient[${PYTHON_USEDEP}] - dev-python/requests[${PYTHON_USEDEP}] - dbus? ( dev-python/dbus-python[${PYTHON_USEDEP}] ) - ') - bluetooth? ( net-wireless/bluez ) - mtp? ( media-libs/libmtp:= ) - kernel_linux? ( sys-apps/iproute2 ) -" -BDEPEND=" - dev-util/desktop-file-utils - dev-util/intltool - sys-apps/help2man - test? ( - $(python_gen_cond_dep ' - dev-python/minimock[${PYTHON_USEDEP}] - dev-python/pytest-httpserver[${PYTHON_USEDEP}] - ') - ) -" - -distutils_enable_tests pytest - -src_prepare() { - default - - sed -i -e 's:--cov=gpodder::' makefile || die -} - -python_test() { - # These are pulled out from the Makefile to give us more control - # See bug #795165 - # Previously, we used 'emake releasetest' in src_test - LC_ALL=C epytest --ignore=tests --ignore=src/gpodder/utilwin32ctypes.py --doctest-modules src/gpodder/util.py src/gpodder/jsonconfig.py \ - -p no:localserver - LC_ALL=C epytest tests --ignore=src/gpodder/utilwin32ctypes.py --ignore=src/mygpoclient \ - -p no:localserver -} - -src_install() { - emake PYTHON="${EPYTHON}" DESTDIR="${D}" install - - distutils-r1_src_install - - touch "${ED}"/usr/share/gpodder/no-update-check || die -} - -pkg_postinst() { - xdg_pkg_postinst - - optfeature "track length detection for device sync (only one package is needed)" media-video/mplayer dev-python/eyeD3 - optfeature "for the YouTube extension" net-misc/yt-dlp - optfeature "iPod sync support" media-libs/libgpod -}
