diff options
Diffstat (limited to 'dev-perl/Exception-Warning/Exception-Warning-0.40.100-r1.ebuild')
-rw-r--r-- | dev-perl/Exception-Warning/Exception-Warning-0.40.100-r1.ebuild | 26 |
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 |