From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-880414-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 5AF4613824A for <garchives@archives.gentoo.org>; Sun, 8 May 2016 04:30:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1A14821C01D; Sun, 8 May 2016 04:30:48 +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 62956E07C9 for <gentoo-commits@lists.gentoo.org>; Sun, 8 May 2016 04:30:46 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 06E46340861 for <gentoo-commits@lists.gentoo.org>; Sun, 8 May 2016 04:30:45 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 32ECA960 for <gentoo-commits@lists.gentoo.org>; Sun, 8 May 2016 04:30:41 +0000 (UTC) From: "Jason Zaman" <perfinion@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jason Zaman" <perfinion@gentoo.org> Message-ID: <1462681183.33d797b36526be748cc033cf1a3b61391c4e1ee2.perfinion@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libproxy/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/libproxy/libproxy-0.4.13.ebuild X-VCS-Directories: net-libs/libproxy/ X-VCS-Committer: perfinion X-VCS-Committer-Name: Jason Zaman X-VCS-Revision: 33d797b36526be748cc033cf1a3b61391c4e1ee2 X-VCS-Branch: master Date: Sun, 8 May 2016 04:30:41 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 3774f460-b2d6-4d30-b1da-efdd8f1e4dc1 X-Archives-Hash: 349dcfa4d02757aed6093aca88a41853 commit: 33d797b36526be748cc033cf1a3b61391c4e1ee2 Author: Jan Chren <dev.rindeal <AT> gmail <DOT> com> AuthorDate: Thu Apr 28 21:31:23 2016 +0000 Commit: Jason Zaman <perfinion <AT> gentoo <DOT> org> CommitDate: Sun May 8 04:19:43 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33d797b3 net-libs/libproxy: remove unnecessary docs These are installed automagically by default. net-libs/libproxy/libproxy-0.4.13.ebuild | 3 --- 1 file changed, 3 deletions(-) diff --git a/net-libs/libproxy/libproxy-0.4.13.ebuild b/net-libs/libproxy/libproxy-0.4.13.ebuild index d4f69e1..b73d2a0 100644 --- a/net-libs/libproxy/libproxy-0.4.13.ebuild +++ b/net-libs/libproxy/libproxy-0.4.13.ebuild @@ -87,9 +87,6 @@ src_configure() { } multilib_src_install_all() { - DOCS="AUTHORS ChangeLog NEWS README" - einstalldocs - if use python; then python_foreach_impl python_domodule bindings/python/libproxy.py || die fi