commit: 7f6816c781cd49a0c390c9132bf33a02f0409a9b Author: Martin Dummer <martin.dummer <AT> gmx <DOT> net> AuthorDate: Sun Feb 8 09:24:19 2026 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Wed Feb 11 07:47:40 2026 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f6816c7
media-plugins/vdr-femon: drop 2.4.0-r1, 2.4.0_p20240910-r1 Signed-off-by: Martin Dummer <martin.dummer <AT> gmx.net> Part-of: https://github.com/gentoo/gentoo/pull/45683 Closes: https://github.com/gentoo/gentoo/pull/45683 Signed-off-by: Sam James <sam <AT> gentoo.org> media-plugins/vdr-femon/Manifest | 1 - media-plugins/vdr-femon/vdr-femon-2.4.0-r1.ebuild | 22 ------------------ .../vdr-femon/vdr-femon-2.4.0_p20240910-r1.ebuild | 26 ---------------------- 3 files changed, 49 deletions(-) diff --git a/media-plugins/vdr-femon/Manifest b/media-plugins/vdr-femon/Manifest index a3e335baf58b..baeb8e310a1a 100644 --- a/media-plugins/vdr-femon/Manifest +++ b/media-plugins/vdr-femon/Manifest @@ -1,2 +1 @@ -DIST vdr-femon-2.4.0.tar.gz 81485 BLAKE2B cd1644201b1da1d2b81c8d4d25c6d6bc84132fd750d778073317a026f5293afa17725ce48d14a781130a6b6c9ff742ba3d2c19a8f77887b9071d891bd271d95b SHA512 0c79f8d3427b7a2421393530a0c69e77e6841f9751dc70a7a8c970726d826bb2ab329f6375c38274d455ca33bacd2e18d65a3943ea52d1c562f0e8aa87f99f27 DIST vdr-plugin-femon-20240910.tar.gz 80982 BLAKE2B c215b93d20db34f304e69de9f5a3fe7c1423e108ee85858ca9419507106d96956ca8034279a010d50439c4b83fc467c7561680076b51b29dd6a1443e28d9b8d9 SHA512 e5cd9ae17870091f535b2c2b3c83580d37baf10c3a3f26cdbb0b2a7a7db3f6b077e3972e886f6e9fa5508ecd749d8609b90d4045a7d574ab4ecd2668f7f7bf5d diff --git a/media-plugins/vdr-femon/vdr-femon-2.4.0-r1.ebuild b/media-plugins/vdr-femon/vdr-femon-2.4.0-r1.ebuild deleted file mode 100644 index 03c7a8a92c51..000000000000 --- a/media-plugins/vdr-femon/vdr-femon-2.4.0-r1.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit vdr-plugin-2 - -DESCRIPTION="VDR Plugin: DVB Frontend Status Monitor (signal strength/noise)" -HOMEPAGE="https://github.com/rofafor/vdr-plugin-femon" -SRC_URI="https://github.com/rofafor/vdr-plugin-femon/archive/v${PV}.tar.gz -> ${P}.tar.gz" -S="${WORKDIR}/vdr-plugin-femon-${PV}" - -LICENSE="GPL-2+" -SLOT="0" -KEYWORDS="amd64 ~arm x86" - -DEPEND=">=media-video/vdr-2.4.0" -RDEPEND="${DEPEND}" - -QA_FLAGS_IGNORED=" - usr/lib/vdr/plugins/libvdr-.* - usr/lib64/vdr/plugins/libvdr-.*" diff --git a/media-plugins/vdr-femon/vdr-femon-2.4.0_p20240910-r1.ebuild b/media-plugins/vdr-femon/vdr-femon-2.4.0_p20240910-r1.ebuild deleted file mode 100644 index ad40839a5261..000000000000 --- a/media-plugins/vdr-femon/vdr-femon-2.4.0_p20240910-r1.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 2024-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit vdr-plugin-2 - -GIT_TAG="20240910" -MY_P="vdr-plugin-femon-${GIT_TAG}" -DESCRIPTION="VDR Plugin: DVB Frontend Status Monitor (signal strength/noise)" -HOMEPAGE="https://github.com/wirbel-at-vdr-portal/vdr-plugin-femon/" -SRC_URI="https://github.com/wirbel-at-vdr-portal/vdr-plugin-femon/archive/refs/tags/${GIT_TAG}.tar.gz -> ${MY_P}.tar.gz" -S="${WORKDIR}/${MY_P}" - -LICENSE="GPL-2+" -SLOT="0" -KEYWORDS="amd64 ~arm x86" - -DEPEND=" - dev-libs/librepfunc - >=media-video/vdr-2.4.2:=" -RDEPEND="${DEPEND}" - -QA_FLAGS_IGNORED=" - usr/lib/vdr/plugins/libvdr-.* - usr/lib64/vdr/plugins/libvdr-.*"
