diff options
author | Michael Cummings <mcummings@gentoo.org> | 2005-04-29 00:18:54 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2005-04-29 00:18:54 +0000 |
commit | 2b9bdeb3bd60b35a87d2e808d3a7edb2ee01a71c (patch) | |
tree | 4f45b63b24d0be5df8602930bae87bcb55835b8c /dev-perl/IO-Multiplex | |
parent | make ebuild suck less and fix m4 warnings (diff) | |
download | historical-2b9bdeb3bd60b35a87d2e808d3a7edb2ee01a71c.tar.gz historical-2b9bdeb3bd60b35a87d2e808d3a7edb2ee01a71c.tar.bz2 historical-2b9bdeb3bd60b35a87d2e808d3a7edb2ee01a71c.zip |
Bug 90775
Package-Manager: portage-2.0.51.20-r4
Diffstat (limited to 'dev-perl/IO-Multiplex')
-rw-r--r-- | dev-perl/IO-Multiplex/ChangeLog | 10 | ||||
-rw-r--r-- | dev-perl/IO-Multiplex/IO-Multiplex-1.08.ebuild | 16 | ||||
-rw-r--r-- | dev-perl/IO-Multiplex/files/digest-IO-Multiplex-1.08 | 1 | ||||
-rw-r--r-- | dev-perl/IO-Multiplex/metadata.xml | 10 |
4 files changed, 37 insertions, 0 deletions
diff --git a/dev-perl/IO-Multiplex/ChangeLog b/dev-perl/IO-Multiplex/ChangeLog new file mode 100644 index 000000000000..2145d31aa941 --- /dev/null +++ b/dev-perl/IO-Multiplex/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for dev-perl/IO-Multiplex +# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/IO-Multiplex/ChangeLog,v 1.1 2005/04/29 00:18:54 mcummings Exp $ + +*IO-Multiplex-1.08 (29 Apr 2005) + + 29 Apr 2005; Michael Cummings <mcummings@gentoo.org> +metadata.xml, + +IO-Multiplex-1.08.ebuild: + Bug 90775 for ticho :) + diff --git a/dev-perl/IO-Multiplex/IO-Multiplex-1.08.ebuild b/dev-perl/IO-Multiplex/IO-Multiplex-1.08.ebuild new file mode 100644 index 000000000000..7d2cb83532f3 --- /dev/null +++ b/dev-perl/IO-Multiplex/IO-Multiplex-1.08.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/IO-Multiplex/IO-Multiplex-1.08.ebuild,v 1.1 2005/04/29 00:18:54 mcummings Exp $ + +inherit perl-module + +DESCRIPTION="Manage IO on many file handles " +HOMEPAGE="http://search.cpan.org/~HOME/${P}/" +SRC_URI="mirror://cpan/authors/id/B/BB/BBB/${P}.tar.gz" + +LICENSE="Artistic" +SLOT="0" +KEYWORDS="~x86 ~sparc" +IUSE="" + +SRC_TEST="do" diff --git a/dev-perl/IO-Multiplex/files/digest-IO-Multiplex-1.08 b/dev-perl/IO-Multiplex/files/digest-IO-Multiplex-1.08 new file mode 100644 index 000000000000..b35dd86ce7b8 --- /dev/null +++ b/dev-perl/IO-Multiplex/files/digest-IO-Multiplex-1.08 @@ -0,0 +1 @@ +MD5 b27e0eb03f85cfd04b3e29953cfd4444 IO-Multiplex-1.08.tar.gz 14477 diff --git a/dev-perl/IO-Multiplex/metadata.xml b/dev-perl/IO-Multiplex/metadata.xml new file mode 100644 index 000000000000..86672fe64c10 --- /dev/null +++ b/dev-perl/IO-Multiplex/metadata.xml @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>perl</herd> + <maintainer> + <email>perl@gentoo.org</email> + <description>Primary Maintainer</description> + </maintainer> + <longdescription></longdescription> +</pkgmetadata> |