diff options
author | Kent Fredric <kentnl@gentoo.org> | 2020-10-19 17:56:13 +1300 |
---|---|---|
committer | Kent Fredric <kentnl@gentoo.org> | 2020-10-19 17:56:13 +1300 |
commit | 6582e7c99676c1f39bb9d282f949fb9ea45a8480 (patch) | |
tree | df350e4a9ce3bc645a72d1c2a40e0261348dba1c /dev-perl | |
parent | dev-perl/Dist-Zilla-Plugin-Git: Cleanup old 2.46.0 (diff) | |
download | gentoo-6582e7c99676c1f39bb9d282f949fb9ea45a8480.tar.gz gentoo-6582e7c99676c1f39bb9d282f949fb9ea45a8480.tar.bz2 gentoo-6582e7c99676c1f39bb9d282f949fb9ea45a8480.zip |
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 <kentnl@gentoo.org>
Diffstat (limited to 'dev-perl')
-rw-r--r-- | dev-perl/Exception-System/Exception-System-0.110.0-r1.ebuild | 22 |
1 files changed, 0 insertions, 22 deletions
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 |