summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKent Fredric <kentnl@gentoo.org>2020-10-19 17:58:25 +1300
committerKent Fredric <kentnl@gentoo.org>2020-10-19 17:58:25 +1300
commit2ac7941c7be0448ebf5aff8e711aa92d90253d68 (patch)
tree2bc4433669f13e69b57915a75634a29119843262 /dev-perl/Exception-Warning
parentdev-perl/Exception-System: Cleanup old 0.110.0-r1 (diff)
downloadgentoo-2ac7941c7be0448ebf5aff8e711aa92d90253d68.tar.gz
gentoo-2ac7941c7be0448ebf5aff8e711aa92d90253d68.tar.bz2
gentoo-2ac7941c7be0448ebf5aff8e711aa92d90253d68.zip
dev-perl/Exception-Warning: Cleanup old 0.40.100-r1
Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Kent Fredric <kentnl@gentoo.org>
Diffstat (limited to 'dev-perl/Exception-Warning')
-rw-r--r--dev-perl/Exception-Warning/Exception-Warning-0.40.100-r1.ebuild26
1 files changed, 0 insertions, 26 deletions
diff --git a/dev-perl/Exception-Warning/Exception-Warning-0.40.100-r1.ebuild b/dev-perl/Exception-Warning/Exception-Warning-0.40.100-r1.ebuild
deleted file mode 100644
index 0b6bfc5dfcf5..000000000000
--- a/dev-perl/Exception-Warning/Exception-Warning-0.40.100-r1.ebuild
+++ /dev/null
@@ -1,26 +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.0401
-inherit perl-module
-
-DESCRIPTION="Convert simple warn into real exception object"
-
-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-Assert
- >=dev-perl/Test-Unit-Lite-0.12
- virtual/perl-parent
- )"
-
-SRC_TEST=do