Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/, media-plugins/vdr-arghdirector/files/, ...
Date: Sat, 29 Sep 2018 10:15:42
Message-Id: 1538216043.0495ad37771b22474ccfef08e7c009ae3f55cf83.mgorny@gentoo
1 commit: 0495ad37771b22474ccfef08e7c009ae3f55cf83
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sat Sep 29 10:14:03 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat Sep 29 10:14:03 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0495ad37
7
8 media-plugins/vdr-arghdirector: Remove last-rited pkg
9
10 Closes: https://bugs.gentoo.org/664672
11 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
12
13 media-plugins/vdr-arghdirector/Manifest | 1 -
14 .../files/vdr-arghdirector-0.2.6-i18n.patch | 30 ----------------------
15 .../files/vdr-arghdirector-0.2.6-vdr-1.5.3.diff | 15 -----------
16 media-plugins/vdr-arghdirector/metadata.xml | 8 ------
17 .../vdr-arghdirector/vdr-arghdirector-0.2.6.ebuild | 24 -----------------
18 profiles/package.mask | 9 -------
19 6 files changed, 87 deletions(-)
20
21 diff --git a/media-plugins/vdr-arghdirector/Manifest b/media-plugins/vdr-arghdirector/Manifest
22 deleted file mode 100644
23 index b35385e3f20..00000000000
24 --- a/media-plugins/vdr-arghdirector/Manifest
25 +++ /dev/null
26 @@ -1 +0,0 @@
27 -DIST vdr-arghdirector-0.2.6.tar.gz 22119 BLAKE2B f742e37c04a9026a0af6e1463758e8828345702ca0a0499dffa10fc967cdac638417d4b04336c5738d19c731c4f03bf510468a6fd04e18f4820d87815155edaf SHA512 8134994545da761ab1c943fe779d13006ac35ef5647735c5519fcb582faa988e92f7a01f805abee69d73ebc2180498bb7117f19c6115948f4dd31c32945d1695
28
29 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
30 deleted file mode 100644
31 index 621a0469cfa..00000000000
32 --- a/media-plugins/vdr-arghdirector/files/vdr-arghdirector-0.2.6-i18n.patch
33 +++ /dev/null
34 @@ -1,30 +0,0 @@
35 -diff --git a/arghdirector.c b/arghdirector.c
36 -index f01f11d..56d3fe0 100755
37 ---- a/arghdirector.c
38 -+++ b/arghdirector.c
39 -@@ -85,7 +85,9 @@ bool cPluginDirector::ProcessArgs(int argc, char *argv[])
40 - bool cPluginDirector::Start(void)
41 - {
42 - // Start any background activities the plugin shall perform.
43 -+#if VDRVERSNUM < 10727
44 - RegisterI18n(Phrases);
45 -+#endif
46 -
47 - #if VDRVERSNUM >= 10332
48 - if(autoStart == 1)
49 -diff --git a/i18n.h b/i18n.h
50 -index 22cce61..1117745 100755
51 ---- a/i18n.h
52 -+++ b/i18n.h
53 -@@ -9,8 +9,11 @@
54 - #ifndef _I18N__H
55 - #define _I18N__H
56 -
57 -+#include <vdr/config.h>
58 - #include <vdr/i18n.h>
59 -
60 -+#if VDRVERSNUM < 10727
61 - extern const tI18nPhrase Phrases[];
62 -+#endif
63 -
64 - #endif //_I18N__H
65
66 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
67 deleted file mode 100644
68 index ed54760fcb8..00000000000
69 --- a/media-plugins/vdr-arghdirector/files/vdr-arghdirector-0.2.6-vdr-1.5.3.diff
70 +++ /dev/null
71 @@ -1,15 +0,0 @@
72 -diff -ru arghdirector-0.2.6-orig/directorosd.c arghdirector-0.2.6/directorosd.c
73 ---- arghdirector-0.2.6-orig/directorosd.c 2007-06-24 15:28:04.733376979 +0200
74 -+++ arghdirector-0.2.6/directorosd.c 2007-06-24 15:29:34.741637063 +0200
75 -@@ -323,7 +323,11 @@
76 - char *buffer=0;
77 - asprintf(&buffer,"1 %s %d", Channel->Name(), number);
78 -
79 -+#if VDRVERSNUM < 10503
80 - int theHeigth = font->Height('A');
81 -+#else
82 -+ int theHeigth = font->Height("A");
83 -+#endif
84 - int m_height = (number * theHeigth) + 10;
85 -
86 - //get the width
87
88 diff --git a/media-plugins/vdr-arghdirector/metadata.xml b/media-plugins/vdr-arghdirector/metadata.xml
89 deleted file mode 100644
90 index 27f419c289c..00000000000
91 --- a/media-plugins/vdr-arghdirector/metadata.xml
92 +++ /dev/null
93 @@ -1,8 +0,0 @@
94 -<?xml version="1.0" encoding="UTF-8"?>
95 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
96 -<pkgmetadata>
97 -<maintainer type="project">
98 -<email>vdr@g.o</email>
99 -<name>Gentoo VDR Project</name>
100 -</maintainer>
101 -</pkgmetadata>
102
103 diff --git a/media-plugins/vdr-arghdirector/vdr-arghdirector-0.2.6.ebuild b/media-plugins/vdr-arghdirector/vdr-arghdirector-0.2.6.ebuild
104 deleted file mode 100644
105 index f872e54265d..00000000000
106 --- a/media-plugins/vdr-arghdirector/vdr-arghdirector-0.2.6.ebuild
107 +++ /dev/null
108 @@ -1,24 +0,0 @@
109 -# Copyright 1999-2012 Gentoo Foundation
110 -# Distributed under the terms of the GNU General Public License v2
111 -
112 -EAPI="4"
113 -
114 -inherit vdr-plugin-2
115 -
116 -DESCRIPTION="VDR plugin: use the multifeed option of some Premiere channels - fork of vdr-director"
117 -HOMEPAGE="http://www.arghgra.de/arghdirector.html"
118 -SRC_URI="http://www.arghgra.de/vdr-arghdirector-0.2.6.tar.gz
119 - mirror://vdrfiles/${P}/${P}.tar.gz"
120 -
121 -LICENSE="GPL-2"
122 -SLOT="0"
123 -KEYWORDS="x86 amd64"
124 -IUSE=""
125 -
126 -DEPEND=">=media-video/vdr-1.3.34"
127 -RDEPEND="${DEPEND}"
128 -
129 -PATCHES=(
130 - "${FILESDIR}/${P}-vdr-1.5.3.diff"
131 - "${FILESDIR}/${P}-i18n.patch"
132 - )
133
134 diff --git a/profiles/package.mask b/profiles/package.mask
135 index 11731839d2a..0634153414a 100644
136 --- a/profiles/package.mask
137 +++ b/profiles/package.mask
138 @@ -173,15 +173,6 @@ java-virtuals/jdk-with-com-sun
139 # bug 664670
140 media-plugins/vdr-admin
141
142 -# Joerg Bornkessel <hd_brummy@g.o> (26 Aug 2018)
143 -# masked for removal in ~30 Days
144 -# do not work anymore since paytv provider provider has changed to paytv provider sky
145 -# no converted to gettext handling
146 -# old makefile handling
147 -# dead on upstream since years..
148 -# bug 664672
149 -media-plugins/vdr-arghdirector
150 -
151 # Virgil Dupras <vdupras@g.o> (23 Aug 2018)
152 # Vulnerable and can't be removed yet because of alpha. Bug #664346
153 <dev-python/paramiko-2.4.1