Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/netcdf-cxx/
Date: Mon, 25 Jan 2016 09:52:26
Message-Id: 1453715530.9ccfa6b6c5f7d99ada18099fe4da3a2efdf86699.soap@gentoo
1 commit: 9ccfa6b6c5f7d99ada18099fe4da3a2efdf86699
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jan 25 09:47:15 2016 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Mon Jan 25 09:52:10 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ccfa6b6
7
8 sci-libs/netcdf-cxx: Replace 'doins' with 'dodoc -r'
9
10 Package-Manager: portage-2.2.27
11
12 sci-libs/netcdf-cxx/netcdf-cxx-4.2.1-r1.ebuild | 5 +----
13 1 file changed, 1 insertion(+), 4 deletions(-)
14
15 diff --git a/sci-libs/netcdf-cxx/netcdf-cxx-4.2.1-r1.ebuild b/sci-libs/netcdf-cxx/netcdf-cxx-4.2.1-r1.ebuild
16 index 3926444..48d3dd7 100644
17 --- a/sci-libs/netcdf-cxx/netcdf-cxx-4.2.1-r1.ebuild
18 +++ b/sci-libs/netcdf-cxx/netcdf-cxx-4.2.1-r1.ebuild
19 @@ -32,9 +32,6 @@ src_configure() {
20
21 src_install() {
22 default
23 - if use examples; then
24 - insinto /usr/share/doc/${PF}
25 - doins -r examples
26 - fi
27 + use examples && dodoc -r examples
28 prune_libtool_files
29 }