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 497F11382C5 for ; Fri, 6 Apr 2018 13:12:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 80CDEE0874; Fri, 6 Apr 2018 13:12:04 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 5FDDDE0874 for ; Fri, 6 Apr 2018 13:12:03 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 4E3A8335C43 for ; Fri, 6 Apr 2018 13:12:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2E5CC27A for ; Fri, 6 Apr 2018 13:11:58 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1523020314.387649dc226e0a8d59ea05fa75b0189c5721599a.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/lesspipe/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/lesspipe/lesspipe-1.83-r1.ebuild X-VCS-Directories: app-text/lesspipe/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: 387649dc226e0a8d59ea05fa75b0189c5721599a X-VCS-Branch: master Date: Fri, 6 Apr 2018 13:11:58 +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: 3e2754c4-9f1f-4b17-acf4-eff7c5a9f23c X-Archives-Hash: 994f22cdd92d91894bcfeda9e61956c1 commit: 387649dc226e0a8d59ea05fa75b0189c5721599a Author: Asgeir Bjarni Ingvarsson fundinn org> AuthorDate: Fri Apr 6 12:51:33 2018 +0000 Commit: Lars Wendler gentoo org> CommitDate: Fri Apr 6 13:11:54 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=387649dc app-text/lesspipe: Replace dodoc with einstalldocs Package-Manager: Portage-2.3.24, Repoman-2.3.6 app-text/lesspipe/lesspipe-1.83-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-text/lesspipe/lesspipe-1.83-r1.ebuild b/app-text/lesspipe/lesspipe-1.83-r1.ebuild index d62cceae539..92d625cc364 100644 --- a/app-text/lesspipe/lesspipe-1.83-r1.ebuild +++ b/app-text/lesspipe/lesspipe-1.83-r1.ebuild @@ -28,7 +28,7 @@ src_compile() { src_install() { emake PREFIX="${EPREFIX}/usr" DESTDIR="${D}" install - dodoc ChangeLog README TODO + einstalldocs } pkg_preinst() {