summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKent Fredric <kentnl@gentoo.org>2020-04-16 03:28:04 +1200
committerKent Fredric <kentnl@gentoo.org>2020-04-16 03:36:48 +1200
commitc763aaac1392917ada9560df5dbf6ed66f9431a6 (patch)
treeedaddcf40f3ee77f86eab1bebe40ff85eeea3370 /dev-perl/Try-Tiny
parentdev-perl/Tie-Cache: Remove old 0.210.0 (diff)
downloadgentoo-c763aaac1392917ada9560df5dbf6ed66f9431a6.tar.gz
gentoo-c763aaac1392917ada9560df5dbf6ed66f9431a6.tar.bz2
gentoo-c763aaac1392917ada9560df5dbf6ed66f9431a6.zip
dev-perl/Try-Tiny: Remove old 0.240.0
Package-Manager: Portage-2.3.97, Repoman-2.3.22 Signed-off-by: Kent Fredric <kentnl@gentoo.org>
Diffstat (limited to 'dev-perl/Try-Tiny')
-rw-r--r--dev-perl/Try-Tiny/Manifest1
-rw-r--r--dev-perl/Try-Tiny/Try-Tiny-0.240.0.ebuild36
2 files changed, 0 insertions, 37 deletions
diff --git a/dev-perl/Try-Tiny/Manifest b/dev-perl/Try-Tiny/Manifest
index 2ceacb1ef3e9..0f44550c288d 100644
--- a/dev-perl/Try-Tiny/Manifest
+++ b/dev-perl/Try-Tiny/Manifest
@@ -1,2 +1 @@
-DIST Try-Tiny-0.24.tar.gz 30666 BLAKE2B aa9085787127f421b3fc5c8605c074d96033a3dd5e0afc3897c54b3654e08d1535c87af023261af52fdc55e9e61eac9e243d9f8975c646543619b213ba9a08b4 SHA512 403ce12b7cda7356b1a86d7661ed406ce4e526f416033fa5eb04b83bbeb7f198b4660342383232affe2ef9a8e0dbd237a6e6c0f290c277c8abc319c949d3c959
DIST Try-Tiny-0.30.tar.gz 34395 BLAKE2B 5f128ec532e9091e0987bf8b0b540c38158b49d37af42f72366151f25da722e12b746626a242d8a8f7755d243ee5fe0232d1828d4f94ddac0c70ad9334b8a6d1 SHA512 f523736ab0504ca0f7150be312e62988c4b9473a9e8469b0746dc8364945e2922c64c92e95e6c2b5792c5d6399dabea3d00aa45c065155b95519d5658a07216c
diff --git a/dev-perl/Try-Tiny/Try-Tiny-0.240.0.ebuild b/dev-perl/Try-Tiny/Try-Tiny-0.240.0.ebuild
deleted file mode 100644
index 345f214e7fbd..000000000000
--- a/dev-perl/Try-Tiny/Try-Tiny-0.240.0.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DIST_AUTHOR=ETHER
-DIST_VERSION=0.24
-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 ~s390 sparc x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE="test minimal"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
- !minimal? (
- || ( >=virtual/perl-Scalar-List-Utils-1.400.0 dev-perl/Sub-Name )
- )
- virtual/perl-Carp
- >=virtual/perl-Exporter-5.570.0
-"
-DEPEND="${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
- )
-"