From 8da77feadb77aacec3d85dca4a63887e7bead8bf Mon Sep 17 00:00:00 2001 From: Sam James Date: Mon, 13 Feb 2023 05:51:36 +0000 Subject: dev-perl/Type-Tiny: block dev-perl/Type-Tie It's now part of Type-Tiny it seems, e.g. https://metacpan.org/pod/Type::Tie shows the Type-Tiny distribution. Closes: https://bugs.gentoo.org/894028 Signed-off-by: Sam James --- dev-perl/Type-Tiny/Type-Tiny-2.2.1-r1.ebuild | 40 ++++++++++++++++++++++++++++ dev-perl/Type-Tiny/Type-Tiny-2.2.1.ebuild | 39 --------------------------- 2 files changed, 40 insertions(+), 39 deletions(-) create mode 100644 dev-perl/Type-Tiny/Type-Tiny-2.2.1-r1.ebuild delete mode 100644 dev-perl/Type-Tiny/Type-Tiny-2.2.1.ebuild (limited to 'dev-perl') diff --git a/dev-perl/Type-Tiny/Type-Tiny-2.2.1-r1.ebuild b/dev-perl/Type-Tiny/Type-Tiny-2.2.1-r1.ebuild new file mode 100644 index 000000000000..cf9ae88fdc52 --- /dev/null +++ b/dev-perl/Type-Tiny/Type-Tiny-2.2.1-r1.ebuild @@ -0,0 +1,40 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DIST_AUTHOR=TOBYINK +DIST_VERSION=2.002001 +DIST_EXAMPLES=("examples/*") +inherit perl-module + +DESCRIPTION="tiny, yet Moo(se)-compatible type constraint" + +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~m68k ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-solaris" +IUSE="test minimal" +RESTRICT="!test? ( test )" + +RDEPEND=" + !=dev-perl/Exporter-Tiny-1.4.1 + >=virtual/perl-Test-Simple-1.1.10 + !minimal? ( + >=dev-perl/Class-XSAccessor-1.170.0 + >=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-Tiny-XS-0.25.0 + ) +" +BDEPEND="${RDEPEND} + >=virtual/perl-ExtUtils-MakeMaker-6.170.0 + >=virtual/perl-CPAN-Meta-Requirements-2.0.0 + test? ( + dev-perl/Test-Warnings + ) +" diff --git a/dev-perl/Type-Tiny/Type-Tiny-2.2.1.ebuild b/dev-perl/Type-Tiny/Type-Tiny-2.2.1.ebuild deleted file mode 100644 index a20afed0b93f..000000000000 --- a/dev-perl/Type-Tiny/Type-Tiny-2.2.1.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DIST_AUTHOR=TOBYINK -DIST_VERSION=2.002001 -DIST_EXAMPLES=("examples/*") -inherit perl-module - -DESCRIPTION="tiny, yet Moo(se)-compatible type constraint" - -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~m68k ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-solaris" -IUSE="test minimal" -RESTRICT="!test? ( test )" - -RDEPEND=" - !=dev-perl/Exporter-Tiny-1.4.1 - >=virtual/perl-Test-Simple-1.1.10 - !minimal? ( - >=dev-perl/Class-XSAccessor-1.170.0 - >=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-Tiny-XS-0.25.0 - ) -" -BDEPEND="${RDEPEND} - >=virtual/perl-ExtUtils-MakeMaker-6.170.0 - >=virtual/perl-CPAN-Meta-Requirements-2.0.0 - test? ( - dev-perl/Test-Warnings - ) -" -- cgit v1.2.3-65-gdbad