diff options
author | Michael Cummings <mcummings@gentoo.org> | 2005-11-19 08:39:03 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2005-11-19 08:39:03 +0000 |
commit | 5b635861acc1369c0f76bde00fcc0f10eddb5937 (patch) | |
tree | 3998b800f464d18911898f4173964db540e903dd /dev-perl/Event/Event-1.06.ebuild | |
parent | Version bump (diff) | |
download | historical-5b635861acc1369c0f76bde00fcc0f10eddb5937.tar.gz historical-5b635861acc1369c0f76bde00fcc0f10eddb5937.tar.bz2 historical-5b635861acc1369c0f76bde00fcc0f10eddb5937.zip |
Version bump
Package-Manager: portage-2.0.53_rc7
Diffstat (limited to 'dev-perl/Event/Event-1.06.ebuild')
-rw-r--r-- | dev-perl/Event/Event-1.06.ebuild | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/dev-perl/Event/Event-1.06.ebuild b/dev-perl/Event/Event-1.06.ebuild new file mode 100644 index 000000000000..012575ed3523 --- /dev/null +++ b/dev-perl/Event/Event-1.06.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Event/Event-1.06.ebuild,v 1.1 2005/11/19 08:39:03 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 ~sparc ~x86" +IUSE="" +SRC_TEST="do" + +mydoc="ANNOUNCE INSTALL TODO Tutorial.pdf" |