diff options
author | Jakov Smolić <jsmolic@gentoo.org> | 2021-10-22 09:55:45 +0200 |
---|---|---|
committer | Jakov Smolić <jsmolic@gentoo.org> | 2021-10-22 10:21:35 +0200 |
commit | 6d95f7862889cde1e9778dd81bf3649713e95d33 (patch) | |
tree | 7d627d7bf455db7211c98a4f8a5f0abc6ef7987e /media-plugins/vdr-vcd | |
parent | media-plugins/vdr-zappilot: drop 0.0.5 (diff) | |
download | gentoo-6d95f7862889cde1e9778dd81bf3649713e95d33.tar.gz gentoo-6d95f7862889cde1e9778dd81bf3649713e95d33.tar.bz2 gentoo-6d95f7862889cde1e9778dd81bf3649713e95d33.zip |
media-plugins/vdr-vcd: drop 0.9-r3
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'media-plugins/vdr-vcd')
-rw-r--r-- | media-plugins/vdr-vcd/vdr-vcd-0.9-r3.ebuild | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/media-plugins/vdr-vcd/vdr-vcd-0.9-r3.ebuild b/media-plugins/vdr-vcd/vdr-vcd-0.9-r3.ebuild deleted file mode 100644 index 7eece1539134..000000000000 --- a/media-plugins/vdr-vcd/vdr-vcd-0.9-r3.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -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" - -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="~amd64 x86" -IUSE="" - -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 -} |