summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoerg Bornkessel <hd_brummy@gentoo.org>2021-05-01 14:17:58 +0200
committerJoerg Bornkessel <hd_brummy@gentoo.org>2021-05-01 14:18:52 +0200
commitacbf8f44ffccacd1ee2ed1372a16ee1a455650bc (patch)
tree394c8cf4fb36bc55b6ae230aeb5a588a45afa05a /media-plugins/vdr-osdserver/vdr-osdserver-0.1.2.ebuild
parentmedia-plugins/vdr-filebrowser: moved to eapi 7 (diff)
downloadgentoo-acbf8f44ffccacd1ee2ed1372a16ee1a455650bc.tar.gz
gentoo-acbf8f44ffccacd1ee2ed1372a16ee1a455650bc.tar.bz2
gentoo-acbf8f44ffccacd1ee2ed1372a16ee1a455650bc.zip
media-plugins/vdr-osdserver: moved to eapi 7, cleanup old
Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Joerg Bornkessel <hd_brummy@gentoo.org>
Diffstat (limited to 'media-plugins/vdr-osdserver/vdr-osdserver-0.1.2.ebuild')
-rw-r--r--media-plugins/vdr-osdserver/vdr-osdserver-0.1.2.ebuild39
1 files changed, 0 insertions, 39 deletions
diff --git a/media-plugins/vdr-osdserver/vdr-osdserver-0.1.2.ebuild b/media-plugins/vdr-osdserver/vdr-osdserver-0.1.2.ebuild
deleted file mode 100644
index 20e13faae6ab..000000000000
--- a/media-plugins/vdr-osdserver/vdr-osdserver-0.1.2.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit vdr-plugin-2
-
-DESCRIPTION="VDR plugin: VDR OSD access for ext. programs through a TCP/IP socket connection"
-HOMEPAGE="http://www.udo-richter.de/vdr/osdserver.en.html"
-SRC_URI=" http://www.udo-richter.de/vdr/files/${P}.tgz"
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND=">=media-video/vdr-1.4.6"
-
-RDEPEND=""
-
-PATCHES=( ${FILESDIR}/${PN}-0.1.1-gentoo.diff )
-
-src_install() {
- vdr-plugin-2_src_install
-
- insinto /etc/vdr/plugins/osdserver
- doins "${FILESDIR}"/osdserverhosts.conf
-
- dodoc examples/*
-}
-
-pkg_postinst() {
- vdr-plugin-2_pkg_postinst
-
- elog "Check configuration files:"
- elog "/etc/vdr/plugins/osdserver/osdserverhosts.conf"
- elog "/etc/conf.d/vdr.osdserver"
- elog "Examples are in '/usr/share/doc/vdr/${P}/'"
-}