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
This commit is contained in:
Kent Fredric
2018-04-12 17:58:33 +12:00
parent f8873d3517
commit 91a0a3cb74
3 changed files with 37 additions and 0 deletions

View File

@@ -0,0 +1 @@
DIST Number-Bytes-Human-0.11.tar.gz 11571 BLAKE2B 370718d87e0466fdb5efe367765baf290192dce1dcda2fd08624658a2bafea55152e9f108a7b1dee6b1a2d0dfddcce995365d586d730346e89f04c3afaf917ba SHA512 045bfe3d26b3460cb45ef69aeb1398c897605e621f559c43cf199829b1715e12781ad0330d80bed8b7c15b332ca6c9e620e580c71a0f1cf68c7d2fcf4b023936

View File

@@ -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" )

View File

@@ -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>