diff options
author | 2015-07-05 12:59:19 +0000 | |
---|---|---|
committer | 2015-07-05 12:59:19 +0000 | |
commit | f8775a95db3fa8f772df840585434a9683a43716 (patch) | |
tree | 2b5317a014349e916dea26888e4d00b5967a24b2 /dev-perl | |
parent | Add back ~ppc. (diff) | |
download | gentoo-2-f8775a95db3fa8f772df840585434a9683a43716.tar.gz gentoo-2-f8775a95db3fa8f772df840585434a9683a43716.tar.bz2 gentoo-2-f8775a95db3fa8f772df840585434a9683a43716.zip |
Version bump
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 84AD142F)
Diffstat (limited to 'dev-perl')
-rw-r--r-- | dev-perl/IO-Multiplex/ChangeLog | 10 | ||||
-rw-r--r-- | dev-perl/IO-Multiplex/IO-Multiplex-1.160.0.ebuild | 19 |
2 files changed, 27 insertions, 2 deletions
diff --git a/dev-perl/IO-Multiplex/ChangeLog b/dev-perl/IO-Multiplex/ChangeLog index c2666d97a6bc..fbce14ad46a9 100644 --- a/dev-perl/IO-Multiplex/ChangeLog +++ b/dev-perl/IO-Multiplex/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-perl/IO-Multiplex -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/IO-Multiplex/ChangeLog,v 1.40 2014/08/22 18:02:16 axs Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/IO-Multiplex/ChangeLog,v 1.41 2015/07/05 12:59:19 dilfridge Exp $ + +*IO-Multiplex-1.160.0 (05 Jul 2015) + + 05 Jul 2015; Andreas K. Huettel <dilfridge@gentoo.org> + +IO-Multiplex-1.160.0.ebuild: + Version bump *IO-Multiplex-1.130.0-r1 (22 Aug 2014) diff --git a/dev-perl/IO-Multiplex/IO-Multiplex-1.160.0.ebuild b/dev-perl/IO-Multiplex/IO-Multiplex-1.160.0.ebuild new file mode 100644 index 000000000000..f2c9a2edb31d --- /dev/null +++ b/dev-perl/IO-Multiplex/IO-Multiplex-1.160.0.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2015 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.160.0.ebuild,v 1.1 2015/07/05 12:59:19 dilfridge Exp $ + +EAPI=5 + +MODULE_AUTHOR=BBB +MODULE_VERSION=1.16 +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="" + +DEPEND="virtual/perl-ExtUtils-MakeMaker" + +SRC_TEST="do" |