media-plugins/vdr-infosatepg: pmasked removal
authorJoerg Bornkessel <hd_brummy@gentoo.org>
Tue, 4 Feb 2020 19:04:18 +0000 (20:04 +0100)
committerJoerg Bornkessel <hd_brummy@gentoo.org>
Tue, 4 Feb 2020 19:27:47 +0000 (20:27 +0100)
bug 704010

Closes: https://bugs.gentoo.org/704010
Signed-off-by: Joerg Bornkessel <hd_brummy@gentoo.org>
media-plugins/vdr-infosatepg/Manifest [deleted file]
media-plugins/vdr-infosatepg/metadata.xml [deleted file]
media-plugins/vdr-infosatepg/vdr-infosatepg-0.0.12.ebuild [deleted file]

diff --git a/media-plugins/vdr-infosatepg/Manifest b/media-plugins/vdr-infosatepg/Manifest
deleted file mode 100644 (file)
index 254e773..0000000
+++ /dev/null
@@ -1 +0,0 @@
-DIST vdr-infosatepg-0.0.12.tgz 35444 BLAKE2B 26586ae3034ef318730634dc1074cae339080d36154f3f6e6fcff00f986ab0d57e83e5a340af71301b042532f23ca3c833333d895834ed9d71ae929ce99b12d8 SHA512 1a056b6d87946fa276acaa0cf78fc63f0e3baba7c3fccd7bb95b1393f05e61321335004fba7158147ab17c2d87d56d107d5b6eb6d46ce228bb8f112eb9759642
diff --git a/media-plugins/vdr-infosatepg/metadata.xml b/media-plugins/vdr-infosatepg/metadata.xml
deleted file mode 100644 (file)
index 603a01e..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-        <maintainer type="project">
-                <email>vdr@gentoo.org</email>
-                <name>Gentoo VDR Project</name>
-                 <description>
-                   Please contact maintainers before you change something.
-                 </description>
-        </maintainer>
-        <longdescription lang="en">
-            The infosatepg plugin reads the contents of infosat and writes the data into the EPG.
-        </longdescription>
-</pkgmetadata>
diff --git a/media-plugins/vdr-infosatepg/vdr-infosatepg-0.0.12.ebuild b/media-plugins/vdr-infosatepg/vdr-infosatepg-0.0.12.ebuild
deleted file mode 100644 (file)
index 9fb3ae1..0000000
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit vdr-plugin-2
-
-VERSION="1098" # every bump, new version!
-
-DESCRIPTION="VDR Plugin: Reads the contents of infosat and writes the data into the EPG"
-HOMEPAGE="https://projects.vdr-developer.org/projects/plg-infosatepg"
-SRC_URI="mirror://vdr-developerorg/${VERSION}/${P}.tgz"
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND=">=media-video/vdr-2.0"
-RDEPEND="${DEPEND}"