diff options
author | 2014-09-28 21:54:01 +0000 | |
---|---|---|
committer | 2014-09-28 21:54:01 +0000 | |
commit | 4c61494c5c426b6addea7e68db838ff18442002a (patch) | |
tree | a8c08de705d53fc1386b32f8289152510982285b /dev-perl/IO-Event/IO-Event-0.813.0.ebuild | |
parent | New package. Needed for Bugzilla. (diff) | |
download | historical-4c61494c5c426b6addea7e68db838ff18442002a.tar.gz historical-4c61494c5c426b6addea7e68db838ff18442002a.tar.bz2 historical-4c61494c5c426b6addea7e68db838ff18442002a.zip |
New package. Needed for Bugzilla.
Package-Manager: portage-2.2.14_rc1/cvs/Linux x86_64
Manifest-Sign-Key: 0xEBE6A336BE19039C!
Diffstat (limited to 'dev-perl/IO-Event/IO-Event-0.813.0.ebuild')
-rw-r--r-- | dev-perl/IO-Event/IO-Event-0.813.0.ebuild | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/dev-perl/IO-Event/IO-Event-0.813.0.ebuild b/dev-perl/IO-Event/IO-Event-0.813.0.ebuild new file mode 100644 index 000000000000..1cf169ad7b2a --- /dev/null +++ b/dev-perl/IO-Event/IO-Event-0.813.0.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/IO-Event/IO-Event-0.813.0.ebuild,v 1.1 2014/09/28 21:53:57 dilfridge Exp $ + +EAPI=5 + +MODULE_AUTHOR=MUIR +MODULE_VERSION=0.813 +MODULE_SECTION=modules +inherit perl-module + +DESCRIPTION="Tied Filehandles for Nonblocking IO with Object Callbacks" + +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND=" + dev-perl/AnyEvent + dev-perl/Event + dev-perl/List-MoreUtils + virtual/perl-Time-HiRes +" +DEPEND="${RDEPEND}" |