public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: profiles/, media-plugins/vdr-arghdirector/files/, ...
@ 2018-09-29 10:15 Michał Górny
  0 siblings, 0 replies; only message in thread
From: Michał Górny @ 2018-09-29 10:15 UTC (permalink / raw
  To: gentoo-commits

commit:     0495ad37771b22474ccfef08e7c009ae3f55cf83
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 29 10:14:03 2018 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Sep 29 10:14:03 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0495ad37

media-plugins/vdr-arghdirector: Remove last-rited pkg

Closes: https://bugs.gentoo.org/664672
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 media-plugins/vdr-arghdirector/Manifest            |  1 -
 .../files/vdr-arghdirector-0.2.6-i18n.patch        | 30 ----------------------
 .../files/vdr-arghdirector-0.2.6-vdr-1.5.3.diff    | 15 -----------
 media-plugins/vdr-arghdirector/metadata.xml        |  8 ------
 .../vdr-arghdirector/vdr-arghdirector-0.2.6.ebuild | 24 -----------------
 profiles/package.mask                              |  9 -------
 6 files changed, 87 deletions(-)

diff --git a/media-plugins/vdr-arghdirector/Manifest b/media-plugins/vdr-arghdirector/Manifest
deleted file mode 100644
index b35385e3f20..00000000000
--- 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 621a0469cfa..00000000000
--- 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 ed54760fcb8..00000000000
--- 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 27f419c289c..00000000000
--- 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 f872e54265d..00000000000
--- 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 11731839d2a..0634153414a 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


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2018-09-29 10:15 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-09-29 10:15 [gentoo-commits] repo/gentoo:master commit in: profiles/, media-plugins/vdr-arghdirector/files/, Michał Górny

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox