commit: 2cac5e44662987d74ece48a8638d0c9c4b40d5b3
Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 21 13:17:34 2018 +0000
Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Sat Jul 21 13:26:37 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2cac5e44
dev-perl/Time-Out: Cleanup old version 0.110.0
Package-Manager: Portage-2.3.40, Repoman-2.3.9
dev-perl/Time-Out/Time-Out-0.110.0.ebuild | 19 -------------------
1 file changed, 19 deletions(-)
diff --git a/dev-perl/Time-Out/Time-Out-0.110.0.ebuild
b/dev-perl/Time-Out/Time-Out-0.110.0.ebuild
deleted file mode 100644
index fdb9de0d462..00000000000
--- a/dev-perl/Time-Out/Time-Out-0.110.0.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-MODULE_AUTHOR=PATL
-MODULE_VERSION=0.11
-inherit perl-module
-
-DESCRIPTION="Easily timeout long running operations"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND=""
-DEPEND="${RDEPEND}
- virtual/perl-ExtUtils-MakeMaker
-"