dev-perl/Convert-Base32: Add w/ version=0.60.0

Requested by juippis as an optional dependency for app-admin/kpcli

Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Kent Fredric <kentnl@gentoo.org>
This commit is contained in:
Kent Fredric
2020-09-23 00:10:31 +12:00
parent 32903148d8
commit eefff574fc
3 changed files with 35 additions and 0 deletions

View File

@@ -0,0 +1,22 @@
# Copyright 2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
DIST_AUTHOR=IKEGAMI
DIST_VERSION=0.06
inherit perl-module
DESCRIPTION="Encoding and decoding of base32 strings"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="test"
RESTRICT="!test? ( test )"
BDEPEND="${RDEPEND}
virtual/perl-ExtUtils-MakeMaker
test? (
dev-perl/Test-Exception
virtual/perl-Test-Simple
)
"

View File

@@ -0,0 +1 @@
DIST Convert-Base32-0.06.tar.gz 4176 BLAKE2B ecd5c69aa75e4f88f397d929072c5b0c25702d7587b7e1820aafa706555df738390aee4915eddf6f01eada61e488436a8bf4ab1b878ea8af8419c2758a26942b SHA512 53cbbb171d86c04bdee85418a4040eb8b6dd3bd00db4d15907a0c4dfd2e55277eafae010a7c877b28dd90594f32d9ef1862f75218d059ec45e5fff6fe0bb98fd

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">Convert-Base32</remote-id>
<remote-id type="cpan-module">Convert::Base32</remote-id>
</upstream>
</pkgmetadata>