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 13B3058973 for ; Mon, 25 Jan 2016 09:52:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BB83421C02D; Mon, 25 Jan 2016 09:52:27 +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 6705E21C02D for ; Mon, 25 Jan 2016 09:52:27 +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 AC671340906 for ; Mon, 25 Jan 2016 09:52:26 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EC1BF102F for ; Mon, 25 Jan 2016 09:52:21 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1453715528.85ed6a6dc644dd0c60c2d1ee94a1f145f63b6688.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/netcdf/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-libs/netcdf/netcdf-4.4.0-r1.ebuild X-VCS-Directories: sci-libs/netcdf/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 85ed6a6dc644dd0c60c2d1ee94a1f145f63b6688 X-VCS-Branch: master Date: Mon, 25 Jan 2016 09:52:21 +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: 5fced971-0f3e-4b22-888b-8d94f3e84277 X-Archives-Hash: a43edc74dd3d3a4a6796bd97ff590e68 commit: 85ed6a6dc644dd0c60c2d1ee94a1f145f63b6688 Author: David Seifert gentoo org> AuthorDate: Mon Jan 25 09:45:36 2016 +0000 Commit: David Seifert gentoo org> CommitDate: Mon Jan 25 09:52:08 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=85ed6a6d sci-libs/netcdf: Replace 'doins' with 'dodoc -r' Package-Manager: portage-2.2.27 sci-libs/netcdf/netcdf-4.4.0-r1.ebuild | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/sci-libs/netcdf/netcdf-4.4.0-r1.ebuild b/sci-libs/netcdf/netcdf-4.4.0-r1.ebuild index d82570b..982aff2 100644 --- a/sci-libs/netcdf/netcdf-4.4.0-r1.ebuild +++ b/sci-libs/netcdf/netcdf-4.4.0-r1.ebuild @@ -46,9 +46,6 @@ src_configure() { src_install() { default - if use examples; then - insinto /usr/share/doc/${PF} - doins -r examples - fi + use examples && dodoc -r examples prune_libtool_files }