commit: 9ae79491c1fcfc80042a2b8fe549d3831d1fd294
Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 22 07:46:52 2021 +0000
Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Fri Oct 22 08:21:27 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ae79491
media-plugins/vdr-dvd: drop 0.3.7_pre20090106-r1
Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>
.../vdr-dvd/vdr-dvd-0.3.7_pre20090106-r1.ebuild | 39 ----------------------
1 file changed, 39 deletions(-)
diff --git a/media-plugins/vdr-dvd/vdr-dvd-0.3.7_pre20090106-r1.ebuild
b/media-plugins/vdr-dvd/vdr-dvd-0.3.7_pre20090106-r1.ebuild
deleted file mode 100644
index a3b868595e2..00000000000
--- a/media-plugins/vdr-dvd/vdr-dvd-0.3.7_pre20090106-r1.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit vdr-plugin-2
-
-MY_P=${PN}-cvs-${PV#*_pre}
-S=${WORKDIR}/${MY_P#vdr-}
-
-DESCRIPTION="VDR Plugin: DVD-Player"
-HOMEPAGE="https://sourceforge.net/projects/dvdplugin"
-SRC_URI="mirror://gentoo/${MY_P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-RDEPEND=">=media-video/vdr-1.6.0
- >=media-libs/libdvdnav-4.2.0
- >=media-libs/a52dec-0.7.4"
-DEPEND="${RDEPEND}"
-
-# vdr-plugin-2.eclass fix
-KEEP_I18NOBJECT="yes"
-
-PATCHES=(
- "${FILESDIR}"/${P}-compile_warnings.diff
- "${FILESDIR}"/${P}-fix-dvdnav-using-c++-keywords.patch
- )
-
-src_prepare() {
- vdr-plugin-2_src_prepare
-
- if has_version ">=media-video/vdr-2.1.3"; then
- sed -i player-dvd.c -e
"s:DeviceTrickSpeed(sp):DeviceTrickSpeed(sp,true):"
- fi
-}