diff options
author | Joerg Bornkessel <hd_brummy@gentoo.org> | 2020-02-04 20:04:18 +0100 |
---|---|---|
committer | Joerg Bornkessel <hd_brummy@gentoo.org> | 2020-02-04 20:27:47 +0100 |
commit | 8281ffdcedbdf81afc5c5aa9cfc5b73613ecdf9f (patch) | |
tree | 91389151f9076d500fb58febce652552e6937526 /media-plugins | |
parent | media-plugins/vdr-extb: pmasked removal (diff) | |
download | gentoo-8281ffdcedbdf81afc5c5aa9cfc5b73613ecdf9f.tar.gz gentoo-8281ffdcedbdf81afc5c5aa9cfc5b73613ecdf9f.tar.bz2 gentoo-8281ffdcedbdf81afc5c5aa9cfc5b73613ecdf9f.zip |
media-plugins/vdr-infosatepg: pmasked removal
bug 704010
Closes: https://bugs.gentoo.org/704010
Signed-off-by: Joerg Bornkessel <hd_brummy@gentoo.org>
Diffstat (limited to 'media-plugins')
-rw-r--r-- | media-plugins/vdr-infosatepg/Manifest | 1 | ||||
-rw-r--r-- | media-plugins/vdr-infosatepg/metadata.xml | 14 | ||||
-rw-r--r-- | media-plugins/vdr-infosatepg/vdr-infosatepg-0.0.12.ebuild | 20 |
3 files changed, 0 insertions, 35 deletions
diff --git a/media-plugins/vdr-infosatepg/Manifest b/media-plugins/vdr-infosatepg/Manifest deleted file mode 100644 index 254e773b2235..000000000000 --- 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 603a01eac807..000000000000 --- 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>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 index 9fb3ae10bae1..000000000000 --- 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}" |