public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: media-plugins/vdr-pilot/, profiles/, media-plugins/vdr-pilot/files/
@ 2021-03-11 18:01 Sam James
  0 siblings, 0 replies; only message in thread
From: Sam James @ 2021-03-11 18:01 UTC (permalink / raw
  To: gentoo-commits

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain; charset=UTF-8, Size: 10309 bytes --]

commit:     e3d715e6239ca5ebfb47b1a4b23ae385a432e419
Author:     Jakov Smolic <jakov.smolic <AT> sartura <DOT> hr>
AuthorDate: Thu Mar 11 08:21:31 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Mar 11 18:00:53 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3d715e6

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

Closes: https://bugs.gentoo.org/724700

Signed-off-by: Jakov Smolic <jakov.smolic <AT> sartura.hr>
Signed-off-by: Sam James <sam <AT> gentoo.org>

 media-plugins/vdr-pilot/Manifest                   |   1 -
 .../vdr-pilot/files/vdr-pilot-0.0.9-gcc-4.1.diff   |  44 ------
 .../vdr-pilot/files/vdr-pilot-0.0.9-german.diff    | 147 ---------------------
 .../vdr-pilot/files/vdr-pilot-0.0.9-vdr-1.6.0.diff |  25 ----
 media-plugins/vdr-pilot/metadata.xml               |   8 --
 media-plugins/vdr-pilot/vdr-pilot-0.0.9-r1.ebuild  |  31 -----
 profiles/package.mask                              |   7 -
 7 files changed, 263 deletions(-)

diff --git a/media-plugins/vdr-pilot/Manifest b/media-plugins/vdr-pilot/Manifest
deleted file mode 100644
index 170dae2d015..00000000000
--- a/media-plugins/vdr-pilot/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST vdr-pilot-0.0.9.tgz 20533 BLAKE2B 04f0d34d530bb627d30b28e7d6f0bb8ee8ac64e8b29c12efad8b3f261889b4b13c2ae5b24d31aef79a0b5c1ba7d3706a899f045542869d20d5f8e40398d6116b SHA512 7dd1c7467a9ed3654c4169f76ca08f6a1253cf614ba6541077f506ef821d57a02285b5ab149c322cc7fbc76f463b4d7443b51b0ef00fc49cfe1117c096cf9c52

