* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Sys-Statistics-Linux/
@ 2016-08-08 12:59 Kent Fredric
0 siblings, 0 replies; 4+ messages in thread
From: Kent Fredric @ 2016-08-08 12:59 UTC (permalink / raw
To: gentoo-commits
commit: 538459418f04f11ca88db0a514c8d78c17963395
Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 8 11:45:14 2016 +0000
Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Mon Aug 8 12:58:48 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=53845941
dev-perl/Sys-Statistics-Linux: Remove POD Author tests
Not useful on Gentoo
Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="alpha amd64 amd64-fbsd arm arm64 hppa ia64 m68k mips nios2 ppc ppc64 riscv s390 sh sparc sparc-fbsd x86 x86-fbsd"
.../Sys-Statistics-Linux-0.660.0-r1.ebuild | 10 +++++++---
1 file changed, 7 insertions(+), 3 deletions(-)
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
index 6ec0a85..4c6ffe5 100644
--- 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
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -18,8 +18,7 @@ RDEPEND="dev-perl/YAML-Syck"
DEPEND="
dev-perl/Module-Build
test? (
- dev-perl/Test-Pod
- dev-perl/Test-Pod-Coverage
+ virtual/perl-Test-Simple
)"
SRC_TEST="do"
@@ -31,3 +30,8 @@ src_install() {
insinto /usr/share/doc/$PF/examples
doins examples/*
}
+
+src_test() {
+ perl_rm_files t/001-pod.t t/002-pod-coverage.t
+ perl-module_src_test
+}
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Sys-Statistics-Linux/
@ 2021-04-29 1:52 Sam James
0 siblings, 0 replies; 4+ messages in thread
From: Sam James @ 2021-04-29 1:52 UTC (permalink / raw
To: gentoo-commits
commit: b6dea71f0958b7ae2c576a8d2ea8e5f29e4aa2ee
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 29 01:45:08 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Apr 29 01:52:04 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b6dea71f
dev-perl/Sys-Statistics-Linux: fix variable reference style
Package-Manager: Portage-3.0.18-prefix, Repoman-3.0.3
Signed-off-by: Sam James <sam <AT> gentoo.org>
.../Sys-Statistics-Linux/Sys-Statistics-Linux-0.660.0-r1.ebuild | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
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
index 6426ffefecc..374df0b3b1b 100644
--- 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
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -26,8 +26,8 @@ SRC_TEST="do"
src_install() {
perl-module_src_install
- docompress -x /usr/share/doc/$PF/examples
- insinto /usr/share/doc/$PF/examples
+ docompress -x /usr/share/doc/${PF}/examples
+ insinto /usr/share/doc/${PF}/examples
doins examples/*
}
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Sys-Statistics-Linux/
@ 2021-04-29 11:46 Michał Górny
0 siblings, 0 replies; 4+ messages in thread
From: Michał Górny @ 2021-04-29 11:46 UTC (permalink / raw
To: gentoo-commits
commit: 75326724d6646f4d48798c02dc3f31f1f7f807ab
Author: Jakov Smolic <jakov.smolic <AT> sartura <DOT> hr>
AuthorDate: Thu Apr 29 11:20:51 2021 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Apr 29 11:46:06 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=75326724
dev-perl/Sys-Statistics-Linux: Fix DeprecatedInsinto
Signed-off-by: Jakov Smolic <jakov.smolic <AT> sartura.hr>
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-perl/Sys-Statistics-Linux/Sys-Statistics-Linux-0.660.0-r1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
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
index 374df0b3b1b..a2a5b2e6d2b 100644
--- 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
@@ -27,8 +27,8 @@ src_install() {
perl-module_src_install
docompress -x /usr/share/doc/${PF}/examples
- insinto /usr/share/doc/${PF}/examples
- doins examples/*
+ docinto examples
+ dodoc -r examples/.
}
src_test() {
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Sys-Statistics-Linux/
@ 2021-08-13 0:04 Andreas K. Hüttel
0 siblings, 0 replies; 4+ messages in thread
From: Andreas K. Hüttel @ 2021-08-13 0:04 UTC (permalink / raw
To: gentoo-commits
commit: 78da3b63cd528c9d73b59d77aba6e00c4f1bc47e
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 12 23:48:09 2021 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Fri Aug 13 00:04:12 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78da3b63
dev-perl/Sys-Statistics-Linux: EAPI=8 bump
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
...uild => Sys-Statistics-Linux-0.660.0-r2.ebuild} | 28 ++++++++--------------
1 file changed, 10 insertions(+), 18 deletions(-)
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-r2.ebuild
similarity index 56%
rename from dev-perl/Sys-Statistics-Linux/Sys-Statistics-Linux-0.660.0-r1.ebuild
rename to dev-perl/Sys-Statistics-Linux/Sys-Statistics-Linux-0.660.0-r2.ebuild
index a2a5b2e6d2b..b3766a081c3 100644
--- 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-r2.ebuild
@@ -1,35 +1,27 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=5
+EAPI=8
-MODULE_AUTHOR=BLOONIX
-MODULE_VERSION=0.66
+DIST_AUTHOR=BLOONIX
+DIST_VERSION=0.66
+DIST_EXAMPLES=( 'examples/*' )
inherit perl-module
DESCRIPTION="Collect linux system statistics"
SLOT="0"
KEYWORDS="amd64 x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-RDEPEND="dev-perl/YAML-Syck"
-DEPEND="
+RDEPEND="
+ dev-perl/YAML-Syck
+"
+BDEPEND="
dev-perl/Module-Build
test? (
virtual/perl-Test-Simple
- )"
-
-SRC_TEST="do"
-
-src_install() {
- perl-module_src_install
-
- docompress -x /usr/share/doc/${PF}/examples
- docinto examples
- dodoc -r examples/.
-}
+ )
+"
src_test() {
perl_rm_files t/001-pod.t t/002-pod-coverage.t
^ permalink raw reply related [flat|nested] 4+ messages in thread
end of thread, other threads:[~2021-08-13 0:04 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-04-29 1:52 [gentoo-commits] repo/gentoo:master commit in: dev-perl/Sys-Statistics-Linux/ Sam James
-- strict thread matches above, loose matches on Subject: below --
2021-08-13 0:04 Andreas K. Hüttel
2021-04-29 11:46 Michał Górny
2016-08-08 12:59 Kent Fredric
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox