Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Sys-Statistics-Linux/
Date: Thu, 29 Apr 2021 01:52:46
Message-Id: 1619661124.b6dea71f0958b7ae2c576a8d2ea8e5f29e4aa2ee.sam@gentoo
1 commit: b6dea71f0958b7ae2c576a8d2ea8e5f29e4aa2ee
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Thu Apr 29 01:45:08 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Thu Apr 29 01:52:04 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b6dea71f
7
8 dev-perl/Sys-Statistics-Linux: fix variable reference style
9
10 Package-Manager: Portage-3.0.18-prefix, Repoman-3.0.3
11 Signed-off-by: Sam James <sam <AT> gentoo.org>
12
13 .../Sys-Statistics-Linux/Sys-Statistics-Linux-0.660.0-r1.ebuild | 6 +++---
14 1 file changed, 3 insertions(+), 3 deletions(-)
15
16 diff --git a/dev-perl/Sys-Statistics-Linux/Sys-Statistics-Linux-0.660.0-r1.ebuild b/dev-perl/Sys-Statistics-Linux/Sys-Statistics-Linux-0.660.0-r1.ebuild
17 index 6426ffefecc..374df0b3b1b 100644
18 --- a/dev-perl/Sys-Statistics-Linux/Sys-Statistics-Linux-0.660.0-r1.ebuild
19 +++ b/dev-perl/Sys-Statistics-Linux/Sys-Statistics-Linux-0.660.0-r1.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2019 Gentoo Authors
22 +# Copyright 1999-2021 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=5
26 @@ -26,8 +26,8 @@ SRC_TEST="do"
27 src_install() {
28 perl-module_src_install
29
30 - docompress -x /usr/share/doc/$PF/examples
31 - insinto /usr/share/doc/$PF/examples
32 + docompress -x /usr/share/doc/${PF}/examples
33 + insinto /usr/share/doc/${PF}/examples
34 doins examples/*
35 }