dev-perl/Crypt-Password: new package, add 0.280.0

Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2023-06-19 23:48:28 +01:00
parent 5bcb2d0c71
commit 36877c434d
3 changed files with 28 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
# Copyright 2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DIST_AUTHOR=DRSTEVE
DIST_VERSION=0.28
DIST_A_EXT=tgz
inherit perl-module
DESCRIPTION="Unix-style, Variously Hashed Passwords"
SLOT="0"
KEYWORDS="~amd64"
BDEPEND="dev-perl/Module-Install"

View File

@@ -0,0 +1 @@
DIST Crypt-Password-0.28.tgz 28309 BLAKE2B 26653a1f11822a7b32134f422bb09af1eb0398cede7fa6efff77bfa30a5019de288dfb82e812caa19944c1334a2d74bce39c7aca8b14f722d36267258db7d3ed SHA512 299432450c9f530e94192da7e7abe4b8cd458640dc434568d75868e8ff9e636b53aa430c09af3f8f3ac78ee312f52ac6d5f1c2d465878c0789d8df2e290a32de

View File

@@ -0,0 +1,12 @@
<?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>
<name>Gentoo Perl Project</name>
</maintainer>
<upstream>
<remote-id type="cpan">Crypt-Password</remote-id>
<remote-id type="cpan-module">Crypt::Password</remote-id>
</upstream>
</pkgmetadata>