diff options
author | Torsten Veller <tove@gentoo.org> | 2011-04-15 10:18:33 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2011-04-15 10:18:33 +0000 |
commit | 3526bd177aa9336f79ff6b70b6013bb4c2436130 (patch) | |
tree | b20aa2838f7b674dc821f961b24bd44799164807 /dev-perl/IO-Multiplex | |
parent | [bump] dev-perl/Module-Refresh-0.160.0 (diff) | |
download | gentoo-2-3526bd177aa9336f79ff6b70b6013bb4c2436130.tar.gz gentoo-2-3526bd177aa9336f79ff6b70b6013bb4c2436130.tar.bz2 gentoo-2-3526bd177aa9336f79ff6b70b6013bb4c2436130.zip |
[bump] dev-perl/IO-Multiplex-1.130.0
(Portage version: 2.2.0_alpha29/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/IO-Multiplex')
-rw-r--r-- | dev-perl/IO-Multiplex/ChangeLog | 7 | ||||
-rw-r--r-- | dev-perl/IO-Multiplex/IO-Multiplex-1.130.0.ebuild | 17 |
2 files changed, 23 insertions, 1 deletions
diff --git a/dev-perl/IO-Multiplex/ChangeLog b/dev-perl/IO-Multiplex/ChangeLog index d6678a85f321..891eaac8b6f7 100644 --- a/dev-perl/IO-Multiplex/ChangeLog +++ b/dev-perl/IO-Multiplex/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-perl/IO-Multiplex # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/IO-Multiplex/ChangeLog,v 1.30 2011/04/03 06:23:28 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/IO-Multiplex/ChangeLog,v 1.31 2011/04/15 10:18:33 tove Exp $ + +*IO-Multiplex-1.130.0 (15 Apr 2011) + + 15 Apr 2011; Torsten Veller <tove@gentoo.org> +IO-Multiplex-1.130.0.ebuild: + Version bump 03 Apr 2011; Torsten Veller <tove@gentoo.org> -IO-Multiplex-1.10.ebuild, -IO-Multiplex-1.110.ebuild: diff --git a/dev-perl/IO-Multiplex/IO-Multiplex-1.130.0.ebuild b/dev-perl/IO-Multiplex/IO-Multiplex-1.130.0.ebuild new file mode 100644 index 000000000000..59d9bb13fc73 --- /dev/null +++ b/dev-perl/IO-Multiplex/IO-Multiplex-1.130.0.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2011 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.130.0.ebuild,v 1.1 2011/04/15 10:18:33 tove Exp $ + +EAPI=4 + +MODULE_AUTHOR=MARKOV +MODULE_VERSION=1.13 +inherit perl-module + +DESCRIPTION="Manage IO on many file handles " + +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" +IUSE="" + +SRC_TEST="do" |