dev-perl/String-Random: new package, add 0.32

Signed-off-by: Azamat H. Hackimov <azamat.hackimov@gmail.com>
Signed-off-by: Florian Schmaus <flow@gentoo.org>
This commit is contained in:
Azamat H. Hackimov 2022-12-15 15:45:47 +03:00 committed by Florian Schmaus
parent 2f6c082ada
commit c64faa186c
No known key found for this signature in database
GPG Key ID: 2239A7E8F5852052
3 changed files with 36 additions and 0 deletions

View File

@ -0,0 +1 @@
DIST String-Random-0.32.tar.gz 24585 BLAKE2B 0ab451a4647b2456d1a4714b31bf5de694d783c6c5230293c2522673236fb3ab491cbb924e0780a051a2228a4b3cf6990559af06ca222c92569abbdfd1ff4e3a SHA512 1dd0e7e45e03e155b7a0d8394fb3a04324f4827fe9431e9697d07c3a0f3941981e0b3de1e9f843a43936e5423146a3e6d4da075da04297525093ceffc3b1e659

View File

@ -0,0 +1,16 @@
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DIST_AUTHOR=SHLOMIF
DIST_VERSION=0.32
inherit perl-module
DESCRIPTION="Perl module to generate random strings based on a pattern"
LICENSE="|| ( Artistic GPL-1+ )"
SLOT="0"
KEYWORDS="~amd64 ~x86"
BDEPEND="dev-perl/Module-Build"

View File

@ -0,0 +1,19 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>perl@gentoo.org</email>
</maintainer>
<maintainer type="person">
<email>azamat.hackimov@gmail.com</email>
<name>Azamat H. Hackimov</name>
</maintainer>
<maintainer type="project" proxied="proxy">
<email>proxy-maint@gentoo.org</email>
<name>Proxy Maintainers</name>
</maintainer>
<upstream>
<remote-id type="cpan">String-Random</remote-id>
<remote-id type="cpan-module">String::Random</remote-id>
</upstream>
</pkgmetadata>