* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Number-Bytes-Human/
@ 2018-04-12 5:59 Kent Fredric
0 siblings, 0 replies; 5+ messages in thread
From: Kent Fredric @ 2018-04-12 5:59 UTC (permalink / raw
To: gentoo-commits
commit: 91a0a3cb743d8de2e762f2c006dfee88e0ebb5a8
Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 12 05:58:33 2018 +0000
Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Thu Apr 12 05:59:14 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=91a0a3cb
dev-perl/Number-Bytes-Human: Added w/ version 0.110.0
Previously maintained in ::perl-experimental by myself,
Torsten Veller, and Michele Beltrame, since Jan 2008
By request on #gentoo-perl
Package-Manager: Portage-2.3.24, Repoman-2.3.6
dev-perl/Number-Bytes-Human/Manifest | 1 +
.../Number-Bytes-Human-0.110.0.ebuild | 24 ++++++++++++++++++++++
dev-perl/Number-Bytes-Human/metadata.xml | 12 +++++++++++
3 files changed, 37 insertions(+)
diff --git a/dev-perl/Number-Bytes-Human/Manifest b/dev-perl/Number-Bytes-Human/Manifest
new file mode 100644
index 00000000000..92b0386a598
--- /dev/null
+++ b/dev-perl/Number-Bytes-Human/Manifest
@@ -0,0 +1 @@
+DIST Number-Bytes-Human-0.11.tar.gz 11571 BLAKE2B 370718d87e0466fdb5efe367765baf290192dce1dcda2fd08624658a2bafea55152e9f108a7b1dee6b1a2d0dfddcce995365d586d730346e89f04c3afaf917ba SHA512 045bfe3d26b3460cb45ef69aeb1398c897605e621f559c43cf199829b1715e12781ad0330d80bed8b7c15b332ca6c9e620e580c71a0f1cf68c7d2fcf4b023936
diff --git a/dev-perl/Number-Bytes-Human/Number-Bytes-Human-0.110.0.ebuild b/dev-perl/Number-Bytes-Human/Number-Bytes-Human-0.110.0.ebuild
new file mode 100644
index 00000000000..5d70eec70bb
--- /dev/null
+++ b/dev-perl/Number-Bytes-Human/Number-Bytes-Human-0.110.0.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DIST_AUTHOR=FERREIRA
+DIST_VERSION=0.11
+inherit perl-module
+
+DESCRIPTION="Convert byte count to human readable format"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+RDEPEND="
+ virtual/perl-Carp
+"
+DEPEND="${RDEPEND}
+ virtual/perl-ExtUtils-MakeMaker
+ test? (
+ virtual/perl-Test-Simple
+ )
+"
+PERL_RM_FILES=( "t/90pod.t" "t/98pod-coverage.t" )
diff --git a/dev-perl/Number-Bytes-Human/metadata.xml b/dev-perl/Number-Bytes-Human/metadata.xml
new file mode 100644
index 00000000000..7b3ba29e787
--- /dev/null
+++ b/dev-perl/Number-Bytes-Human/metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="project">
+ <email>perl@gentoo.org</email>
+ <name>Gentoo Perl Project</name>
+ </maintainer>
+ <upstream>
+ <remote-id type="cpan">Number-Bytes-Human</remote-id>
+ <remote-id type="cpan-module">Number::Bytes::Human</remote-id>
+ </upstream>
+</pkgmetadata>
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Number-Bytes-Human/
@ 2020-11-09 7:33 Joonas Niilola
0 siblings, 0 replies; 5+ messages in thread
From: Joonas Niilola @ 2020-11-09 7:33 UTC (permalink / raw
To: gentoo-commits
commit: 9ec664e43ce663f8e9f4530c16fdfa6bc20c2184
Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Mon Nov 9 07:02:44 2020 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Mon Nov 9 07:33:02 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ec664e4
dev-perl/Number-Bytes-Human: stabilize 0.110.0 on x86
Bug: https://bugs.gentoo.org/731798
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
dev-perl/Number-Bytes-Human/Number-Bytes-Human-0.110.0.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-perl/Number-Bytes-Human/Number-Bytes-Human-0.110.0.ebuild b/dev-perl/Number-Bytes-Human/Number-Bytes-Human-0.110.0.ebuild
index 4c4daf3cc87..a4854d065e9 100644
--- a/dev-perl/Number-Bytes-Human/Number-Bytes-Human-0.110.0.ebuild
+++ b/dev-perl/Number-Bytes-Human/Number-Bytes-Human-0.110.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -9,7 +9,7 @@ inherit perl-module
DESCRIPTION="Convert byte count to human readable format"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Number-Bytes-Human/
@ 2020-11-09 7:33 Joonas Niilola
0 siblings, 0 replies; 5+ messages in thread
From: Joonas Niilola @ 2020-11-09 7:33 UTC (permalink / raw
To: gentoo-commits
commit: 83b4b8ec27cce8652860a41a50a55ea3139955eb
Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Mon Nov 9 07:07:30 2020 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Mon Nov 9 07:33:02 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=83b4b8ec
dev-perl/Number-Bytes-Human: stabilize 0.11.0 on amd64
Closes: https://bugs.gentoo.org/731798
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
dev-perl/Number-Bytes-Human/Number-Bytes-Human-0.110.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-perl/Number-Bytes-Human/Number-Bytes-Human-0.110.0.ebuild b/dev-perl/Number-Bytes-Human/Number-Bytes-Human-0.110.0.ebuild
index a4854d065e9..24c00f3e62b 100644
--- a/dev-perl/Number-Bytes-Human/Number-Bytes-Human-0.110.0.ebuild
+++ b/dev-perl/Number-Bytes-Human/Number-Bytes-Human-0.110.0.ebuild
@@ -9,7 +9,7 @@ inherit perl-module
DESCRIPTION="Convert byte count to human readable format"
SLOT="0"
-KEYWORDS="~amd64 x86"
+KEYWORDS="amd64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Number-Bytes-Human/
@ 2021-07-18 23:44 Andreas K. Hüttel
0 siblings, 0 replies; 5+ messages in thread
From: Andreas K. Hüttel @ 2021-07-18 23:44 UTC (permalink / raw
To: gentoo-commits
commit: 5782a64bc5b5b0dbd5b2ec42b5f451db41dac069
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 18 23:29:24 2021 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sun Jul 18 23:44:06 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5782a64b
dev-perl/Number-Bytes-Human: EAPI=8 bump
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
...Human-0.110.0.ebuild => Number-Bytes-Human-0.110.0-r1.ebuild} | 9 ++++-----
1 file changed, 4 insertions(+), 5 deletions(-)
diff --git a/dev-perl/Number-Bytes-Human/Number-Bytes-Human-0.110.0.ebuild b/dev-perl/Number-Bytes-Human/Number-Bytes-Human-0.110.0-r1.ebuild
similarity index 78%
rename from dev-perl/Number-Bytes-Human/Number-Bytes-Human-0.110.0.ebuild
rename to dev-perl/Number-Bytes-Human/Number-Bytes-Human-0.110.0-r1.ebuild
index 24c00f3e62b..dd1b35f638d 100644
--- a/dev-perl/Number-Bytes-Human/Number-Bytes-Human-0.110.0.ebuild
+++ b/dev-perl/Number-Bytes-Human/Number-Bytes-Human-0.110.0-r1.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=8
DIST_AUTHOR=FERREIRA
DIST_VERSION=0.11
@@ -10,16 +10,15 @@ inherit perl-module
DESCRIPTION="Convert byte count to human readable format"
SLOT="0"
KEYWORDS="amd64 x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
RDEPEND="
virtual/perl-Carp
"
-DEPEND="${RDEPEND}
+BDEPEND="${RDEPEND}
virtual/perl-ExtUtils-MakeMaker
test? (
virtual/perl-Test-Simple
)
"
+
PERL_RM_FILES=( "t/90pod.t" "t/98pod-coverage.t" )
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Number-Bytes-Human/
@ 2023-02-12 18:37 Jakov Smolić
0 siblings, 0 replies; 5+ messages in thread
From: Jakov Smolić @ 2023-02-12 18:37 UTC (permalink / raw
To: gentoo-commits
commit: 2223c616c8113cd52d8274ecd96522f98b2fd632
Author: Xin Yang <yangmame <AT> icloud <DOT> com>
AuthorDate: Mon Feb 6 11:13:53 2023 +0000
Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Sun Feb 12 18:37:11 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2223c616
dev-perl/Number-Bytes-Human: keyword 0.110.0-r1 riscv #893376
Signed-off-by: Xin Yang <yangmame <AT> icloud.com>
Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>
dev-perl/Number-Bytes-Human/Number-Bytes-Human-0.110.0-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-perl/Number-Bytes-Human/Number-Bytes-Human-0.110.0-r1.ebuild b/dev-perl/Number-Bytes-Human/Number-Bytes-Human-0.110.0-r1.ebuild
index dd1b35f638d1..5d8e7e59eb4f 100644
--- a/dev-perl/Number-Bytes-Human/Number-Bytes-Human-0.110.0-r1.ebuild
+++ b/dev-perl/Number-Bytes-Human/Number-Bytes-Human-0.110.0-r1.ebuild
@@ -9,7 +9,7 @@ inherit perl-module
DESCRIPTION="Convert byte count to human readable format"
SLOT="0"
-KEYWORDS="amd64 x86"
+KEYWORDS="amd64 ~riscv x86"
RDEPEND="
virtual/perl-Carp
^ permalink raw reply related [flat|nested] 5+ messages in thread
end of thread, other threads:[~2023-02-12 18:37 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-11-09 7:33 [gentoo-commits] repo/gentoo:master commit in: dev-perl/Number-Bytes-Human/ Joonas Niilola
-- strict thread matches above, loose matches on Subject: below --
2023-02-12 18:37 Jakov Smolić
2021-07-18 23:44 Andreas K. Hüttel
2020-11-09 7:33 Joonas Niilola
2018-04-12 5: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