app-misc/blink1: fix DeprecatedInsinto CI issue
authorJoonas Niilola <juippis@gentoo.org>
Wed, 29 Jan 2020 06:11:09 +0000 (08:11 +0200)
committerJoonas Niilola <juippis@gentoo.org>
Wed, 29 Jan 2020 06:14:05 +0000 (08:14 +0200)
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
app-misc/blink1/blink1-1.98.ebuild

index 5c644a5a7e37bc587a00a821f63047673577731a..4e4ac4135a5efc30e5990baf98b040cf4158123b 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
@@ -81,9 +81,8 @@ src_install() {
                        dodoc docs/{blink1-tool.md,blink1-tool-tips.md,blink1-hid-commands.md,blink1-mk2-tricks.md}
                fi
                if use examples; then
-                       insinto /usr/share/doc/"${PF}"/examples
-                       doins commandline/scripts/{README.md,blink1-*.sh}
-                       docompress -x /usr/share/doc/"${PF}"/examples
+                       docinto /usr/share/doc/"${PF}"/examples
+                       dodoc commandline/scripts/{README.md,blink1-*.sh}
                fi
                dobin commandline/blink1-tool
        fi