diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2018-07-13 10:56:18 +0200 |
---|---|---|
committer | Tony Vroon <chainsaw@gentoo.org> | 2018-07-13 10:37:38 +0100 |
commit | 66141117490023fcbccca52c1d5a289f638319e0 (patch) | |
tree | ccb0a6988e152d431536e0bf99fe95214006a7ff | |
parent | media-video/obs-studio: remove older versions (diff) | |
download | gentoo-66141117490023fcbccca52c1d5a289f638319e0.tar.gz gentoo-66141117490023fcbccca52c1d5a289f638319e0.tar.bz2 gentoo-66141117490023fcbccca52c1d5a289f638319e0.zip |
app-misc/lirc: remove unused patches
Closes: https://github.com/gentoo/gentoo/pull/9211
-rw-r--r-- | app-misc/lirc/files/lirc-0.9.4-doc-path-fix.patch | 27 | ||||
-rw-r--r-- | app-misc/lirc/files/lircmd.conf | 4 |
2 files changed, 0 insertions, 31 deletions
diff --git a/app-misc/lirc/files/lirc-0.9.4-doc-path-fix.patch b/app-misc/lirc/files/lirc-0.9.4-doc-path-fix.patch deleted file mode 100644 index 9a2d6c2e638e..000000000000 --- a/app-misc/lirc/files/lirc-0.9.4-doc-path-fix.patch +++ /dev/null @@ -1,27 +0,0 @@ -https://sourceforge.net/p/lirc/tickets/214/ - -diff --git a/doc/Makefile.am b/doc/Makefile.am -index 53d0f21..f833b4b 100644 ---- a/doc/Makefile.am -+++ b/doc/Makefile.am -@@ -33,7 +33,6 @@ nodist_man_MANS += man/xmode2.1 man/irxevent.1 - manpage_html += man-html/irxevent.html man-html/xmode2.html - endif - --docdir = @datadir@/doc/@PACKAGE@ - dist_doc_DATA = irxevent.keys - - if HAVE_DOXYGEN -@@ -58,10 +57,10 @@ if HAVE_PYMOD_YAML - nodist_website_html_DATA += table.html - endif - --vardocsdir = $(localstatedir)/lib/lirc/plugins -+vardocsdir = $(docdir)/plugins - vardocs_DATA = index.html html-source/lirc.css - --varimagedir = $(localstatedir)/lib/lirc/images -+varimagedir = $(docdir)/images - varimage_DATA = $(dist_image_DATA) - - website_imagedir = $(docdir)/lirc.org/images diff --git a/app-misc/lirc/files/lircmd.conf b/app-misc/lirc/files/lircmd.conf deleted file mode 100644 index 319362a321aa..000000000000 --- a/app-misc/lirc/files/lircmd.conf +++ /dev/null @@ -1,4 +0,0 @@ -# Options to pass to the lircmd process - -LIRCMD_OPTS="--uinput" - |