summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2018-09-29 12:14:03 +0200
committerMichał Górny <mgorny@gentoo.org>2018-09-29 12:14:03 +0200
commit0495ad37771b22474ccfef08e7c009ae3f55cf83 (patch)
tree46a732aaa10eeb68bd14ecb0689633eb2aa2ce59
parentmedia-plugins/vdr-rotor: Remove last-rited pkg (diff)
downloadgentoo-0495ad37.tar.gz
gentoo-0495ad37.tar.bz2
gentoo-0495ad37.zip
media-plugins/vdr-arghdirector: Remove last-rited pkg
Closes: https://bugs.gentoo.org/664672 Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--media-plugins/vdr-arghdirector/Manifest1
-rw-r--r--media-plugins/vdr-arghdirector/files/vdr-arghdirector-0.2.6-i18n.patch30
-rw-r--r--media-plugins/vdr-arghdirector/files/vdr-arghdirector-0.2.6-vdr-1.5.3.diff15
-rw-r--r--media-plugins/vdr-arghdirector/metadata.xml8
-rw-r--r--media-plugins/vdr-arghdirector/vdr-arghdirector-0.2.6.ebuild24
-rw-r--r--profiles/package.mask9
6 files changed, 0 insertions, 87 deletions
diff --git a/media-plugins/vdr-arghdirector/Manifest b/media-plugins/vdr-arghdirector/Manifest
deleted file mode 100644
index b35385e3f204..000000000000
--- a/media-plugins/vdr-arghdirector/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST vdr-arghdirector-0.2.6.tar.gz 22119 BLAKE2B f742e37c04a9026a0af6e1463758e8828345702ca0a0499dffa10fc967cdac638417d4b04336c5738d19c731c4f03bf510468a6fd04e18f4820d87815155edaf SHA512 8134994545da761ab1c943fe779d13006ac35ef5647735c5519fcb582faa988e92f7a01f805abee69d73ebc2180498bb7117f19c6115948f4dd31c32945d1695
diff --git a/media-plugins/vdr-arghdirector/files/vdr-arghdirector-0.2.6-i18n.patch b/media-plugins/vdr-arghdirector/files/vdr-arghdirector-0.2.6-i18n.patch
deleted file mode 100644
index 621a0469cfa2..000000000000
--- a/media-plugins/vdr-arghdirector/files/vdr-arghdirector-0.2.6-i18n.patch
+++ /dev/null
@@ -1,30 +0,0 @@
-diff --git a/arghdirector.c b/arghdirector.c
-index f01f11d..56d3fe0 100755
---- a/arghdirector.c
-+++ b/arghdirector.c
-@@ -85,7 +85,9 @@ bool cPluginDirector::ProcessArgs(int argc, char *argv[])
- bool cPluginDirector::Start(void)
- {
- // Start any background activities the plugin shall perform.
-+#if VDRVERSNUM < 10727
- RegisterI18n(Phrases);
-+#endif
-
- #if VDRVERSNUM >= 10332
- if(autoStart == 1)
-diff --git a/i18n.h b/i18n.h
-index 22cce61..1117745 100755
---- a/i18n.h
-+++ b/i18n.h
-@@ -9,8 +9,11 @@
- #ifndef _I18N__H
- #define _I18N__H
-
-+#include <vdr/config.h>
- #include <vdr/i18n.h>
-
-+#if VDRVERSNUM < 10727
- extern const tI18nPhrase Phrases[];
-+#endif
-
- #endif //_I18N__H
diff --git a/media-plugins/vdr-arghdirector/files/vdr-arghdirector-0.2.6-vdr-1.5.3.diff b/media-plugins/vdr-arghdirector/files/vdr-arghdirector-0.2.6-vdr-1.5.3.diff
deleted file mode 100644
index ed54760fcb82..000000000000
--- a/media-plugins/vdr-arghdirector/files/vdr-arghdirector-0.2.6-vdr-1.5.3.diff
+++ /dev/null
@@ -1,15 +0,0 @@
-diff -ru arghdirector-0.2.6-orig/directorosd.c arghdirector-0.2.6/directorosd.c
---- arghdirector-0.2.6-orig/directorosd.c 2007-06-24 15:28:04.733376979 +0200
-+++ arghdirector-0.2.6/directorosd.c 2007-06-24 15:29:34.741637063 +0200
-@@ -323,7 +323,11 @@
- char *buffer=0;
- asprintf(&buffer,"1 %s %d", Channel->Name(), number);
-
-+#if VDRVERSNUM < 10503
- int theHeigth = font->Height('A');
-+#else
-+ int theHeigth = font->Height("A");
-+#endif
- int m_height = (number * theHeigth) + 10;
-
- //get the width
diff --git a/media-plugins/vdr-arghdirector/metadata.xml b/media-plugins/vdr-arghdirector/metadata.xml
deleted file mode 100644
index 27f419c289c3..000000000000
--- a/media-plugins/vdr-arghdirector/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-arghdirector/vdr-arghdirector-0.2.6.ebuild b/media-plugins/vdr-arghdirector/vdr-arghdirector-0.2.6.ebuild
deleted file mode 100644
index f872e54265de..000000000000
--- a/media-plugins/vdr-arghdirector/vdr-arghdirector-0.2.6.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="4"
-
-inherit vdr-plugin-2
-
-DESCRIPTION="VDR plugin: use the multifeed option of some Premiere channels - fork of vdr-director"
-HOMEPAGE="http://www.arghgra.de/arghdirector.html"
-SRC_URI="http://www.arghgra.de/vdr-arghdirector-0.2.6.tar.gz
- mirror://vdrfiles/${P}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="x86 amd64"
-IUSE=""
-
-DEPEND=">=media-video/vdr-1.3.34"
-RDEPEND="${DEPEND}"
-
-PATCHES=(
- "${FILESDIR}/${P}-vdr-1.5.3.diff"
- "${FILESDIR}/${P}-i18n.patch"
- )
diff --git a/profiles/package.mask b/profiles/package.mask
index 11731839d2a1..0634153414aa 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -173,15 +173,6 @@ java-virtuals/jdk-with-com-sun
# bug 664670
media-plugins/vdr-admin
-# Joerg Bornkessel <hd_brummy@gentoo.org> (26 Aug 2018)
-# masked for removal in ~30 Days
-# do not work anymore since paytv provider provider has changed to paytv provider sky
-# no converted to gettext handling
-# old makefile handling
-# dead on upstream since years..
-# bug 664672
-media-plugins/vdr-arghdirector
-
# Virgil Dupras <vdupras@gentoo.org> (23 Aug 2018)
# Vulnerable and can't be removed yet because of alpha. Bug #664346
<dev-python/paramiko-2.4.1