commit: 2af0f52191d9be4b6185478ecaa6aa99e8472726 Author: Joerg Bornkessel <hd_brummy <AT> gentoo <DOT> org> AuthorDate: Tue Feb 4 19:21:06 2020 +0000 Commit: Jörg Bornkessel <hd_brummy <AT> gentoo <DOT> org> CommitDate: Tue Feb 4 19:28:05 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2af0f521
media-plugins/vdr-fepg: pmasked removal bug 703900 Closes: https://bugs.gentoo.org/703900 Signed-off-by: Joerg Bornkessel <hd_brummy <AT> gentoo.org> media-plugins/vdr-fepg/Manifest | 1 - media-plugins/vdr-fepg/metadata.xml | 8 -------- media-plugins/vdr-fepg/vdr-fepg-0.4.1.ebuild | 18 ------------------ 3 files changed, 27 deletions(-) diff --git a/media-plugins/vdr-fepg/Manifest b/media-plugins/vdr-fepg/Manifest deleted file mode 100644 index 8fa273c6b4a..00000000000 --- 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 27f419c289c..00000000000 --- 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>[email protected]</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 0693f559656..00000000000 --- 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}"
