diff options
author | Michael Cummings <mcummings@gentoo.org> | 2006-11-06 15:21:44 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2006-11-06 15:21:44 +0000 |
commit | af073b4660ee91559c58c8f36487aee090c1aab9 (patch) | |
tree | 2cc0429f7da6867d73bd05e0d4f2634cd218761e /dev-perl/Event/Event-1.08.ebuild | |
parent | Add Czech description to metadata.xml (diff) | |
download | gentoo-2-af073b4660ee91559c58c8f36487aee090c1aab9.tar.gz gentoo-2-af073b4660ee91559c58c8f36487aee090c1aab9.tar.bz2 gentoo-2-af073b4660ee91559c58c8f36487aee090c1aab9.zip |
Version bump
(Portage version: 2.1.2_rc1-r3)
Diffstat (limited to 'dev-perl/Event/Event-1.08.ebuild')
-rw-r--r-- | dev-perl/Event/Event-1.08.ebuild | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/dev-perl/Event/Event-1.08.ebuild b/dev-perl/Event/Event-1.08.ebuild new file mode 100644 index 000000000000..53df39710ea2 --- /dev/null +++ b/dev-perl/Event/Event-1.08.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.08.ebuild,v 1.1 2006/11/06 15:21:44 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" |