commit: fc3008339515d2f38f6a3a63c936b53a4a6bae13 Author: Martin Dummer <martin.dummer <AT> gmx <DOT> net> AuthorDate: Sat Feb 7 12:41:35 2026 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Wed Feb 11 07:47:49 2026 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc300833
media-plugins/vdr-satip: drop 2.2.5 Signed-off-by: Martin Dummer <martin.dummer <AT> gmx.net> Part-of: https://github.com/gentoo/gentoo/pull/45666 Signed-off-by: Sam James <sam <AT> gentoo.org> media-plugins/vdr-satip/Manifest | 1 - media-plugins/vdr-satip/vdr-satip-2.2.5.ebuild | 31 -------------------------- 2 files changed, 32 deletions(-) diff --git a/media-plugins/vdr-satip/Manifest b/media-plugins/vdr-satip/Manifest index 6f1a3ad5b355..3b7a437b097a 100644 --- a/media-plugins/vdr-satip/Manifest +++ b/media-plugins/vdr-satip/Manifest @@ -1,2 +1 @@ -DIST vdr-satip-2.2.5.tgz 74669 BLAKE2B e586297f0f0c1ca776d4c9f83b46da7f7afe82b80ac7e79ec2da7107c793f5c8a5092590ad23030a435e2d034b084373b9b069bac6ef81822723d33ff6c7fab2 SHA512 3f8ab1d9e84843e71bc6fc8f712d178fa3d304d0959ec977de1b11829e27b575feb78735c6770b15d4dfb8f4fce933aed7df07a6d9ba0b20e937aacd3c643a21 DIST vdr-satip-2.4.1.tar.gz 75880 BLAKE2B 4c935922921856a56eacdfa9afd0ccd2f3957c3221ef527948e90fc3f45c0deaa34bbd7a4b5aad9bfba6d4e34c93f7d23225bc24c2525929571256de06c7f811 SHA512 0c6eb3fcb274e34395d8483e7382a655019683fe0cb1c677f120bce85c2bd181517d38f5325003ed6326e8fb0badeef937397d596723b8403ee865fa5e521ead diff --git a/media-plugins/vdr-satip/vdr-satip-2.2.5.ebuild b/media-plugins/vdr-satip/vdr-satip-2.2.5.ebuild deleted file mode 100644 index 11e7bd6d9b99..000000000000 --- a/media-plugins/vdr-satip/vdr-satip-2.2.5.ebuild +++ /dev/null @@ -1,31 +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}.tgz" - -KEYWORDS="~amd64 ~arm ~x86" -SLOT="0" -LICENSE="GPL-2" - -DEPEND=" - >=media-video/vdr-2.2.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 -}
