diff options
author | Kent Fredric <kentfredric@gmail.com> | 2015-06-09 21:52:58 +1200 |
---|---|---|
committer | Kent Fredric <kentfredric@gmail.com> | 2015-06-09 21:52:58 +1200 |
commit | 5476ed4da0f14a85b2d7b5e77a3cb93b7a49776b (patch) | |
tree | d3f27c1d1407136dce7b5bcfce4699efcbcc666e /dev-perl/Task-Kensho-Exceptions | |
parent | [cleanup] Task-Kensho-ExcelCSV: Remove old versions (diff) | |
download | perl-overlay-5476ed4da0f14a85b2d7b5e77a3cb93b7a49776b.tar.gz perl-overlay-5476ed4da0f14a85b2d7b5e77a3cb93b7a49776b.tar.bz2 perl-overlay-5476ed4da0f14a85b2d7b5e77a3cb93b7a49776b.zip |
[cleanup] Task-Kensho-Exceptions: Remove old versions
Package-Manager: portage-2.2.17
Diffstat (limited to 'dev-perl/Task-Kensho-Exceptions')
-rw-r--r-- | dev-perl/Task-Kensho-Exceptions/Manifest | 1 | ||||
-rw-r--r-- | dev-perl/Task-Kensho-Exceptions/Task-Kensho-Exceptions-0.270.0.ebuild | 25 |
2 files changed, 0 insertions, 26 deletions
diff --git a/dev-perl/Task-Kensho-Exceptions/Manifest b/dev-perl/Task-Kensho-Exceptions/Manifest index 0ebf39035..6f7f777d3 100644 --- a/dev-perl/Task-Kensho-Exceptions/Manifest +++ b/dev-perl/Task-Kensho-Exceptions/Manifest @@ -1,2 +1 @@ -DIST Task-Kensho-Exceptions-0.27.tar.gz 28942 SHA256 717819e213737ea0b83991cc753c9c5a577aa3353440bdcbcfe8ca4ae97d8308 DIST Task-Kensho-Exceptions-0.28.tar.gz 28955 SHA256 f83eba975a0f3b71dfda825451ffccaec2e60dca3e0e7f38faa2871276651ed1 SHA512 ac582f85efc039479b07d30d7297b1d4f8e38b370faf7af3e26785ed9c6da33df6eab63e33287e869f8e8ef60358d0e09079815f3484d58df9bb42bb5b087fa4 WHIRLPOOL 46fa4d9a558319d6d6d7937936c9a5c5c01f68558e99b796ee1d00406d8509853ba66083cf33e70204ce5f6b3cfc8d419f330bab54faee7aeac6fd3d039e8c25 diff --git a/dev-perl/Task-Kensho-Exceptions/Task-Kensho-Exceptions-0.270.0.ebuild b/dev-perl/Task-Kensho-Exceptions/Task-Kensho-Exceptions-0.270.0.ebuild deleted file mode 100644 index 8d8fcf70e..000000000 --- a/dev-perl/Task-Kensho-Exceptions/Task-Kensho-Exceptions-0.270.0.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ -EAPI="3" -MODULE_AUTHOR=APEIRON -MODULE_VERSION="0.27" -inherit perl-module - -DESCRIPTION="A glimpse at an Enlightened Perl (exception handling modules)" -LICENSE="|| ( Artistic GPL-2 )" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="+trytiny +trycatch +autodie" -COMMON_DEPEND=" - trytiny? ( dev-perl/Try-Tiny ) - trycatch? ( dev-perl/TryCatch ) - autodie? ( virtual/perl-autodie ) -" -DEPEND=" - ${COMMON_DEPEND} -" -RDEPEND=" - ${COMMON_DEPEND} -" -SRC_TEST="do" |