summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuval Yaari <yuval@gentoo.org>2008-04-29 05:55:35 +0000
committerYuval Yaari <yuval@gentoo.org>2008-04-29 05:55:35 +0000
commit93962c4e17fd9133789abfc4d1d6a5dbef150382 (patch)
tree610d538eac4273ae57ff9f4aef1cd40c3da8f9db /dev-perl/Event/Event-1.10.ebuild
parentTook maintainace. amd64 stable. (diff)
downloadgentoo-2-93962c4e17fd9133789abfc4d1d6a5dbef150382.tar.gz
gentoo-2-93962c4e17fd9133789abfc4d1d6a5dbef150382.tar.bz2
gentoo-2-93962c4e17fd9133789abfc4d1d6a5dbef150382.zip
Version bump
(Portage version: 2.1.4.4)
Diffstat (limited to 'dev-perl/Event/Event-1.10.ebuild')
-rw-r--r--dev-perl/Event/Event-1.10.ebuild19
1 files changed, 19 insertions, 0 deletions
diff --git a/dev-perl/Event/Event-1.10.ebuild b/dev-perl/Event/Event-1.10.ebuild
new file mode 100644
index 000000000000..60a4668b52cb
--- /dev/null
+++ b/dev-perl/Event/Event-1.10.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2008 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Event/Event-1.10.ebuild,v 1.1 2008/04/29 05:55:35 yuval 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"