forked from gentoo/gentoo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
dev-perl/MooseX-Params-Validate: New package, needed for dev-perl/Lab…
…-Measurement Package-Manager: portage-2.3.0
- Loading branch information
Showing
3 changed files
with
41 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
DIST MooseX-Params-Validate-0.21.tar.gz 34300 SHA256 88295446aba999cbb8f998d7fb9a2701d6617394a51d6d724c774e6d9ff139d9 SHA512 73bca04f5368de3d5ac947b6002f8c0801c150fdf24f1d792772ffd36c85fe1095d694725de310cc465ab6e0794643ba372bbfd53595cc2a7f6f91d5df06377b WHIRLPOOL 15472c65eda004afba9d80b5cad177659c7f26cb791a5cc59a0f744a2138ad51acdd038cc2b1bed6441b035c655e67cd00f15926f208b480b615c7d9584b051a |
32 changes: 32 additions & 0 deletions
32
dev-perl/MooseX-Params-Validate/MooseX-Params-Validate-0.210.0.ebuild
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
# Copyright 1999-2016 Gentoo Foundation | ||
# Distributed under the terms of the GNU General Public License v2 | ||
# $Id$ | ||
|
||
EAPI=6 | ||
|
||
DIST_AUTHOR=DROLSKY | ||
DIST_VERSION=0.21 | ||
inherit perl-module | ||
|
||
DESCRIPTION="An extension of Params::Validate using Moose types" | ||
|
||
SLOT="0" | ||
KEYWORDS="~amd64 ~x86" | ||
IUSE="test" | ||
|
||
RDEPEND=" | ||
virtual/perl-Carp | ||
dev-perl/Devel-Caller | ||
>=dev-perl/Moose-2.120.0 | ||
>=dev-perl/Params-Validate-1.150.0 | ||
virtual/perl-Scalar-List-Utils | ||
dev-perl/Sub-Exporter | ||
" | ||
DEPEND="${RDEPEND} | ||
virtual/perl-ExtUtils-MakeMaker | ||
test? ( | ||
virtual/perl-File-Spec | ||
dev-perl/Test-Fatal | ||
>=virtual/perl-Test-Simple-0.960.0 | ||
) | ||
" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> | ||
<pkgmetadata> | ||
<maintainer type="project"> | ||
<email>[email protected]</email> | ||
<name>Gentoo Perl Project</name> | ||
</maintainer> | ||
</pkgmetadata> |