summaryrefslogtreecommitdiff
path: root/dev-perl/Type-Tiny/Type-Tiny-1.12.3.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2024-03-15 18:47:53 +0000
committerV3n3RiX <venerix@koprulu.sector>2024-03-15 18:47:53 +0000
commita4eda25bf0f72d757244b128657832bc4da28375 (patch)
tree5a4bda4947a8d19e1f07c2385db1aff2c18ba0d2 /dev-perl/Type-Tiny/Type-Tiny-1.12.3.ebuild
parent6e8d3793323b8f24be801a4aaf31cdd31a8483e9 (diff)
gentoo auto-resync : 15:03:2024 - 18:47:52
Diffstat (limited to 'dev-perl/Type-Tiny/Type-Tiny-1.12.3.ebuild')
-rw-r--r--dev-perl/Type-Tiny/Type-Tiny-1.12.3.ebuild40
1 files changed, 0 insertions, 40 deletions
diff --git a/dev-perl/Type-Tiny/Type-Tiny-1.12.3.ebuild b/dev-perl/Type-Tiny/Type-Tiny-1.12.3.ebuild
deleted file mode 100644
index 0bf422e79c7a..000000000000
--- a/dev-perl/Type-Tiny/Type-Tiny-1.12.3.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DIST_AUTHOR=TOBYINK
-DIST_VERSION=1.012003
-DIST_EXAMPLES=("examples/*")
-inherit perl-module
-
-DESCRIPTION="tiny, yet Moo(se)-compatible type constraint"
-
-SLOT="0"
-KEYWORDS="~alpha amd64 ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
-IUSE="test minimal"
-RESTRICT="!test? ( test )"
-
-# Test rdep for Test::TypeTiny
-RDEPEND="
- !<dev-perl/Kavorka-0.13.0
- !<dev-perl/Types-ReadOnly-0.1.0
- >=dev-perl/Exporter-Tiny-1.0.0
- >=virtual/perl-Test-Simple-1.1.10
- !minimal? (
- >=dev-perl/Devel-LexAlias-0.50.0
- dev-perl/Devel-StackTrace
- >=dev-perl/Ref-Util-XS-0.100.0
- >=dev-perl/Regexp-Util-0.3.0
- virtual/perl-Scalar-List-Utils
- dev-perl/Type-Tie
- >=dev-perl/Type-Tiny-XS-0.16.0
- )
-"
-BDEPEND="${RDEPEND}
- >=virtual/perl-ExtUtils-MakeMaker-6.170.0
- >=virtual/perl-CPAN-Meta-Requirements-2.0.0
- test? (
- dev-perl/Test-Warnings
- )
-"