diff options
author | Torsten Veller <tove@gentoo.org> | 2011-02-24 07:17:16 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2011-02-24 07:17:16 +0000 |
commit | 20431f4ab757b2367004c8d13a74ce6ba3972f4c (patch) | |
tree | c32ac95ea21061ae2d20aa63fe99c11ef03757ef /dev-perl | |
parent | Version bump. Convert to new version scheme. Looks like a downgrade (diff) | |
download | gentoo-2-20431f4ab757b2367004c8d13a74ce6ba3972f4c.tar.gz gentoo-2-20431f4ab757b2367004c8d13a74ce6ba3972f4c.tar.bz2 gentoo-2-20431f4ab757b2367004c8d13a74ce6ba3972f4c.zip |
[bump] dev-perl/IO-Multiplex-1.120
(Portage version: 2.2.0_alpha25/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl')
-rw-r--r-- | dev-perl/IO-Multiplex/ChangeLog | 7 | ||||
-rw-r--r-- | dev-perl/IO-Multiplex/IO-Multiplex-1.120.ebuild | 17 |
2 files changed, 23 insertions, 1 deletions
diff --git a/dev-perl/IO-Multiplex/ChangeLog b/dev-perl/IO-Multiplex/ChangeLog index b2f4b7e8cbba..b7528204ced0 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.28 2011/02/22 07:35:29 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/IO-Multiplex/ChangeLog,v 1.29 2011/02/24 07:17:16 tove Exp $ + +*IO-Multiplex-1.120 (24 Feb 2011) + + 24 Feb 2011; Torsten Veller <tove@gentoo.org> +IO-Multiplex-1.120.ebuild: + Version bump *IO-Multiplex-1.110 (22 Feb 2011) diff --git a/dev-perl/IO-Multiplex/IO-Multiplex-1.120.ebuild b/dev-perl/IO-Multiplex/IO-Multiplex-1.120.ebuild new file mode 100644 index 000000000000..ba47809f513b --- /dev/null +++ b/dev-perl/IO-Multiplex/IO-Multiplex-1.120.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.120.ebuild,v 1.1 2011/02/24 07:17:16 tove Exp $ + +EAPI=3 + +MODULE_AUTHOR=MARKOV +MODULE_VERSION=1.12 +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" |