[gentoo-commits] repo/gentoo:master commit in: dev-perl/Sys-CpuLoad/

2021-12-08 Thread Andreas K. Hüttel
commit: 35ad06d1f5ad821b40de09262ef99541dcb5cfd3
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Wed Dec  8 20:59:44 2021 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Wed Dec  8 21:17:46 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=35ad06d1

dev-perl/Sys-CpuLoad: Remove old

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel  gentoo.org>

 dev-perl/Sys-CpuLoad/Manifest  |  1 -
 dev-perl/Sys-CpuLoad/Sys-CpuLoad-0.30.0.ebuild | 21 -
 2 files changed, 22 deletions(-)

diff --git a/dev-perl/Sys-CpuLoad/Manifest b/dev-perl/Sys-CpuLoad/Manifest
index 21b3f5233220..e4f4f132a8dc 100644
--- a/dev-perl/Sys-CpuLoad/Manifest
+++ b/dev-perl/Sys-CpuLoad/Manifest
@@ -1,2 +1 @@
-DIST Sys-CpuLoad-0.03.tar.gz 2806 BLAKE2B 
62a4623bbbfcd6ddaf69e99eabba66117c225544e69b5f5fb949a026375a24efbde76c05299daffd1c8942a03346187243521d73a6801ae45ca3b5c47b40ea1b
 SHA512 
f8175d1c4e65901e22b5adf912ffb17458151b098634758e6d5377a32bb513e39e914136216b2b38fd8ba30d6bd47957f9637157794cd741cf8802cb5a5f1503
 DIST Sys-CpuLoad-0.31.tar.gz 19808 BLAKE2B 
a3b6d091e916333571040470bce10a4fcdbf91638b42f9704748f89363d9f0a895f8061059dec4bd0dc21a7b94abb41bc6da965efd4e64255a9f31ace4691ef6
 SHA512 
d820beccabfc468d9b511536d80960e61b9f35615c7faeb39f1b1e8e3ecee44fdc6391431b57365910c3ac686409a7ae84f709bb45dd63b763c0d76fe2ce178b

diff --git a/dev-perl/Sys-CpuLoad/Sys-CpuLoad-0.30.0.ebuild 
b/dev-perl/Sys-CpuLoad/Sys-CpuLoad-0.30.0.ebuild
deleted file mode 100644
index 0e3b82646cf8..
--- a/dev-perl/Sys-CpuLoad/Sys-CpuLoad-0.30.0.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DIST_AUTHOR=CLINTDW
-DIST_VERSION=0.03
-inherit perl-module
-
-DESCRIPTION="A module to retrieve system load averages"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-   virtual/perl-Exporter
-"
-DEPEND="${RDEPEND}
-   virtual/perl-ExtUtils-MakeMaker
-"



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Sys-CpuLoad/

2021-10-23 Thread Sam James
commit: 6d8957bc1dcb296db5f1c509f26c0755a3cb4fda
Author: Sam James  gentoo  org>
AuthorDate: Sun Oct 24 03:19:49 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Oct 24 03:19:49 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d8957bc

dev-perl/Sys-CpuLoad: add missing dependency

Closes: https://bugs.gentoo.org/819789
Bug: https://bugs.gentoo.org/807790
Signed-off-by: Sam James  gentoo.org>

 .../{Sys-CpuLoad-0.310.0-r1.ebuild => Sys-CpuLoad-0.310.0-r2.ebuild} | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-perl/Sys-CpuLoad/Sys-CpuLoad-0.310.0-r1.ebuild 
b/dev-perl/Sys-CpuLoad/Sys-CpuLoad-0.310.0-r2.ebuild
similarity index 97%
rename from dev-perl/Sys-CpuLoad/Sys-CpuLoad-0.310.0-r1.ebuild
rename to dev-perl/Sys-CpuLoad/Sys-CpuLoad-0.310.0-r2.ebuild
index ff99fc2c87b..98b699b08ba 100644
--- a/dev-perl/Sys-CpuLoad/Sys-CpuLoad-0.310.0-r1.ebuild
+++ b/dev-perl/Sys-CpuLoad/Sys-CpuLoad-0.310.0-r2.ebuild
@@ -14,6 +14,7 @@ KEYWORDS="~amd64 ~x86"
 RDEPEND="
