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: Fri, 02 Sep 2016 17:09:45
Message-Id: 1472836162.cd3a1177c9d1608328e0c97d1ea7d16d2b2a8219.monsieurp@gentoo
1 commit: cd3a1177c9d1608328e0c97d1ea7d16d2b2a8219
2 Author: Ilya Tumaykin <itumaykin <AT> gmail <DOT> com>
3 AuthorDate: Sun Aug 28 04:49:40 2016 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Fri Sep 2 17:09:22 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd3a1177
7
8 media-video/mpv: install upstream Lua scripts with lua. USE in 9999
9
10 These are tiny files and some of them are really handy.
11
12 Package-Manager: portage-2.3.0
13
14 Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>
15
16 media-video/mpv/mpv-9999.ebuild | 5 +++++
17 1 file changed, 5 insertions(+)
18
19 diff --git a/media-video/mpv/mpv-9999.ebuild b/media-video/mpv/mpv-9999.ebuild
20 index 1584869..67af384 100644
21 --- a/media-video/mpv/mpv-9999.ebuild
22 +++ b/media-video/mpv/mpv-9999.ebuild
23 @@ -259,6 +259,11 @@ src_configure() {
24 src_install() {
25 waf-utils_src_install
26
27 + if use lua; then
28 + insinto /usr/share/${PN}
29 + doins -r TOOLS/lua
30 + fi
31 +
32 if use cli && use luajit; then
33 pax-mark -m "${ED}"usr/bin/${PN}
34 fi