diff --git a/media-plugins/vdr-pilot/files/vdr-pilot-0.0.9-gcc-4.1.diff b/media-plugins/vdr-pilot/files/vdr-pilot-0.0.9-gcc-4.1.diff
deleted file mode 100644
index 4079e0aa449..00000000000
--- a/media-plugins/vdr-pilot/files/vdr-pilot-0.0.9-gcc-4.1.diff
+++ /dev/null
@@ -1,44 +0,0 @@
-diff -ru pilot-0.0.9-orig/pilotosd.c pilot-0.0.9/pilotosd.c
---- pilot-0.0.9-orig/pilotosd.c	2008-04-02 15:45:18.597448151 +0200
-+++ pilot-0.0.9/pilotosd.c	2008-04-02 15:46:45.507442460 +0200
-@@ -34,7 +34,7 @@
- {
-   delete osd;
- }
--void cPilotOsd::DrawSymbol(int x, int y, char *SymbolName[], tColor ColorFg)
-+void cPilotOsd::DrawSymbol(int x, int y, const char *SymbolName[], tColor ColorFg)
- {
-   cBitmap bm(SymbolName);
-   osd->DrawBitmap(x, y, bm, ColorFg, pal[0]);
-diff -ru pilot-0.0.9-orig/pilotosd.h pilot-0.0.9/pilotosd.h
---- pilot-0.0.9-orig/pilotosd.h	2008-04-02 15:45:18.597448151 +0200
-+++ pilot-0.0.9/pilotosd.h	2008-04-02 15:46:30.908163317 +0200
-@@ -11,7 +11,7 @@
- 
- class cPilotOsd : public cOsdObject {
- private:
--  void DrawSymbol(int x, int y, char *SymbolName[], tColor color);
-+  void DrawSymbol(int x, int y, const char *SymbolName[], tColor color);
-   cOsd *osd;
-   int pal[16];
-   int lastTime;
-diff -ru pilot-0.0.9-orig/symbols/down.xpm pilot-0.0.9/symbols/down.xpm
---- pilot-0.0.9-orig/symbols/down.xpm	2008-04-02 15:45:18.597448151 +0200
-+++ pilot-0.0.9/symbols/down.xpm	2008-04-02 15:45:47.057442667 +0200
-@@ -1,5 +1,5 @@
- /* XPM */
--static char * down_xpm[] = {
-+static const char * down_xpm[] = {
- "22 26 2 1",
- ".	c #FFFFFF",
- "*	c #000000",
-diff -ru pilot-0.0.9-orig/symbols/up.xpm pilot-0.0.9/symbols/up.xpm
---- pilot-0.0.9-orig/symbols/up.xpm	2008-04-02 15:45:18.597448151 +0200
-+++ pilot-0.0.9/symbols/up.xpm	2008-04-02 15:45:53.807442292 +0200
-@@ -1,5 +1,5 @@
- /* XPM */
--static char * up_xpm[] = {
-+static const char * up_xpm[] = {
- "22 26 2 1",
- ".	c #FFFFFF",
- "*	c #000000",

diff --git a/media-plugins/vdr-pilot/files/vdr-pilot-0.0.9-german.diff b/media-plugins/vdr-pilot/files/vdr-pilot-0.0.9-german.diff
deleted file mode 100644
index b1862254074..00000000000
--- a/media-plugins/vdr-pilot/files/vdr-pilot-0.0.9-german.diff
+++ /dev/null
@@ -1,147 +0,0 @@
-diff -ru pilot-0.0.9-orig/i18n.h pilot-0.0.9/i18n.h
---- pilot-0.0.9-orig/i18n.h	2006-11-16 13:39:10.000000000 +0100
-+++ pilot-0.0.9/i18n.h	2006-11-16 14:00:19.000000000 +0100
-@@ -38,7 +38,7 @@
-  * French     translations provided by Maxime Guilbot <maxime.guilbot@orange.fr>
- */
-   { "Pilot", // ENGLISH
--    "", // TODO
-+    "Pilot", // GERMAN
-     "", // TODO
-     "", // TODO
-     "", // TODO
-@@ -60,7 +60,7 @@
-     "", // TODO
-   },
-   { "A zapping co-pilot", // ENGLISH
--    "", // TODO
-+    "Ein Zap-Copilot", // GERMAN
-     "", // TODO
-     "", // TODO
-     "", // TODO
-@@ -82,7 +82,7 @@
-     "", // TODO
-   },
-   { "Red", // ENGLISH
--    "", // TODO
-+    "Rot", // GERMAN
-     "", // TODO
-     "", // TODO
-     "", // TODO
-@@ -104,7 +104,7 @@
-     "", // TODO
-   },
-   { "Green", // ENGLISH                                                                                 
--    "", // TODO
-+    "Grün", // GERMAN
-     "", // TODO
-     "", // TODO
-     "", // TODO
-@@ -126,7 +126,7 @@
-     "", // TODO
-   },
-   { "Blue", // ENGLISH                                                                                 
--    "", // TODO
-+    "Blau", // GERMAN
-     "", // TODO
-     "", // TODO
-     "", // TODO
-@@ -258,7 +258,7 @@
-     "", // TODO
-   },
-   { "RemoveChannel",
--    "Kanal löschen", // GER
-+    "Kanal löschen", // GERMAN
-     "", // TODO
-     "Rimuovi Canale", // ITALIAN
-     "Kanaal wegneemen", // NL
-@@ -280,7 +280,7 @@
-     "", // TODO
-   },
-   { "Background opacity",
--    "Rand transparenz", // TODO
-+    "Hintergrund-Deckkraft", // GERMAN
-     "", // TODO
-     "Alpha Bordo 1", // ITALIAN
-     "", // TODO
-@@ -302,7 +302,7 @@
-     "", // TODO
-   },
-   { "Text opacity",
--    "", // TODO
-+    "Text-Deckkraft", // GERMAN
-     "", // TODO
-     "Alpha Bordo 2", // ITALIAN
-     "", // TODO
-@@ -324,7 +324,7 @@
-     "", // TODO
-   },
-   { "Border opacity",
--    "Alpha Rand", // GER
-+    "Rand-Deckkraft", // GER
-     "", // TODO
-     "AlphaBordo", // ITALIAN
-     "Alpha kant", // NL
-@@ -346,7 +346,7 @@
-     "", // TODO
-   },
-   { "Sort by",
--    "", // TODO
-+    "Sortieren nach", // GERMAN
-     "", // TODO
-     "", // TODO
-     "", // TODO
-@@ -368,7 +368,7 @@
-     "", // TODO
-   },
-   { "None",
--    "", // TODO
-+    "Nichts", // GERMAN
-     "", // TODO
-     "", // TODO
-     "", // TODO
-@@ -390,7 +390,7 @@
-     "", // TODO
-   },
-   { "Name",
--    "", // TODO
-+    "Name", // GERMAN
-     "", // TODO
-     "", // TODO
-     "", // TODO
-@@ -412,7 +412,7 @@
-     "", // TODO
-   },
-   { "As entered",
--    "", // TODO
-+    "Wie eingegeben", // GERMAN
-     "", // TODO
-     "", // TODO
-     "", // TODO
-@@ -434,7 +434,7 @@
-     "", // TODO
-   },
-   { "Close on OK",
--    "", // TODO
-+    "Schließen mit OK", // GERMAN
-     "", // TODO
-     "", // TODO
-     "", // TODO
-@@ -456,7 +456,7 @@
-     "", // TODO
-   },
-   { "Number of channels",
--    "", // TODO
-+    "Anzahl der Kanäle", // GERMAN
-     "", // TODO
-     "", // TODO
-     "", // TODO
-@@ -478,7 +478,7 @@
-     "", // TODO
-   },
-   { "Use DXR3",
--    "", // TODO
-+    "DXR3 benutzen", // TODO
-     "", // TODO
-     "", // TODO
-     "", // TODO

diff --git a/media-plugins/vdr-pilot/files/vdr-pilot-0.0.9-vdr-1.6.0.diff b/media-plugins/vdr-pilot/files/vdr-pilot-0.0.9-vdr-1.6.0.diff
deleted file mode 100644
index e13a1392c54..00000000000
--- a/media-plugins/vdr-pilot/files/vdr-pilot-0.0.9-vdr-1.6.0.diff
+++ /dev/null
@@ -1,25 +0,0 @@
-diff -ru pilot-0.0.9-orig/Makefile pilot-0.0.9/Makefile
---- pilot-0.0.9-orig/Makefile	2008-04-02 15:37:55.657442868 +0200
-+++ pilot-0.0.9/Makefile	2008-04-02 15:38:27.187445656 +0200
-@@ -47,7 +47,7 @@
- 
- ### The object files (add further files here):
- 
--OBJS = $(PLUGIN).o pilotosd.o pilotbmp.o pilotsetup.o 
-+OBJS = $(PLUGIN).o pilotosd.o pilotsetup.o 
- 
- ### Implicit rules:
- 
-Dateien pilot-0.0.9-orig/pilot.o und pilot-0.0.9/pilot.o sind verschieden.
-diff -ru pilot-0.0.9-orig/pilotosd.h pilot-0.0.9/pilotosd.h
---- pilot-0.0.9-orig/pilotosd.h	2008-04-02 15:37:55.657442868 +0200
-+++ pilot-0.0.9/pilotosd.h	2008-04-02 15:38:32.497447004 +0200
-@@ -4,7 +4,6 @@
- #include <vdr/osd.h>
- #include <vdr/menuitems.h>
- #include <ctype.h>
--#include "pilotbmp.h"
- 
- static const cFont *font = cFont::GetFont(fontOsd);
- static const int LINEHEIGHT = font->Height();
-

diff --git a/media-plugins/vdr-pilot/metadata.xml b/media-plugins/vdr-pilot/metadata.xml
deleted file mode 100644
index 27f419c289c..00000000000
--- a/media-plugins/vdr-pilot/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-pilot/vdr-pilot-0.0.9-r1.ebuild b/media-plugins/vdr-pilot/vdr-pilot-0.0.9-r1.ebuild
deleted file mode 100644
index 6c2ffe07035..00000000000
--- a/media-plugins/vdr-pilot/vdr-pilot-0.0.9-r1.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit vdr-plugin-2
-
-DESCRIPTION="VDR plugin: Another way for viewing EPG and zap to channels"
-HOMEPAGE="http://famillejacques.free.fr/vdr/"
-SRC_URI="http://famillejacques.free.fr/vdr/pilot/${P}.tgz"
-
-KEYWORDS="~x86"
-SLOT="0"
-LICENSE="GPL-2"
-IUSE=""
-
-DEPEND=">=media-video/vdr-1.4.1"
-
-src_prepare() {
-	vdr-plugin-2_src_prepare
-
-	epatch "${FILESDIR}/${P}-german.diff"
-	epatch "${FILESDIR}/${P}-gcc-4.1.diff"
-
-	if has_version ">=media-video/vdr-1.6.0"; then
-		epatch "${FILESDIR}/${P}-vdr-1.6.0.diff"
-	fi
-
-	sed -i pilot.c -e "s:RegisterI18n://RegisterI18n:"
-	vdr_remove_i18n_include pilot.c
-}

diff --git a/profiles/package.mask b/profiles/package.mask
index e82bbd10598..d03e4b89371 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -315,13 +315,6 @@ media-plugins/vdr-cpumon
 # Removal on 2021-03-12.  Bug #740302
 media-plugins/vdr-mount
 
-# Joerg Bornkessel <hd_brummy@gentoo.org> (2021-02-11)
-# Does not build against vdr-2.4.  Last release in ~2006.
-# Upstream repository is gone.
-# Depends minimal on very old vdr version
-# Removal on 2021-03-11.  Bug #724700.
-media-plugins/vdr-pilot
-
 # Sam James <sam@gentoo.org> (2021-02-10)
 # Causes circular dep with opam
 # seq -> opam-installer -> opam-format -> re -> seq


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

only message in thread, other threads:[~2021-03-11 18:01 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-03-11 18:01 [gentoo-commits] repo/gentoo:master commit in: media-plugins/vdr-pilot/, profiles/, media-plugins/vdr-pilot/files/ Sam James

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