summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger (asterix) <m.mairkeimberger@gmail.com>2017-01-05 19:39:04 +0100
committerDavid Seifert <soap@gentoo.org>2017-01-15 11:24:16 +0100
commit15dad8bd55af8e5645594e3115fed815ba6988a9 (patch)
treee4dfe86df98a4062b9de15175f9440dbff645937 /media-plugins/vdr-mlist
parentmedia-plugins/vdr-live: remove unused patches (diff)
downloadgentoo-15dad8bd55af8e5645594e3115fed815ba6988a9.tar.gz
gentoo-15dad8bd55af8e5645594e3115fed815ba6988a9.tar.bz2
gentoo-15dad8bd55af8e5645594e3115fed815ba6988a9.zip
media-plugins/vdr-mlist: remove unused patch
Closes: https://github.com/gentoo/gentoo/pull/3338
Diffstat (limited to 'media-plugins/vdr-mlist')
-rw-r--r--media-plugins/vdr-mlist/files/vdr-mlist-0.0.5-vdr-1.4.diff26
1 files changed, 0 insertions, 26 deletions
diff --git a/media-plugins/vdr-mlist/files/vdr-mlist-0.0.5-vdr-1.4.diff b/media-plugins/vdr-mlist/files/vdr-mlist-0.0.5-vdr-1.4.diff
deleted file mode 100644
index 6cbd0acab890..000000000000
--- a/media-plugins/vdr-mlist/files/vdr-mlist-0.0.5-vdr-1.4.diff
+++ /dev/null
@@ -1,26 +0,0 @@
-diff -ru mlist-0.0.5-orig/i18n.h mlist-0.0.5/i18n.h
---- mlist-0.0.5-orig/i18n.h 2008-04-28 10:46:28.131558650 +0200
-+++ mlist-0.0.5/i18n.h 2008-04-28 10:46:46.251551253 +0200
-@@ -12,4 +12,8 @@
-
- extern const tI18nPhrase Phrases[];
-
-+#ifndef trNOOP
-+#define trNOOP(s) (s)
-+#endif
-+
- #endif //_I18N__H
-Nur in mlist-0.0.5: libvdr-mlist.so.
-Nur in mlist-0.0.5: libvdr-mlist.so.1.4.5.
-diff -ru mlist-0.0.5-orig/mlist.c mlist-0.0.5/mlist.c
---- mlist-0.0.5-orig/mlist.c 2008-04-28 10:46:28.131558650 +0200
-+++ mlist-0.0.5/mlist.c 2008-04-28 10:47:00.091552984 +0200
-@@ -10,6 +10,7 @@
- #include <vdr/status.h>
- #include <vdr/osdbase.h>
- #include <time.h>
-+#include "i18n.h"
-
- static const char *VERSION = "0.0.5";
- static const char *DESCRIPTION = trNOOP("Displays the message history");
-Nur in mlist-0.0.5: mlist.o.