diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2009-06-09 02:57:53 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2009-06-09 02:57:53 +0000 |
commit | f61026b5eacad7e1dbc12376df764b3c8a212727 (patch) | |
tree | 3cb2bb78db75ca1bf83eedc9bb0946096a940be8 /dev-perl/POE-XS-Loop-EPoll | |
parent | Stable for HPPA (bug #269184). (diff) | |
download | historical-f61026b5eacad7e1dbc12376df764b3c8a212727.tar.gz historical-f61026b5eacad7e1dbc12376df764b3c8a212727.tar.bz2 historical-f61026b5eacad7e1dbc12376df764b3c8a212727.zip |
Initial commit. Ebuild by Robin H. Johnson <robbat2@gentoo.org>.
Package-Manager: portage-2.2_rc33/cvs/Linux x86_64
Diffstat (limited to 'dev-perl/POE-XS-Loop-EPoll')
-rw-r--r-- | dev-perl/POE-XS-Loop-EPoll/ChangeLog | 10 | ||||
-rw-r--r-- | dev-perl/POE-XS-Loop-EPoll/POE-XS-Loop-EPoll-0.001.ebuild | 20 | ||||
-rw-r--r-- | dev-perl/POE-XS-Loop-EPoll/metadata.xml | 9 |
3 files changed, 39 insertions, 0 deletions
diff --git a/dev-perl/POE-XS-Loop-EPoll/ChangeLog b/dev-perl/POE-XS-Loop-EPoll/ChangeLog new file mode 100644 index 000000000000..2f52f9b38704 --- /dev/null +++ b/dev-perl/POE-XS-Loop-EPoll/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for dev-perl/POE-XS-Loop-EPoll +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/POE-XS-Loop-EPoll/ChangeLog,v 1.1 2009/06/09 02:56:59 robbat2 Exp $ + +*POE-XS-Loop-EPoll-0.001 (09 Jun 2009) + + 09 Jun 2009; Robin H. Johnson <robbat2@gentoo.org> + +POE-XS-Loop-EPoll-0.001.ebuild, +metadata.xml: + Initial commit. Ebuild by Robin H. Johnson <robbat2@gentoo.org>. + diff --git a/dev-perl/POE-XS-Loop-EPoll/POE-XS-Loop-EPoll-0.001.ebuild b/dev-perl/POE-XS-Loop-EPoll/POE-XS-Loop-EPoll-0.001.ebuild new file mode 100644 index 000000000000..9536adfd956b --- /dev/null +++ b/dev-perl/POE-XS-Loop-EPoll/POE-XS-Loop-EPoll-0.001.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# This ebuild generated by g-cpan 0.16.0 + +MODULE_AUTHOR="TONYC" + +inherit perl-module + +DESCRIPTION="an XS implementation of POE::Loop, using Linux epoll(2)." + +IUSE="" + +SLOT="0" +LICENSE="|| ( Artistic GPL-2 )" +KEYWORDS="~amd64 ~x86" + +DEPEND="dev-perl/POE dev-perl/POE-Test-Loops" +RDEPEND="${DEPEND}" + +SRC_TEST="do" diff --git a/dev-perl/POE-XS-Loop-EPoll/metadata.xml b/dev-perl/POE-XS-Loop-EPoll/metadata.xml new file mode 100644 index 000000000000..8ac7a1c994df --- /dev/null +++ b/dev-perl/POE-XS-Loop-EPoll/metadata.xml @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>perl</herd> + <maintainer> + <email>robbat2@gentoo.org</email> + <description>Primary Maintainer</description> + </maintainer> +</pkgmetadata> |