Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/duma/
Date: Sun, 09 Feb 2020 13:14:07
Message-Id: 1581253984.b188081f0c09dd760201dd3ecea59297ca3ef781.soap@gentoo
1 commit: b188081f0c09dd760201dd3ecea59297ca3ef781
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Sun Feb 9 13:13:04 2020 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 9 13:13:04 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b188081f
7
8 dev-util/duma: [QA] Fix DeprecatedInsinto
9
10 Package-Manager: Portage-2.3.88, Repoman-2.3.20
11 Signed-off-by: David Seifert <soap <AT> gentoo.org>
12
13 dev-util/duma/duma-2.5.15-r2.ebuild | 6 +++---
14 1 file changed, 3 insertions(+), 3 deletions(-)
15
16 diff --git a/dev-util/duma/duma-2.5.15-r2.ebuild b/dev-util/duma/duma-2.5.15-r2.ebuild
17 index 5f6cbd88a61..411a077e336 100644
18 --- a/dev-util/duma/duma-2.5.15-r2.ebuild
19 +++ b/dev-util/duma/duma-2.5.15-r2.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2017 Gentoo Foundation
22 +# Copyright 1999-2020 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=6
26 @@ -78,8 +78,8 @@ src_install(){
27 dodoc CHANGELOG TODO GNUmakefile
28
29 if use examples; then
30 - insinto /usr/share/doc/${PF}/examples
31 - doins example[1-6].cpp example_makes/ex6/Makefile
32 + docinto examples
33 + dodoc example[1-6].cpp example_makes/ex6/Makefile
34 fi
35 }