Add dev-perl/String-Random
This commit is contained in:
parent
b17a955cae
commit
466d56cfee
2
dev-perl/String-Random/Manifest
Normal file
2
dev-perl/String-Random/Manifest
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
DIST String-Random-0.28.tar.gz 21062 SHA256 4493fb59c280d46c3f854b209e97aead8323e0b054109e1390e02f769afb256f SHA512 d2ab5820b5dde8c9a270a8fa852ad07ddf2f108c242ec756802979802bf599fe2004dd1b1caab48458f5f4e9521f7acedaadc72f96b9d6bb708cc5072a896a01 WHIRLPOOL 5996d747c1034f67628af8295eab10969a94d5b9e84f642e82950607df7929d803cfc8db78e7e01f7378266ddc462f564d2704bafb219deead1bcf9f7af0882e
|
||||||
|
EBUILD String-Random-0.280.0.ebuild 563 SHA256 63cd8ee3f5da87eb7765d174ab16dd2f3dc24bb71b4a8c31e73623d152388d3d SHA512 9401e1bbb2eb143b7dab9b490a8664db07c7c6907ad17e7b7c2d8f5ca8addd15951c8c44d56517f67ac7db4bf1d51a929fcb1fd7b5a1d2b85478b54f6adce7da WHIRLPOOL 1d40ca61343d546aafcb7d9445bb6857fcf8e14f6b07dad49ca7344bad01956d8866d448dbf5bac30bbdc0e85b83b97e377c0da9131cf92626ec70d2dda654a6
|
30
dev-perl/String-Random/String-Random-0.280.0.ebuild
Normal file
30
dev-perl/String-Random/String-Random-0.280.0.ebuild
Normal file
@ -0,0 +1,30 @@
|
|||||||
|
# Copyright 1999-2015 Gentoo Foundation
|
||||||
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
# $Header: $
|
||||||
|
EAPI=5
|
||||||
|
MODULE_AUTHOR=SHLOMIF
|
||||||
|
MODULE_VERSION="0.28"
|
||||||
|
inherit perl-module
|
||||||
|
|
||||||
|
DESCRIPTION="Perl module to generate random strings based on a pattern"
|
||||||
|
|
||||||
|
SLOT="0"
|
||||||
|
KEYWORDS="~amd64 ~x86"
|
||||||
|
|
||||||
|
IUSE="test"
|
||||||
|
PERL_RM_FILES=(
|
||||||
|
t/cpan-changes.t
|
||||||
|
t/pod.t
|
||||||
|
t/style-trailing-space.t
|
||||||
|
)
|
||||||
|
RDEPEND="
|
||||||
|
virtual/perl-Carp
|
||||||
|
virtual/perl-Exporter
|
||||||
|
"
|
||||||
|
DEPEND="
|
||||||
|
${RDEPEND}
|
||||||
|
>=dev-perl/Module-Build-0.360.0
|
||||||
|
test? (
|
||||||
|
virtual/perl-Test-Simple
|
||||||
|
)
|
||||||
|
"
|
Loading…
Reference in New Issue
Block a user