summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2024-03-14 12:44:16 -0400
committerMatt Turner <mattst88@gentoo.org>2024-03-15 10:57:01 -0400
commitee5faf5459c575616e860c0a7d0a640f48a3ac45 (patch)
treee0efe85e861a15aad3eaa97701620955ed341537 /dev-perl
parentdev-perl/Tk-TableMatrix: Drop old versions (diff)
downloadgentoo-ee5faf5459c575616e860c0a7d0a640f48a3ac45.tar.gz
gentoo-ee5faf5459c575616e860c0a7d0a640f48a3ac45.tar.bz2
gentoo-ee5faf5459c575616e860c0a7d0a640f48a3ac45.zip
dev-perl/Try-Tiny: Drop old versions
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'dev-perl')
-rw-r--r--dev-perl/Try-Tiny/Manifest1
-rw-r--r--dev-perl/Try-Tiny/Try-Tiny-0.300.0-r1.ebuild36
2 files changed, 0 insertions, 37 deletions
diff --git a/dev-perl/Try-Tiny/Manifest b/dev-perl/Try-Tiny/Manifest
index bbb9bc928212..e2d339a7d9fc 100644
--- a/dev-perl/Try-Tiny/Manifest
+++ b/dev-perl/Try-Tiny/Manifest
@@ -1,2 +1 @@
-DIST Try-Tiny-0.30.tar.gz 34395 BLAKE2B 5f128ec532e9091e0987bf8b0b540c38158b49d37af42f72366151f25da722e12b746626a242d8a8f7755d243ee5fe0232d1828d4f94ddac0c70ad9334b8a6d1 SHA512 f523736ab0504ca0f7150be312e62988c4b9473a9e8469b0746dc8364945e2922c64c92e95e6c2b5792c5d6399dabea3d00aa45c065155b95519d5658a07216c
DIST Try-Tiny-0.31.tar.gz 35784 BLAKE2B 34bb5ae5a03accd3b99e25d8a69d9d9f1255a5cadc6c77c8909dd5e793d0d15ded10ae2e3410a07fe01f9ff50aba3fe0bc947904a61d1106ee8a16509fce1d88 SHA512 1a3c852e56797d81da60a4f4887cb70fc575eca83d10b8cd12fe5d5d0008a967801218f3a5277a2f1347ade95b9515c1f237333e491742d06614c0beecf44768
diff --git a/dev-perl/Try-Tiny/Try-Tiny-0.300.0-r1.ebuild b/dev-perl/Try-Tiny/Try-Tiny-0.300.0-r1.ebuild
deleted file mode 100644
index 26f85e2c0ba0..000000000000
--- a/dev-perl/Try-Tiny/Try-Tiny-0.300.0-r1.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DIST_AUTHOR=ETHER
-DIST_VERSION=0.30
-inherit perl-module
-
-DESCRIPTION="Minimal try/catch with proper localization of \$@"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
-IUSE="minimal"
-
-RDEPEND="
- !<=dev-perl/Try-Tiny-Except-0.10.0
- !minimal? (
- || ( >=virtual/perl-Scalar-List-Utils-1.400.0 dev-perl/Sub-Name )
- )
- virtual/perl-Carp
- >=virtual/perl-Exporter-5.570.0
-"
-BDEPEND="${RDEPEND}
- virtual/perl-ExtUtils-MakeMaker
- test? (
- !minimal? (
- >=virtual/perl-CPAN-Meta-2.120.900
- >=dev-perl/Capture-Tiny-0.120.0
- )
- virtual/perl-File-Spec
- virtual/perl-Test-Simple
- virtual/perl-if
- )
-"