summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-perl/Event/Event-1.09.ebuild')
-rw-r--r--dev-perl/Event/Event-1.09.ebuild19
1 files changed, 0 insertions, 19 deletions
diff --git a/dev-perl/Event/Event-1.09.ebuild b/dev-perl/Event/Event-1.09.ebuild
deleted file mode 100644
index 422a58971601..000000000000
--- a/dev-perl/Event/Event-1.09.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Event/Event-1.09.ebuild,v 1.8 2009/05/23 17:04:56 armin76 Exp $
-
-inherit perl-module
-
-DESCRIPTION="fast, generic event loop"
-SRC_URI="mirror://cpan/authors/id/J/JP/JPRIT/${P}.tar.gz"
-HOMEPAGE="http://www.cpan.org/modules/by-module/Event/${P}.readme"
-
-SLOT="0"
-LICENSE="|| ( Artistic GPL-2 )"
-KEYWORDS="alpha amd64 ~arm ia64 ppc ppc64 sparc x86"
-IUSE=""
-SRC_TEST="do"
-
-mydoc="ANNOUNCE INSTALL TODO Tutorial.pdf"
-
-DEPEND="dev-lang/perl"