diff options
author | Torsten Veller <tove@gentoo.org> | 2008-09-16 11:07:28 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2008-09-16 11:07:28 +0000 |
commit | 9c95391d5f5ada16fcfa0bc6a25f945ce3c7ed55 (patch) | |
tree | 658b50cebb948b32768613baeeb002924c50ecde /dev-perl | |
parent | Version bump (diff) | |
download | gentoo-2-9c95391d5f5ada16fcfa0bc6a25f945ce3c7ed55.tar.gz gentoo-2-9c95391d5f5ada16fcfa0bc6a25f945ce3c7ed55.tar.bz2 gentoo-2-9c95391d5f5ada16fcfa0bc6a25f945ce3c7ed55.zip |
Bump and cleanup
(Portage version: 2.2_rc8/cvs/Linux 2.6.26-tuxonice i686)
Diffstat (limited to 'dev-perl')
-rw-r--r-- | dev-perl/IO-Multiplex/ChangeLog | 8 | ||||
-rw-r--r-- | dev-perl/IO-Multiplex/IO-Multiplex-1.08.ebuild | 18 | ||||
-rw-r--r-- | dev-perl/IO-Multiplex/IO-Multiplex-1.10.ebuild | 17 |
3 files changed, 24 insertions, 19 deletions
diff --git a/dev-perl/IO-Multiplex/ChangeLog b/dev-perl/IO-Multiplex/ChangeLog index f0e8aec3a4da..bde5ab1eacd8 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-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/IO-Multiplex/ChangeLog,v 1.25 2008/03/28 08:33:46 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/IO-Multiplex/ChangeLog,v 1.26 2008/09/16 11:07:28 tove Exp $ + +*IO-Multiplex-1.10 (16 Sep 2008) + + 16 Sep 2008; Torsten Veller <tove@gentoo.org> -IO-Multiplex-1.08.ebuild, + +IO-Multiplex-1.10.ebuild: + Bump and cleanup 28 Mar 2008; Jeroen Roovers <jer@gentoo.org> IO-Multiplex-1.09.ebuild: Stable for HPPA too. diff --git a/dev-perl/IO-Multiplex/IO-Multiplex-1.08.ebuild b/dev-perl/IO-Multiplex/IO-Multiplex-1.08.ebuild deleted file mode 100644 index b68392c06afc..000000000000 --- a/dev-perl/IO-Multiplex/IO-Multiplex-1.08.ebuild +++ /dev/null @@ -1,18 +0,0 @@ -# Copyright 1999-2007 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.18 2007/07/10 23:33:26 mr_bones_ Exp $ - -inherit perl-module - -DESCRIPTION="Manage IO on many file handles " -HOMEPAGE="http://search.cpan.org/~bbb/" -SRC_URI="mirror://cpan/authors/id/B/BB/BBB/${P}.tar.gz" - -LICENSE="Artistic" -SLOT="0" -KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd" -IUSE="" - -SRC_TEST="do" - -DEPEND="dev-lang/perl" diff --git a/dev-perl/IO-Multiplex/IO-Multiplex-1.10.ebuild b/dev-perl/IO-Multiplex/IO-Multiplex-1.10.ebuild new file mode 100644 index 000000000000..cf83a7aa6112 --- /dev/null +++ b/dev-perl/IO-Multiplex/IO-Multiplex-1.10.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2008 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.10.ebuild,v 1.1 2008/09/16 11:07:28 tove Exp $ + +MODULE_AUTHOR=BBB +inherit perl-module + +DESCRIPTION="Manage IO on many file handles " + +LICENSE="|| ( Artistic GPL-2 )" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" +IUSE="" + +SRC_TEST="do" + +DEPEND="dev-lang/perl" |