summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKent Fredric <kentnl@gentoo.org>2018-07-22 01:17:34 +1200
committerKent Fredric <kentnl@gentoo.org>2018-07-22 01:26:37 +1200
commit2cac5e44662987d74ece48a8638d0c9c4b40d5b3 (patch)
tree99763a030b8749ca43e0a73f9fb35e54c8b7653f /dev-perl/Time-Out
parentdev-perl/Time-Moment: Cleanup old version 0.420.0 (diff)
downloadgentoo-2cac5e44662987d74ece48a8638d0c9c4b40d5b3.tar.gz
gentoo-2cac5e44662987d74ece48a8638d0c9c4b40d5b3.tar.bz2
gentoo-2cac5e44662987d74ece48a8638d0c9c4b40d5b3.zip
dev-perl/Time-Out: Cleanup old version 0.110.0
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Diffstat (limited to 'dev-perl/Time-Out')
-rw-r--r--dev-perl/Time-Out/Time-Out-0.110.0.ebuild19
1 files changed, 0 insertions, 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 fdb9de0d4623..000000000000
--- 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
-"