summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2007-05-09 19:52:09 +0000
committerRobin H. Johnson <robbat2@gentoo.org>2007-05-09 19:52:09 +0000
commit4f68af125a6cc29057ffe715c59aa970c434ff6a (patch)
tree51422757448aaf0ad27a71229190aad726684633 /dev-perl/IO-AIO/IO-AIO-2.33.ebuild
parentFix a bad variable name. (diff)
downloadgentoo-2-4f68af125a6cc29057ffe715c59aa970c434ff6a.tar.gz
gentoo-2-4f68af125a6cc29057ffe715c59aa970c434ff6a.tar.bz2
gentoo-2-4f68af125a6cc29057ffe715c59aa970c434ff6a.zip
Initial Commit. Ebuild by Robin H. Johnson <robbat2@gentoo.org>. Yet another dep for mogilefs-server.
(Portage version: 2.1.2.5)
Diffstat (limited to 'dev-perl/IO-AIO/IO-AIO-2.33.ebuild')
-rw-r--r--dev-perl/IO-AIO/IO-AIO-2.33.ebuild18
1 files changed, 18 insertions, 0 deletions
diff --git a/dev-perl/IO-AIO/IO-AIO-2.33.ebuild b/dev-perl/IO-AIO/IO-AIO-2.33.ebuild
new file mode 100644
index 000000000000..6887a06b850e
--- /dev/null
+++ b/dev-perl/IO-AIO/IO-AIO-2.33.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2007 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/IO-AIO/IO-AIO-2.33.ebuild,v 1.1 2007/05/09 19:52:09 robbat2 Exp $
+
+inherit perl-module
+
+DESCRIPTION="Asynchronous Input/Output"
+HOMEPAGE="http://search.cpan.org/search?query=IO-AIO&mode=dist"
+SRC_URI="mirror://cpan/authors/id/M/ML/MLEHMANN/${P}.tar.gz"
+
+IUSE=""
+
+SLOT="0"
+LICENSE="|| ( Artistic GPL-2 )"
+KEYWORDS="~amd64 ~ppc ~x86"
+
+mydoc="Changes README"
+SRC_TEST="do"