Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/mpv/
Date: Tue, 02 Feb 2016 11:06:00
Message-Id: 1454375054.ec52289e7c724260356ba40b2b7dfc245f0af812.monsieurp@gentoo
1 commit: ec52289e7c724260356ba40b2b7dfc245f0af812
2 Author: Ilya Tumaykin <itumaykin <AT> gmail <DOT> com>
3 AuthorDate: Tue Feb 2 01:03:00 2016 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 2 01:04:14 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec52289e
7
8 media-video/mpv: omit unneeded etc/* entries from DOCS array in 0.14.0-r1
9
10 This is the backport of 8d842d6 to 0.14.0-r1 ebuild.
11 The resulting installed image isn't changed, thus no revbump.
12
13 Package-Manager: portage-2.2.27
14
15 media-video/mpv/mpv-0.14.0-r1.ebuild | 2 +-
16 1 file changed, 1 insertion(+), 1 deletion(-)
17
18 diff --git a/media-video/mpv/mpv-0.14.0-r1.ebuild b/media-video/mpv/mpv-0.14.0-r1.ebuild
19 index 60e9108..f8910de 100644
20 --- a/media-video/mpv/mpv-0.14.0-r1.ebuild
21 +++ b/media-video/mpv/mpv-0.14.0-r1.ebuild
22 @@ -23,7 +23,7 @@ else
23 inherit git-r3
24 fi
25 SRC_URI+=" https://waf.io/waf-${WAF_PV}"
26 -DOCS+=( README.md etc/example.conf etc/input.conf )
27 +DOCS+=( README.md )
28
29 # See Copyright in source tarball and bug #506946. Waf is BSD, libmpv is ISC.
30 LICENSE="GPL-2+ BSD ISC"