commit: 8281ffdcedbdf81afc5c5aa9cfc5b73613ecdf9f Author: Joerg Bornkessel <hd_brummy <AT> gentoo <DOT> org> AuthorDate: Tue Feb 4 19:04:18 2020 +0000 Commit: Jörg Bornkessel <hd_brummy <AT> gentoo <DOT> org> CommitDate: Tue Feb 4 19:27:47 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8281ffdc
media-plugins/vdr-infosatepg: pmasked removal bug 704010 Closes: https://bugs.gentoo.org/704010 Signed-off-by: Joerg Bornkessel <hd_brummy <AT> gentoo.org> media-plugins/vdr-infosatepg/Manifest | 1 - media-plugins/vdr-infosatepg/metadata.xml | 14 -------------- .../vdr-infosatepg/vdr-infosatepg-0.0.12.ebuild | 20 -------------------- 3 files changed, 35 deletions(-) diff --git a/media-plugins/vdr-infosatepg/Manifest b/media-plugins/vdr-infosatepg/Manifest deleted file mode 100644 index 254e773b223..00000000000 --- a/media-plugins/vdr-infosatepg/Manifest +++ /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 index 603a01eac80..00000000000 --- a/media-plugins/vdr-infosatepg/metadata.xml +++ /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>v...@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 index 9fb3ae10bae..00000000000 --- a/media-plugins/vdr-infosatepg/vdr-infosatepg-0.0.12.ebuild +++ /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}"