From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 1D6181396D0 for ; Fri, 18 Aug 2017 18:28:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 23AA9E0BE6; Fri, 18 Aug 2017 18:28:07 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0092DE0BE6 for ; Fri, 18 Aug 2017 18:28:06 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9F2963419A2 for ; Fri, 18 Aug 2017 18:28:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 483FA7A4B for ; Fri, 18 Aug 2017 18:28:03 +0000 (UTC) From: "Michael Orlitzky" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Orlitzky" Message-ID: <1503080684.cff149509e86e18aaccddfa1c463c8bcc3bef2ee.mjo@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-php/libvirt-php/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-php/libvirt-php/libvirt-php-9999.ebuild X-VCS-Directories: dev-php/libvirt-php/ X-VCS-Committer: mjo X-VCS-Committer-Name: Michael Orlitzky X-VCS-Revision: cff149509e86e18aaccddfa1c463c8bcc3bef2ee X-VCS-Branch: master Date: Fri, 18 Aug 2017 18:28:03 +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: 2d3ee11d-5f76-4dbc-b197-9e3f5febc4e7 X-Archives-Hash: 8d9b9bede8ca0156520ad96dfb60da8d commit: cff149509e86e18aaccddfa1c463c8bcc3bef2ee Author: Michael Orlitzky gentoo org> AuthorDate: Fri Aug 18 18:24:44 2017 +0000 Commit: Michael Orlitzky gentoo org> CommitDate: Fri Aug 18 18:24:44 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cff14950 dev-php/libvirt-php: drop nonexistent "AUTHORS" from the live ebuild. The upstream repo no longer contains an "AUTHORS" file, so drop it from the live ebuild. Thanks to Michal Prívozník for the report and the fix. Gentoo-Bug: 628174 Package-Manager: Portage-2.3.6, Repoman-2.3.1 dev-php/libvirt-php/libvirt-php-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-php/libvirt-php/libvirt-php-9999.ebuild b/dev-php/libvirt-php/libvirt-php-9999.ebuild index 50e80eda8c4..4e24b63e0ab 100644 --- a/dev-php/libvirt-php/libvirt-php-9999.ebuild +++ b/dev-php/libvirt-php/libvirt-php-9999.ebuild @@ -26,7 +26,7 @@ DEPEND="${RDEPEND} doc? ( app-text/xhtml1 )" RESTRICT="test" -DOCS=( AUTHORS ChangeLog NEWS README ) +DOCS=( ChangeLog NEWS README ) src_unpack() { git-r3_src_unpack