From c2faa9299feaf29f5f48fa9ba69ce93680c438fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ulrich=20M=C3=BCller?= Date: Fri, 14 Feb 2025 15:11:25 +0100 Subject: [PATCH] media-sound/linux-show-player: Port to ver_replacing MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Ulrich Müller --- .../linux-show-player-0.6.4.ebuild | 18 ++++++------------ 1 file changed, 6 insertions(+), 12 deletions(-) diff --git a/media-sound/linux-show-player/linux-show-player-0.6.4.ebuild b/media-sound/linux-show-player/linux-show-player-0.6.4.ebuild index 5f1008403693a..d3595eb4ad24a 100644 --- a/media-sound/linux-show-player/linux-show-player-0.6.4.ebuild +++ b/media-sound/linux-show-player/linux-show-player-0.6.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -7,7 +7,7 @@ PYTHON_COMPAT=( python3_{10..12} ) DISTUTILS_SINGLE_IMPL=1 DISTUTILS_USE_PEP517=poetry -inherit distutils-r1 +inherit distutils-r1 eapi9-ver DESCRIPTION="A cue player designed for stage productions" HOMEPAGE="https://www.linux-show-player.org/ https://github.com/FrancescoCeruti/linux-show-player/" @@ -56,16 +56,10 @@ RDEPEND="$(python_gen_cond_dep ' pkg_postinst() { if [[ -z "${REPLACING_VERSIONS}" ]]; then elog "${PN} uses GStreamer as its audio back-end so make sure you have plug-ins installed for all the audio formats you want to use" - else - local oldver - for oldver in ${REPLACING_VERSIONS}; do - if ver_test "${oldver}" -lt 0.6.0; then - ewarn "Please be warned that current versions of ${PN} *cannot* open 0.5.x save files." - ewarn "Unfortunately upstream has provided no workaround for this." - ewarn - break - fi - done + elif ver_replacing -lt 0.6.0; then + ewarn "Please be warned that current versions of ${PN} *cannot* open 0.5.x save files." + ewarn "Unfortunately upstream has provided no workaround for this." + ewarn fi if use timecode; then