virtual/perl-Exporter
dev-perl/File-Which
+   dev-perl/IPC-Run3
virtual/perl-IO
virtual/perl-XSLoader
virtual/perl-parent



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Sys-CpuLoad/

2021-10-23 Thread Andreas K. Hüttel
commit: 462a7740341c5a9030effad7cb81c3418d0c30af
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Sat Oct 23 17:23:36 2021 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Sat Oct 23 17:23:36 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=462a7740

dev-perl/Sys-CpuLoad: Add missing dependency

Closes: https://bugs.gentoo.org/807790
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel  gentoo.org>

 .../{Sys-CpuLoad-0.310.0.ebuild => Sys-CpuLoad-0.310.0-r1.ebuild}| 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-perl/Sys-CpuLoad/Sys-CpuLoad-0.310.0.ebuild 
b/dev-perl/Sys-CpuLoad/Sys-CpuLoad-0.310.0-r1.ebuild
similarity index 96%
rename from dev-perl/Sys-CpuLoad/Sys-CpuLoad-0.310.0.ebuild
rename to dev-perl/Sys-CpuLoad/Sys-CpuLoad-0.310.0-r1.ebuild
index 20eca160026..ff99fc2c87b 100644
--- a/dev-perl/Sys-CpuLoad/Sys-CpuLoad-0.310.0.ebuild
+++ b/dev-perl/Sys-CpuLoad/Sys-CpuLoad-0.310.0-r1.ebuild
@@ -13,6 +13,7 @@ KEYWORDS="~amd64 ~x86"
 
 RDEPEND="
virtual/perl-Exporter
+   dev-perl/File-Which
virtual/perl-IO
virtual/perl-XSLoader
virtual/perl-parent



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Sys-CpuLoad/

2021-08-11 Thread Andreas K. Hüttel
commit: 55bf3eefcb7a1f889b213536cf5ec77ed0c00f7d
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Wed Aug 11 21:22:55 2021 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Wed Aug 11 21:25:58 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=55bf3eef

dev-perl/Sys-CpuLoad: EAPI=8 bump

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel  gentoo.org>

 dev-perl/Sys-CpuLoad/Manifest   |  1 +
 dev-perl/Sys-CpuLoad/Sys-CpuLoad-0.310.0.ebuild | 31 +
 2 files changed, 32 insertions(+)

diff --git a/dev-perl/Sys-CpuLoad/Manifest b/dev-perl/Sys-CpuLoad/Manifest
index 2cec543e9fb..21b3f523322 100644
--- a/dev-perl/Sys-CpuLoad/Manifest
+++ b/dev-perl/Sys-CpuLoad/Manifest
@@ -1 +1,2 @@
 DIST Sys-CpuLoad-0.03.tar.gz 2806 BLAKE2B 
62a4623bbbfcd6ddaf69e99eabba66117c225544e69b5f5fb949a026375a24efbde76c05299daffd1c8942a03346187243521d73a6801ae45ca3b5c47b40ea1b
 SHA512 
f8175d1c4e65901e22b5adf912ffb17458151b098634758e6d5377a32bb513e39e914136216b2b38fd8ba30d6bd47957f9637157794cd741cf8802cb5a5f1503
+DIST Sys-CpuLoad-0.31.tar.gz 19808 BLAKE2B 
a3b6d091e916333571040470bce10a4fcdbf91638b42f9704748f89363d9f0a895f8061059dec4bd0dc21a7b94abb41bc6da965efd4e64255a9f31ace4691ef6
 SHA512 
d820beccabfc468d9b511536d80960e61b9f35615c7faeb39f1b1e8e3ecee44fdc6391431b57365910c3ac686409a7ae84f709bb45dd63b763c0d76fe2ce178b

