Gentoo Archives: gentoo-commits

From: Ionen Wolkens <ionen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/mpv/files/
Date: Tue, 08 Nov 2022 06:53:49
Message-Id: 1667890405.31a76f76ed2b9d91860aca63d7b99e8a23fe14df.ionen@gentoo
1 commit: 31a76f76ed2b9d91860aca63d7b99e8a23fe14df
2 Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
3 AuthorDate: Tue Nov 8 06:22:23 2022 +0000
4 Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
5 CommitDate: Tue Nov 8 06:53:25 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=31a76f76
7
8 media-video/mpv: remove unused patch(es)
9
10 Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
11 Closes: https://github.com/gentoo/gentoo/pull/28188
12 Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>
13
14 media-video/mpv/files/mpv-9999-docdir.patch | 11 -----------
15 1 file changed, 11 deletions(-)
16
17 diff --git a/media-video/mpv/files/mpv-9999-docdir.patch b/media-video/mpv/files/mpv-9999-docdir.patch
18 deleted file mode 100644
19 index 62a57415163b..000000000000
20 --- a/media-video/mpv/files/mpv-9999-docdir.patch
21 +++ /dev/null
22 @@ -1,11 +0,0 @@
23 ---- a/meson.build
24 -+++ b/meson.build
25 -@@ -1856,7 +1856,7 @@ if get_option('cplayer')
26 -
27 - conf_files = ['etc/mpv.conf', 'etc/input.conf',
28 - 'etc/mplayer-input.conf', 'etc/restore-old-bindings.conf']
29 -- install_data(conf_files, install_dir: join_paths(datadir, 'doc', 'mpv'))
30 -+ install_data(conf_files, install_dir: join_paths(datadir, 'mpv'))
31 -
32 - bash_install_dir = join_paths(datadir, 'bash-completion', 'completions')
33 - install_data('etc/mpv.bash-completion', install_dir: bash_install_dir, rename: 'mpv')