diff options
author | Torsten Veller <tove@gentoo.org> | 2011-02-22 07:35:30 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2011-02-22 07:35:30 +0000 |
commit | 84f721c5d04033431107237140a13b3fe58ba51a (patch) | |
tree | 059e87c3ce403ff146ad190578dc46a82bea8ab0 /dev-perl/IO-Multiplex | |
parent | app-text/asciidoc: Mask use flag "test" (diff) | |
download | gentoo-2-84f721c5d04033431107237140a13b3fe58ba51a.tar.gz gentoo-2-84f721c5d04033431107237140a13b3fe58ba51a.tar.bz2 gentoo-2-84f721c5d04033431107237140a13b3fe58ba51a.zip |
[bump] dev-perl/IO-Multiplex-1.110
(Portage version: 2.2.0_alpha24/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/IO-Multiplex')
-rw-r--r-- | dev-perl/IO-Multiplex/ChangeLog | 9 | ||||
-rw-r--r-- | dev-perl/IO-Multiplex/IO-Multiplex-1.110.ebuild | 17 |
2 files changed, 24 insertions, 2 deletions
diff --git a/dev-perl/IO-Multiplex/ChangeLog b/dev-perl/IO-Multiplex/ChangeLog index 49991cb8cafd..b2f4b7e8cbba 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-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/IO-Multiplex/ChangeLog,v 1.27 2010/02/18 20:31:19 darkside Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/IO-Multiplex/ChangeLog,v 1.28 2011/02/22 07:35:29 tove Exp $ + +*IO-Multiplex-1.110 (22 Feb 2011) + + 22 Feb 2011; Torsten Veller <tove@gentoo.org> +IO-Multiplex-1.110.ebuild: + Version bump 18 Feb 2010; Jeremy Olexa <darkside@gentoo.org> IO-Multiplex-1.10.ebuild: Add ~arm kw for bug 305631 diff --git a/dev-perl/IO-Multiplex/IO-Multiplex-1.110.ebuild b/dev-perl/IO-Multiplex/IO-Multiplex-1.110.ebuild new file mode 100644 index 000000000000..77a4163c99aa --- /dev/null +++ b/dev-perl/IO-Multiplex/IO-Multiplex-1.110.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.110.ebuild,v 1.1 2011/02/22 07:35:30 tove Exp $ + +EAPI=3 + +MODULE_AUTHOR=MARKOV +MODULE_VERSION=1.11 +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" |