commit:     326ba5340cc1379735474f2507fc1e994cdfcbbe
Author:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 13 00:05:26 2022 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Sun Feb 13 21:07:22 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=326ba534

net-misc/hashcash: fix DeprecatedInsinto

Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 net-misc/hashcash/hashcash-1.22-r2.ebuild | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/net-misc/hashcash/hashcash-1.22-r2.ebuild 
b/net-misc/hashcash/hashcash-1.22-r2.ebuild
index e29148642453..867929119c5a 100644
--- a/net-misc/hashcash/hashcash-1.22-r2.ebuild
+++ b/net-misc/hashcash/hashcash-1.22-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -26,7 +26,7 @@ src_install() {
        dobin hashcash
        doman hashcash.1
        dodoc CHANGELOG
-       insinto /usr/share/doc/${PF}/examples
-       doins contrib/hashcash-{request,sendmail{,.txt}} \
-               contrib/hashfork.{c,py,txt}
+       docinto examples
+       dodoc contrib/hashcash-{request,sendmail{,.txt}} 
contrib/hashfork.{c,py,txt}
+       docompress -x /usr/share/doc/${PF}/examples
 }

Reply via email to