commit: ae12bcd1197e2c5c8d16775684fa0230229fb33d Author: Joerg Bornkessel <hd_brummy <AT> gentoo <DOT> org> AuthorDate: Tue Feb 4 18:59:21 2020 +0000 Commit: Jörg Bornkessel <hd_brummy <AT> gentoo <DOT> org> CommitDate: Tue Feb 4 19:27:41 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae12bcd1
media-plugins/vdr-chanman: pmasked removal bug 704018 Closes: https://bugs.gentoo.org/704018 Signed-off-by: Joerg Bornkessel <hd_brummy <AT> gentoo.org> media-plugins/vdr-chanman/Manifest | 1 - media-plugins/vdr-chanman/metadata.xml | 8 -------- media-plugins/vdr-chanman/vdr-chanman-0.0.9.ebuild | 20 -------------------- 3 files changed, 29 deletions(-) diff --git a/media-plugins/vdr-chanman/Manifest b/media-plugins/vdr-chanman/Manifest deleted file mode 100644 index 28874f67cf7..00000000000 --- 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 984a01fab26..00000000000 --- 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>[email protected]</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 aa22d3670f3..00000000000 --- 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}"
