summaryrefslogtreecommitdiff
path: root/media-plugins/vdr-pilot/vdr-pilot-0.0.9-r1.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'media-plugins/vdr-pilot/vdr-pilot-0.0.9-r1.ebuild')
-rw-r--r--media-plugins/vdr-pilot/vdr-pilot-0.0.9-r1.ebuild31
1 files changed, 0 insertions, 31 deletions
diff --git a/media-plugins/vdr-pilot/vdr-pilot-0.0.9-r1.ebuild b/media-plugins/vdr-pilot/vdr-pilot-0.0.9-r1.ebuild
deleted file mode 100644
index 6c2ffe07035a..000000000000
--- a/media-plugins/vdr-pilot/vdr-pilot-0.0.9-r1.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit vdr-plugin-2
-
-DESCRIPTION="VDR plugin: Another way for viewing EPG and zap to channels"
-HOMEPAGE="http://famillejacques.free.fr/vdr/"
-SRC_URI="http://famillejacques.free.fr/vdr/pilot/${P}.tgz"
-
-KEYWORDS="~x86"
-SLOT="0"
-LICENSE="GPL-2"
-IUSE=""
-
-DEPEND=">=media-video/vdr-1.4.1"
-
-src_prepare() {
- vdr-plugin-2_src_prepare
-
- epatch "${FILESDIR}/${P}-german.diff"
- epatch "${FILESDIR}/${P}-gcc-4.1.diff"
-
- if has_version ">=media-video/vdr-1.6.0"; then
- epatch "${FILESDIR}/${P}-vdr-1.6.0.diff"
- fi
-
- sed -i pilot.c -e "s:RegisterI18n://RegisterI18n:"
- vdr_remove_i18n_include pilot.c
-}