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 | 8f7d4b59a04d751626fe7efcc32c02c03f1d3132 (patch) | |
tree | 98b402e7d9d84139d166f61bfa6be0e347a016a7 /dev-perl/Event/Event-1.06.ebuild | |
parent | Version bump (diff) | |
download | gentoo-2-8f7d4b59a04d751626fe7efcc32c02c03f1d3132.tar.gz gentoo-2-8f7d4b59a04d751626fe7efcc32c02c03f1d3132.tar.bz2 gentoo-2-8f7d4b59a04d751626fe7efcc32c02c03f1d3132.zip |
Version bump
(Portage version: 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" |