dev-util/duma: [QA] Fix DeprecatedInsinto
authorDavid Seifert <soap@gentoo.org>
Sun, 9 Feb 2020 13:13:04 +0000 (14:13 +0100)
committerDavid Seifert <soap@gentoo.org>
Sun, 9 Feb 2020 13:13:04 +0000 (14:13 +0100)
Package-Manager: Portage-2.3.88, Repoman-2.3.20
Signed-off-by: David Seifert <soap@gentoo.org>
dev-util/duma/duma-2.5.15-r2.ebuild

index 5f6cbd88a61ce17c09d871ce6963ac8df984d955..411a077e3369ca9f2126386079c013fcf3d20d07 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -78,8 +78,8 @@ src_install(){
        dodoc CHANGELOG TODO GNUmakefile
 
        if use examples; then
-               insinto /usr/share/doc/${PF}/examples
-               doins example[1-6].cpp example_makes/ex6/Makefile
+               docinto examples
+               dodoc example[1-6].cpp example_makes/ex6/Makefile
        fi
 }