diff options
author | Joerg Bornkessel <hd_brummy@gentoo.org> | 2020-02-04 19:59:21 +0100 |
---|---|---|
committer | Joerg Bornkessel <hd_brummy@gentoo.org> | 2020-02-04 20:27:41 +0100 |
commit | ae12bcd1197e2c5c8d16775684fa0230229fb33d (patch) | |
tree | ae67b29ea298a448022cfbefb527233de0e8a78c /media-plugins/vdr-chanman | |
parent | media-plugins/vdr-spider: pmasked removal (diff) | |
download | gentoo-ae12bcd1197e2c5c8d16775684fa0230229fb33d.tar.gz gentoo-ae12bcd1197e2c5c8d16775684fa0230229fb33d.tar.bz2 gentoo-ae12bcd1197e2c5c8d16775684fa0230229fb33d.zip |
media-plugins/vdr-chanman: pmasked removal
bug 704018
Closes: https://bugs.gentoo.org/704018
Signed-off-by: Joerg Bornkessel <hd_brummy@gentoo.org>
Diffstat (limited to 'media-plugins/vdr-chanman')
-rw-r--r-- | media-plugins/vdr-chanman/Manifest | 1 | ||||
-rw-r--r-- | media-plugins/vdr-chanman/metadata.xml | 8 | ||||
-rw-r--r-- | media-plugins/vdr-chanman/vdr-chanman-0.0.9.ebuild | 20 |
3 files changed, 0 insertions, 29 deletions
diff --git a/media-plugins/vdr-chanman/Manifest b/media-plugins/vdr-chanman/Manifest deleted file mode 100644 index 28874f67cf71..000000000000 --- a/media-plugins/vdr-chanman/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST vdr-chanman-0.0.9.tar.gz 31748 BLAKE2B 859bd95037f5dbc99d4d16aefae29a214cb6687545939aaa2b475b4984ef35f1220fa529b87e7e0122fa57c8952755e0cd0a702742b15051b6047967c344d833 SHA512 3167f1f4e9f31930a130d2efc05f5195f20769077b6ddb9a0fbc92523b7180391c0043ae3fe340b6978fa07898fdc32bb305654da8fa868976b2815d49cb839a diff --git a/media-plugins/vdr-chanman/metadata.xml b/media-plugins/vdr-chanman/metadata.xml deleted file mode 100644 index 984a01fab265..000000000000 --- a/media-plugins/vdr-chanman/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-chanman/vdr-chanman-0.0.9.ebuild b/media-plugins/vdr-chanman/vdr-chanman-0.0.9.ebuild deleted file mode 100644 index aa22d3670f35..000000000000 --- a/media-plugins/vdr-chanman/vdr-chanman-0.0.9.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit vdr-plugin-2 - -VERSION="993" # every bump, new version - -DESCRIPTION="VDR plugin: change channel with a multi level choice" -HOMEPAGE="https://projects.vdr-developer.org/projects/plg-chanman" -SRC_URI="mirror://vdr-developerorg/${VERSION}/${P}.tar.gz" - -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="~amd64 ~x86" -IUSE="" - -DEPEND=">=media-video/vdr-1.6.0" -RDEPEND="${DEPEND}" |