summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-perl/Event/Event-1.07.ebuild')
-rw-r--r--dev-perl/Event/Event-1.07.ebuild20
1 files changed, 20 insertions, 0 deletions
diff --git a/dev-perl/Event/Event-1.07.ebuild b/dev-perl/Event/Event-1.07.ebuild
new file mode 100644
index 000000000000..23a38070fe76
--- /dev/null
+++ b/dev-perl/Event/Event-1.07.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2006 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Event/Event-1.07.ebuild,v 1.1 2006/10/21 16:52:13 mcummings 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 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE=""
+SRC_TEST="do"
+
+mydoc="ANNOUNCE INSTALL TODO Tutorial.pdf"
+
+
+DEPEND="dev-lang/perl"