mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-05 14:07:27 -08:00
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:
parent
2f6c082ada
commit
c64faa186c
1
dev-perl/String-Random/Manifest
Normal file
1
dev-perl/String-Random/Manifest
Normal file
@ -0,0 +1 @@
|
||||
DIST String-Random-0.32.tar.gz 24585 BLAKE2B 0ab451a4647b2456d1a4714b31bf5de694d783c6c5230293c2522673236fb3ab491cbb924e0780a051a2228a4b3cf6990559af06ca222c92569abbdfd1ff4e3a SHA512 1dd0e7e45e03e155b7a0d8394fb3a04324f4827fe9431e9697d07c3a0f3941981e0b3de1e9f843a43936e5423146a3e6d4da075da04297525093ceffc3b1e659
|
||||
16
dev-perl/String-Random/String-Random-0.32.ebuild
Normal file
16
dev-perl/String-Random/String-Random-0.32.ebuild
Normal 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"
|
||||
19
dev-perl/String-Random/metadata.xml
Normal file
19
dev-perl/String-Random/metadata.xml
Normal 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>
|
||||
Loading…
x
Reference in New Issue
Block a user