diff --git a/dev-perl/Sys-CpuLoad/Sys-CpuLoad-0.310.0.ebuild 
b/dev-perl/Sys-CpuLoad/Sys-CpuLoad-0.310.0.ebuild
new file mode 100644
index 000..20eca160026
--- /dev/null
+++ b/dev-perl/Sys-CpuLoad/Sys-CpuLoad-0.310.0.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DIST_AUTHOR=RRWO
+DIST_VERSION=0.31
+inherit perl-module
+
+DESCRIPTION="A module to retrieve system load averages"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+   virtual/perl-Exporter
+   virtual/perl-IO
+   virtual/perl-XSLoader
+   virtual/perl-parent
+"
+BDEPEND="${RDEPEND}
+   virtual/perl-ExtUtils-MakeMaker
+   test? (
+   virtual/perl-File-Spec
+   virtual/perl-Module-Metadata
+   virtual/perl-Scalar-List-Utils
+   dev-perl/Test-Deep
+   dev-perl/Test-Exception
+   virtual/perl-Test-Simple
+   dev-perl/Test-Warnings
+   )
+"



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Sys-CpuLoad/

2017-10-25 Thread Kent Fredric
commit: 334d9fe66ec6bce24a1d86f257b36839260914bc
Author: Kent Fredric  gentoo  org>
AuthorDate: Wed Oct 25 18:44:43 2017 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Wed Oct 25 18:44:43 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=334d9fe6

dev-perl/Sys-CpuLoad: Add w/ version 0.30.0

By request from MalakymR for future www-misc/zoneminder

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 dev-perl/Sys-CpuLoad/Manifest  |  1 +
 dev-perl/Sys-CpuLoad/Sys-CpuLoad-0.30.0.ebuild | 20 
 dev-perl/Sys-CpuLoad/metadata.xml  | 12 
 3 files changed, 33 insertions(+)

diff --git a/dev-perl/Sys-CpuLoad/Manifest b/dev-perl/Sys-CpuLoad/Manifest
new file mode 100644
index 000..8f932c16b41
--- /dev/null
+++ b/dev-perl/Sys-CpuLoad/Manifest
@@ -0,0 +1 @@
+DIST Sys-CpuLoad-0.03.tar.gz 2806 SHA256 
1cf00625261cacabf15b407055cd5f090ffea50a42378ee426de48266ce0fab3 SHA512 
f8175d1c4e65901e22b5adf912ffb17458151b098634758e6d5377a32bb513e39e914136216b2b38fd8ba30d6bd47957f9637157794cd741cf8802cb5a5f1503
 WHIRLPOOL 
292a7fdc6868b27acd2cc8a72f20d7e68bfe184e78e87ed135efdf474ad412c4587943258413f39b9021c3c79b57b0e0b0c4928a0b4508d9a6597d755e3cb8aa

diff --git a/dev-perl/Sys-CpuLoad/Sys-CpuLoad-0.30.0.ebuild 
b/dev-perl/Sys-CpuLoad/Sys-CpuLoad-0.30.0.ebuild
new file mode 100644
index 000..d67993c098b
--- /dev/null
+++ b/dev-perl/Sys-CpuLoad/Sys-CpuLoad-0.30.0.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DIST_AUTHOR=CLINTDW
+DIST_VERSION=0.03
+inherit perl-module
+
+DESCRIPTION="A module to retrieve system load averages"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+RDEPEND="
+   virtual/perl-Exporter
+"
+DEPEND="${RDEPEND}
+   virtual/perl-ExtUtils-MakeMaker
+"

diff --git a/dev-perl/Sys-CpuLoad/metadata.xml 
b/dev-perl/Sys-CpuLoad/metadata.xml
new file mode 100644
index 000..a3c2abfd610
--- /dev/null
+++ b/dev-perl/Sys-CpuLoad/metadata.xml
@@ -0,0 +1,12 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+  
+p...@gentoo.org
+Gentoo Perl Project
+  
+  
+Sys-CpuLoad
+Sys::CpuLoad
+  
+