summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Cummings <mcummings@gentoo.org>2003-05-31 20:23:43 +0000
committerMichael Cummings <mcummings@gentoo.org>2003-05-31 20:23:43 +0000
commitef4ce677aaaf0d6e7900ab8122761b2a6747e87d (patch)
tree323354ae99bd9bc373c580433b427e7e8bd67dd1 /dev-perl/Event/Event-0.87.ebuild
parentNew module, fulfills dep in modules like Event (diff)
downloadhistorical-ef4ce677aaaf0d6e7900ab8122761b2a6747e87d.tar.gz
historical-ef4ce677aaaf0d6e7900ab8122761b2a6747e87d.tar.bz2
historical-ef4ce677aaaf0d6e7900ab8122761b2a6747e87d.zip
New verison of the Event module, this time with missing depend
Diffstat (limited to 'dev-perl/Event/Event-0.87.ebuild')
-rw-r--r--dev-perl/Event/Event-0.87.ebuild18
1 files changed, 18 insertions, 0 deletions
diff --git a/dev-perl/Event/Event-0.87.ebuild b/dev-perl/Event/Event-0.87.ebuild
new file mode 100644
index 000000000000..457be4915660
--- /dev/null
+++ b/dev-perl/Event/Event-0.87.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Event/Event-0.87.ebuild,v 1.1 2003/05/31 20:23:43 mcummings Exp $
+
+inherit perl-module
+
+S=${WORKDIR}/${P}
+CATEGORY="dev-perl"
+DESCRIPTION="fast, generic event loop"
+SRC_URI="http://www.cpan.org/modules/by-module/Event/${P}.tar.gz"
+HOMEPAGE="http://www.cpan.org/modules/by-module/Event/${P}.readme"
+
+SLOT="0"
+LICENSE="Artistic | GPL-2"
+KEYWORDS="x86 ~ppc ~sparc ~alpha"
+DEPEND="dev-perl/Test"
+
+mydoc="ANNOUNCE INSTALL TODO Tutorial.pdf"