summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoerg Bornkessel <hd_brummy@gentoo.org>2020-02-04 20:21:06 +0100
committerJoerg Bornkessel <hd_brummy@gentoo.org>2020-02-04 20:28:05 +0100
commit2af0f52191d9be4b6185478ecaa6aa99e8472726 (patch)
tree29c89e252eae43c3d76a03aa5f5be92883cd6f52
parentmedia-plugins/vdr-recstatus: pmasked removal (diff)
downloadgentoo-2af0f52191d9be4b6185478ecaa6aa99e8472726.tar.gz
gentoo-2af0f52191d9be4b6185478ecaa6aa99e8472726.tar.bz2
gentoo-2af0f52191d9be4b6185478ecaa6aa99e8472726.zip
media-plugins/vdr-fepg: pmasked removal
bug 703900 Closes: https://bugs.gentoo.org/703900 Signed-off-by: Joerg Bornkessel <hd_brummy@gentoo.org>
-rw-r--r--media-plugins/vdr-fepg/Manifest1
-rw-r--r--media-plugins/vdr-fepg/metadata.xml8
-rw-r--r--media-plugins/vdr-fepg/vdr-fepg-0.4.1.ebuild18
3 files changed, 0 insertions, 27 deletions
diff --git a/media-plugins/vdr-fepg/Manifest b/media-plugins/vdr-fepg/Manifest
deleted file mode 100644
index 8fa273c6b4ae..000000000000
--- a/media-plugins/vdr-fepg/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST vdr-fepg-0.4.1.tgz 43251 BLAKE2B ff435c01f9e9b4b7d48ea422ac60aca38a120a5327ad39237d0c18addf2bb6b3a1a07cf62ee2d81a98041a5d52c403ff56d534d5dbaa0bb1534901d9e7f5a3f8 SHA512 443fbaf87e5249d0470797697144bddd63c9992fe050f1aca15efb0c3a620c14523703aaf5731ac7f9247da3c2e05f8473850055defeaa78f87c728cd3772daf
diff --git a/media-plugins/vdr-fepg/metadata.xml b/media-plugins/vdr-fepg/metadata.xml
deleted file mode 100644
index 27f419c289c3..000000000000
--- a/media-plugins/vdr-fepg/metadata.xml
+++ /dev/null
@@ -1,8 +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>
-</maintainer>
-</pkgmetadata>
diff --git a/media-plugins/vdr-fepg/vdr-fepg-0.4.1.ebuild b/media-plugins/vdr-fepg/vdr-fepg-0.4.1.ebuild
deleted file mode 100644
index 0693f5596567..000000000000
--- a/media-plugins/vdr-fepg/vdr-fepg-0.4.1.ebuild
+++ /dev/null
@@ -1,18 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit vdr-plugin-2
-
-DESCRIPTION="VDR plugin: show epg of multiple channels graphically"
-HOMEPAGE="http://www.fepg.org/"
-SRC_URI="http://www.fepg.org/files/${P}.tgz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-DEPEND=">=media-video/vdr-1.3.36"
-RDEPEND="${DEPEND}"