summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2019-10-21 18:36:29 +0200
committerAndreas K. Hüttel <dilfridge@gentoo.org>2019-10-21 18:36:29 +0200
commitba4f6453732e9e1c0337d76997f663ccf5d95b76 (patch)
treeafab00a1802f5c0b72692479863c66a7249a6ac2 /dev-perl/IO-Event/IO-Event-0.813.0.ebuild
parentdev-perl/Parallel-Prefork: Add patch by Slaven Rezic to fix tests (diff)
downloadgentoo-ba4f6453732e9e1c0337d76997f663ccf5d95b76.tar.gz
gentoo-ba4f6453732e9e1c0337d76997f663ccf5d95b76.tar.bz2
gentoo-ba4f6453732e9e1c0337d76997f663ccf5d95b76.zip
dev-perl/IO-Event: Remove old
Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'dev-perl/IO-Event/IO-Event-0.813.0.ebuild')
-rw-r--r--dev-perl/IO-Event/IO-Event-0.813.0.ebuild23
1 files changed, 0 insertions, 23 deletions
diff --git a/dev-perl/IO-Event/IO-Event-0.813.0.ebuild b/dev-perl/IO-Event/IO-Event-0.813.0.ebuild
deleted file mode 100644
index bd440f5e4c65..000000000000
--- a/dev-perl/IO-Event/IO-Event-0.813.0.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-MODULE_AUTHOR=MUIR
-MODULE_VERSION=0.813
-MODULE_SECTION=modules
-inherit perl-module
-
-DESCRIPTION="Tied Filehandles for Nonblocking IO with Object Callbacks"
-
-SLOT="0"
-KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86"
-IUSE=""
-
-RDEPEND="
- dev-perl/AnyEvent
- dev-perl/Event
- dev-perl/List-MoreUtils
- virtual/perl-Time-HiRes
-"
-DEPEND="${RDEPEND}"