diff options
author | Michael Cummings <mcummings@gentoo.org> | 2007-01-15 23:13:26 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2007-01-15 23:13:26 +0000 |
commit | 716b134e30a559d34ec685291739775986bfd7c3 (patch) | |
tree | aa5b04d4e60ad7138cbdadda2e58f58f31f32e0c /dev-perl/IO-Multiplex | |
parent | Ebuild maintenance (diff) | |
download | gentoo-2-716b134e30a559d34ec685291739775986bfd7c3.tar.gz gentoo-2-716b134e30a559d34ec685291739775986bfd7c3.tar.bz2 gentoo-2-716b134e30a559d34ec685291739775986bfd7c3.zip |
Ebuild maintenance
(Portage version: 2.1.2_rc4-r8)
Diffstat (limited to 'dev-perl/IO-Multiplex')
-rw-r--r-- | dev-perl/IO-Multiplex/ChangeLog | 8 | ||||
-rw-r--r-- | dev-perl/IO-Multiplex/IO-Multiplex-1.08.ebuild | 7 |
2 files changed, 9 insertions, 6 deletions
diff --git a/dev-perl/IO-Multiplex/ChangeLog b/dev-perl/IO-Multiplex/ChangeLog index 8d87e348cf1f..e521122493d3 100644 --- a/dev-perl/IO-Multiplex/ChangeLog +++ b/dev-perl/IO-Multiplex/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/IO-Multiplex -# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/IO-Multiplex/ChangeLog,v 1.16 2006/08/16 10:57:11 yuval Exp $ +# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/IO-Multiplex/ChangeLog,v 1.17 2007/01/15 23:13:26 mcummings Exp $ + + 15 Jan 2007; Michael Cummings <mcummings@gentoo.org> + IO-Multiplex-1.08.ebuild: + Ebuild maintenance 16 Aug 2006; <yuval@gentoo.org> IO-Multiplex-1.08.ebuild: Fixed HOMEPAGE diff --git a/dev-perl/IO-Multiplex/IO-Multiplex-1.08.ebuild b/dev-perl/IO-Multiplex/IO-Multiplex-1.08.ebuild index 56d1698432d2..03efd6b8ede5 100644 --- a/dev-perl/IO-Multiplex/IO-Multiplex-1.08.ebuild +++ b/dev-perl/IO-Multiplex/IO-Multiplex-1.08.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2006 Gentoo Foundation +# 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.16 2006/08/16 10:57:11 yuval Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/IO-Multiplex/IO-Multiplex-1.08.ebuild,v 1.17 2007/01/15 23:13:26 mcummings Exp $ inherit perl-module DESCRIPTION="Manage IO on many file handles " -HOMEPAGE="http://search.cpan.org/dist/${P}/" +HOMEPAGE="http://search.cpan.org/~bbb/" SRC_URI="mirror://cpan/authors/id/B/BB/BBB/${P}.tar.gz" LICENSE="Artistic" @@ -17,4 +17,3 @@ SRC_TEST="do" DEPEND="dev-lang/perl" -RDEPEND="${DEPEND}" |