commit: 180ce299a827f5d69d25e76106d7625d9e52d44b Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Sun Feb 22 14:10:20 2026 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Sun Feb 22 15:55:25 2026 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=180ce299
media-plugins/vdr-satip: drop 2.4.1 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> media-plugins/vdr-satip/Manifest | 1 - media-plugins/vdr-satip/vdr-satip-2.4.1.ebuild | 33 -------------------------- 2 files changed, 34 deletions(-) diff --git a/media-plugins/vdr-satip/Manifest b/media-plugins/vdr-satip/Manifest index cb1d8df3e39d..6683f2471087 100644 --- a/media-plugins/vdr-satip/Manifest +++ b/media-plugins/vdr-satip/Manifest @@ -1,2 +1 @@ -DIST vdr-satip-2.4.1.tar.gz 75880 BLAKE2B 4c935922921856a56eacdfa9afd0ccd2f3957c3221ef527948e90fc3f45c0deaa34bbd7a4b5aad9bfba6d4e34c93f7d23225bc24c2525929571256de06c7f811 SHA512 0c6eb3fcb274e34395d8483e7382a655019683fe0cb1c677f120bce85c2bd181517d38f5325003ed6326e8fb0badeef937397d596723b8403ee865fa5e521ead DIST vdr-satip-2.5.1.tar.gz 78073 BLAKE2B e05a67ad8751e16ed6c31277390aaefe740cbb1279abe867003e8243d166453b5a4da17a21ccf55538341be84dd704f0978b2f8c90dced50b5d3d7a7ec06bfcc SHA512 736aa0016f509a6504fde4930fbbd758e7328d56c6a62c8cd8f67dfd40ce546ee81cc46b83f339f750288e4987251ff169d0a32378e7f31bf76d6875623dfd87 diff --git a/media-plugins/vdr-satip/vdr-satip-2.4.1.ebuild b/media-plugins/vdr-satip/vdr-satip-2.4.1.ebuild deleted file mode 100644 index f8991ebbdcd3..000000000000 --- a/media-plugins/vdr-satip/vdr-satip-2.4.1.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit vdr-plugin-2 - -DESCRIPTION="VDR Plugin: integrates SAT>IP network devices seamlessly into VDR" -HOMEPAGE="https://github.com/rofafor/vdr-plugin-satip" -SRC_URI="https://github.com/rofafor/vdr-plugin-satip/archive/v${PV}.tar.gz -> ${P}.tar.gz" -S="${WORKDIR}/vdr-plugin-satip-${PV}" - -LICENSE="GPL-2+" -SLOT="0" -KEYWORDS="~amd64 ~arm ~x86" - -DEPEND=" - >=media-video/vdr-2.4.0 - >=net-misc/curl-7.36 - || ( dev-libs/tinyxml dev-libs/pugixml )" -RDEPEND="${DEPEND}" - -QA_FLAGS_IGNORED=" - usr/lib/vdr/plugins/libvdr-satip.* - usr/lib64/vdr/plugins/libvdr-satip.*" - -src_prepare() { - vdr-plugin-2_src_prepare - - if has_version "dev-libs/tinyxml"; then - sed -e "s:#SATIP_USE_TINYXML:SATIP_USE_TINYXML:" -i Makefile || die "sed failed" - fi -}
