commit:     c64faa186ca6f297a7a2b9b2feca5cb590e0ebeb
Author:     Azamat H. Hackimov <azamat.hackimov <AT> gmail <DOT> com>
AuthorDate: Thu Dec 15 12:45:47 2022 +0000
Commit:     Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Fri Apr 14 19:58:14 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c64faa18

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

Signed-off-by: Azamat H. Hackimov <azamat.hackimov <AT> gmail.com>
Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>

 dev-perl/String-Random/Manifest                  |  1 +
 dev-perl/String-Random/String-Random-0.32.ebuild | 16 ++++++++++++++++
 dev-perl/String-Random/metadata.xml              | 19 +++++++++++++++++++
 3 files changed, 36 insertions(+)

diff --git a/dev-perl/String-Random/Manifest b/dev-perl/String-Random/Manifest
new file mode 100644
index 000000000000..31eb58a539ee
--- /dev/null
+++ b/dev-perl/String-Random/Manifest
@@ -0,0 +1 @@
+DIST String-Random-0.32.tar.gz 24585 BLAKE2B 
0ab451a4647b2456d1a4714b31bf5de694d783c6c5230293c2522673236fb3ab491cbb924e0780a051a2228a4b3cf6990559af06ca222c92569abbdfd1ff4e3a
 SHA512 
1dd0e7e45e03e155b7a0d8394fb3a04324f4827fe9431e9697d07c3a0f3941981e0b3de1e9f843a43936e5423146a3e6d4da075da04297525093ceffc3b1e659

diff --git a/dev-perl/String-Random/String-Random-0.32.ebuild 
b/dev-perl/String-Random/String-Random-0.32.ebuild
new file mode 100644
index 000000000000..38917df2ec95
--- /dev/null
+++ b/dev-perl/String-Random/String-Random-0.32.ebuild
@@ -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"

diff --git a/dev-perl/String-Random/metadata.xml 
b/dev-perl/String-Random/metadata.xml
new file mode 100644
index 000000000000..845d301e14ae
--- /dev/null
+++ b/dev-perl/String-Random/metadata.xml
@@ -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>[email protected]</email>
+  </maintainer>
+  <maintainer type="person">
+    <email>[email protected]</email>
+    <name>Azamat H. Hackimov</name>
+  </maintainer>
+  <maintainer type="project" proxied="proxy">
+    <email>[email protected]</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>

Reply via email to