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 5F1991382AC for ; Tue, 21 Jun 2016 20:06:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D0393E07A7; Tue, 21 Jun 2016 20:06:41 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6B51EE078A for ; Tue, 21 Jun 2016 20:06:41 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6772C340766 for ; Tue, 21 Jun 2016 20:06:40 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DCEB22416 for ; Tue, 21 Jun 2016 20:06:37 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1466539072.ee4b26940b78fecf9412f3a1d5f7aacdf58afc31.mgorny@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: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: ee4b26940b78fecf9412f3a1d5f7aacdf58afc31 X-VCS-Branch: master Date: Tue, 21 Jun 2016 20:06:37 +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: 61b16e71-a19a-4e07-94b0-d08cc84c1aaf X-Archives-Hash: 8ce1f1a8d0a1118eddf90dfcf32ca27d commit: ee4b26940b78fecf9412f3a1d5f7aacdf58afc31 Author: Ilya Tumaykin gmail com> AuthorDate: Tue Jun 21 19:37:04 2016 +0000 Commit: Michał Górny gentoo org> CommitDate: Tue Jun 21 19:57:52 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee4b2694 media-video/mpv: remove CONTRIBUTING.md from DOCS in 9999 This file was removed upstream. Package-Manager: portage-2.3.0_rc1 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 afae5b8..447d74a 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+=( CONTRIBUTING.md README.md ) +DOCS+=( README.md ) # See Copyright in sources and Gentoo bug 506946. Waf is BSD, libmpv is ISC. LICENSE="GPL-2+ BSD ISC"