Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/mpc/files/
Date: Sat, 09 Feb 2019 21:56:54
Message-Id: 1549749362.488e381f743228f47b2ed6bd8560b06984a94465.asturm@gentoo
1 commit: 488e381f743228f47b2ed6bd8560b06984a94465
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sat Feb 9 21:42:28 2019 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sat Feb 9 21:56:02 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=488e381f
7
8 media-sound/mpc: Add missing patch
9
10 Package-Manager: Portage-2.3.59, Repoman-2.3.12
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 media-sound/mpc/files/mpc-0.31-nodoc.patch | 12 ++++++++++++
14 1 file changed, 12 insertions(+)
15
16 diff --git a/media-sound/mpc/files/mpc-0.31-nodoc.patch b/media-sound/mpc/files/mpc-0.31-nodoc.patch
17 new file mode 100644
18 index 00000000000..55afa828ffc
19 --- /dev/null
20 +++ b/media-sound/mpc/files/mpc-0.31-nodoc.patch
21 @@ -0,0 +1,12 @@
22 +--- a/meson.build 2018-10-24 10:31:33.000000000 +0200
23 ++++ b/meson.build 2019-02-09 22:49:02.890387140 +0100
24 +@@ -109,9 +109,6 @@
25 + install: true
26 + )
27 +
28 +-install_data('AUTHORS', 'COPYING', 'NEWS', 'README.rst',
29 +- install_dir : join_paths(get_option('datadir'), 'doc', meson.project_name()))
30 +-
31 + install_data(
32 + 'contrib/mpd-m3u-handler.sh', 'contrib/mpd-pls-handler.sh',
33 + 'contrib/mpc-completion.bash',