commit: de9b5980ed1f9a03db429830301646bb81e944eb Author: Martin Dummer <martin.dummer <AT> gmx <DOT> net> AuthorDate: Sat Feb 7 20:44:20 2026 +0000 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org> CommitDate: Sat Feb 7 23:51:18 2026 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de9b5980
media-plugins/vdr-radio: drop 1.1.0-r1 Signed-off-by: Martin Dummer <martin.dummer <AT> gmx.net> Part-of: https://github.com/gentoo/gentoo/pull/45676 Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org> media-plugins/vdr-radio/vdr-radio-1.1.0-r1.ebuild | 37 ----------------------- 1 file changed, 37 deletions(-) diff --git a/media-plugins/vdr-radio/vdr-radio-1.1.0-r1.ebuild b/media-plugins/vdr-radio/vdr-radio-1.1.0-r1.ebuild deleted file mode 100644 index f2738e298b2d..000000000000 --- a/media-plugins/vdr-radio/vdr-radio-1.1.0-r1.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit vdr-plugin-2 - -DESCRIPTION="VDR plugin: show background image for radio and decode RDS Text" -HOMEPAGE="https://github.com/vdr-projects/vdr-plugin-radio/" -SRC_URI="https://github.com/vdr-projects/vdr-plugin-radio/archive/refs/tags/${PV}.tar.gz -> ${P}.tgz" -S="${WORKDIR}/vdr-plugin-radio-${PV}" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~arm ~x86" - -DEPEND="media-video/vdr" -RDEPEND="${DEPEND}" - -src_prepare() { - sed -e '/^CXXFLAGS +=/ s/$/ -std=c++14/' -i Makefile || die - vdr-plugin-2_src_prepare -} - -src_install() { - vdr-plugin-2_src_install - - cd "${S}"/config || die "Can't enter source folder" - - insinto /usr/share/vdr/radio - doins mpegstill/rtext* - dosym rtextOben-kleo2-live.mpg /usr/share/vdr/radio/radio.mpg - dosym rtextOben-kleo2-replay.mpg /usr/share/vdr/radio/replay.mpg - - exeinto /usr/share/vdr/radio - doexe scripts/radioinfo* -}
