commit: 70d1cfb94a16f53d882cbb16610528b8157cbe24 Author: Martin Dummer <martin.dummer <AT> gmx <DOT> net> AuthorDate: Sat Feb 7 21:28:05 2026 +0000 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org> CommitDate: Sat Feb 7 23:51:20 2026 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=70d1cfb9
media-plugins/vdr-vcd: drop 0.9-r4 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-vcd/vdr-vcd-0.9-r4.ebuild | 30 ----------------------------- 1 file changed, 30 deletions(-) diff --git a/media-plugins/vdr-vcd/vdr-vcd-0.9-r4.ebuild b/media-plugins/vdr-vcd/vdr-vcd-0.9-r4.ebuild deleted file mode 100644 index c28272d69b50..000000000000 --- a/media-plugins/vdr-vcd/vdr-vcd-0.9-r4.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit vdr-plugin-2 - -DESCRIPTION="VDR plugin: play video cds" -HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage" -SRC_URI="http://vdr.websitec.de/download/vdr-vcd/${P}.tgz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 x86" - -DEPEND=">=media-video/vdr-1.5.9" -RDEPEND="${DEPEND}" - -PATCHES=( "${FILESDIR}/${P}_xgettext.diff" - "${FILESDIR}/${P}_vdr-1.7.2.diff" - "${FILESDIR}/${P}_devicetrickspeed.patch" - "${FILESDIR}/${P}_gcc-6.patch" ) - -src_prepare() { - vdr-plugin-2_src_prepare - - # Patch Makefile, as VDRDIR is no well known variable name - # to stop spare -I in gcc cmdline - sed -e 's:$(VDRINC):$(VDRDIR)/include:' -i Makefile || die -}
