From 6582e7c99676c1f39bb9d282f949fb9ea45a8480 Mon Sep 17 00:00:00 2001 From: Kent Fredric Date: Mon, 19 Oct 2020 17:56:13 +1300 Subject: dev-perl/Exception-System: Cleanup old 0.110.0-r1 Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Kent Fredric --- .../Exception-System-0.110.0-r1.ebuild | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 dev-perl/Exception-System/Exception-System-0.110.0-r1.ebuild (limited to 'dev-perl/Exception-System') diff --git a/dev-perl/Exception-System/Exception-System-0.110.0-r1.ebuild b/dev-perl/Exception-System/Exception-System-0.110.0-r1.ebuild deleted file mode 100644 index 1b603be4c463..000000000000 --- a/dev-perl/Exception-System/Exception-System-0.110.0-r1.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -MODULE_AUTHOR=DEXTER -MODULE_VERSION=0.11 -inherit perl-module - -DESCRIPTION="Exception class for system or library calls" - -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="test" -RESTRICT="!test? ( test )" - -RDEPEND=">=dev-perl/Exception-Base-0.22.01" -DEPEND="${RDEPEND} - dev-perl/Module-Build - test? ( >=dev-perl/Test-Unit-Lite-0.12 )" - -SRC_TEST=do -- cgit v1.2.3-65-gdbad