From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 6A3CE58973 for ; Mon, 18 Jan 2016 13:05:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F131F21C023; Mon, 18 Jan 2016 13:05:28 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9D42921C016 for ; Mon, 18 Jan 2016 13:05:28 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BD8173409D7 for ; Mon, 18 Jan 2016 13:05:27 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D8DF8CB3 for ; Mon, 18 Jan 2016 13:05:25 +0000 (UTC) From: "Ian Delaney" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ian Delaney" Message-ID: <1453122292.8d842d62c78337e81299bb1ab08e1cfccbcfba97.idella4@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/mpv/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-video/mpv/mpv-9999.ebuild X-VCS-Directories: media-video/mpv/ X-VCS-Committer: idella4 X-VCS-Committer-Name: Ian Delaney X-VCS-Revision: 8d842d62c78337e81299bb1ab08e1cfccbcfba97 X-VCS-Branch: master Date: Mon, 18 Jan 2016 13:05:25 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: aacd0c54-996d-4fae-8539-5264222a975c X-Archives-Hash: c3711368c944b140c00e19d8bc4eaa9e commit: 8d842d62c78337e81299bb1ab08e1cfccbcfba97 Author: Ilya Tumaykin gmail com> AuthorDate: Mon Jan 18 11:39:46 2016 +0000 Commit: Ian Delaney gentoo org> CommitDate: Mon Jan 18 13:04:52 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d842d62 media-video/mpv: omit obsolete etc/* entries from DOCS array in 9999 Build system is mature enough to install files under etc/* from sources into docdir automatically. Package-Manager: portage-2.2.26 media-video/mpv/mpv-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-video/mpv/mpv-9999.ebuild b/media-video/mpv/mpv-9999.ebuild index 582b98f..b6a0297 100644 --- a/media-video/mpv/mpv-9999.ebuild +++ b/media-video/mpv/mpv-9999.ebuild @@ -23,7 +23,7 @@ else inherit git-r3 fi SRC_URI+=" https://waf.io/waf-${WAF_PV}" -DOCS+=( README.md etc/example.conf etc/input.conf ) +DOCS+=( README.md ) # See Copyright in source tarball and bug #506946. Waf is BSD, libmpv is ISC. LICENSE="GPL-2+ BSD ISC"