mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
dev-perl/MooseX-Types: add 0.510.0
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
@@ -1 +1,2 @@
|
||||
DIST MooseX-Types-0.50.tar.gz 57252 BLAKE2B 14ba8c391578f738da9bd20c17c61e19aa17811ba60057de16167ec465ef8a063c89252e6b971e01ee5a7071f470e09657c726a2ac716fc34d6ada71a8dd3564 SHA512 42606b1caeb6423acaaa9288239c63512f398a2fba45492443d3e003c6ae3e93cbd8ea2631d487e428ea7d25b63744e4c2096a1e53012e262c99ff4b0c29484b
|
||||
DIST MooseX-Types-0.51.tar.gz 57567 BLAKE2B 22f8e799b4fb7462b3003b4a1a0e1b291ed9db77eea1fc2ba605d88d8dc97ba15bc6f8f097af427e0b034ffc38e08b917708e8c723f47a3b77138e1281937dc7 SHA512 0030a5b770349635605e08b93c90c4442b954b76d096c6fe845ee724a13b4d23dc68c963b5b7d7017b7e310011d87159ee27eabac1a524f8becece66ce97a464
|
||||
|
||||
34
dev-perl/MooseX-Types/MooseX-Types-0.510.0.ebuild
Normal file
34
dev-perl/MooseX-Types/MooseX-Types-0.510.0.ebuild
Normal file
@@ -0,0 +1,34 @@
|
||||
# Copyright 1999-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
DIST_AUTHOR=ETHER
|
||||
DIST_VERSION=0.51
|
||||
DIST_EXAMPLES=("eg/*")
|
||||
inherit perl-module
|
||||
|
||||
DESCRIPTION="Organise your Moose types in libraries"
|
||||
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
|
||||
|
||||
RDEPEND="
|
||||
>=dev-perl/Carp-Clan-6
|
||||
dev-perl/Module-Runtime
|
||||
>=dev-perl/Moose-1.60.0
|
||||
>=virtual/perl-Scalar-List-Utils-1.190.0
|
||||
dev-perl/Sub-Exporter
|
||||
>=dev-perl/Sub-Exporter-ForMethods-0.100.52
|
||||
dev-perl/Sub-Install
|
||||
>=dev-perl/namespace-autoclean-0.160.0
|
||||
"
|
||||
BDEPEND="
|
||||
${RDEPEND}
|
||||
>=dev-perl/Module-Build-Tiny-0.34.0
|
||||
test? (
|
||||
dev-perl/Test-Fatal
|
||||
dev-perl/Test-Needs
|
||||
>=virtual/perl-Test-Simple-0.880.0
|
||||
)
|
||||
"
|
||||
Reference in New Issue
Block a user