diff options
author | Michael Cummings <mcummings@gentoo.org> | 2007-01-15 23:14:44 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2007-01-15 23:14:44 +0000 |
commit | 36c9b857589d89423254d5b24e625339543bb29c (patch) | |
tree | e4ee50c852acd96918ced1dcc132d04c7969c986 /dev-perl/IO-Tee | |
parent | Ebuild maintenance (diff) | |
download | gentoo-2-36c9b857589d89423254d5b24e625339543bb29c.tar.gz gentoo-2-36c9b857589d89423254d5b24e625339543bb29c.tar.bz2 gentoo-2-36c9b857589d89423254d5b24e625339543bb29c.zip |
Ebuild maintenance
(Portage version: 2.1.2_rc4-r8)
Diffstat (limited to 'dev-perl/IO-Tee')
-rw-r--r-- | dev-perl/IO-Tee/ChangeLog | 7 | ||||
-rw-r--r-- | dev-perl/IO-Tee/IO-Tee-0.64.ebuild | 7 |
2 files changed, 8 insertions, 6 deletions
diff --git a/dev-perl/IO-Tee/ChangeLog b/dev-perl/IO-Tee/ChangeLog index 6b8a7d9a80ba..fc3795a6801b 100644 --- a/dev-perl/IO-Tee/ChangeLog +++ b/dev-perl/IO-Tee/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/IO-Tee -# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/IO-Tee/ChangeLog,v 1.9 2006/11/17 13:09:06 nixnut Exp $ +# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/IO-Tee/ChangeLog,v 1.10 2007/01/15 23:14:44 mcummings Exp $ + + 15 Jan 2007; Michael Cummings <mcummings@gentoo.org> IO-Tee-0.64.ebuild: + Ebuild maintenance 17 Nov 2006; nixnut <nixnut@gentoo.org> IO-Tee-0.64.ebuild: Stable on ppc wrt bug 157957 diff --git a/dev-perl/IO-Tee/IO-Tee-0.64.ebuild b/dev-perl/IO-Tee/IO-Tee-0.64.ebuild index cee440ce1527..13fa52ae683e 100644 --- a/dev-perl/IO-Tee/IO-Tee-0.64.ebuild +++ b/dev-perl/IO-Tee/IO-Tee-0.64.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-Tee/IO-Tee-0.64.ebuild,v 1.9 2006/11/17 13:09:06 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/IO-Tee/IO-Tee-0.64.ebuild,v 1.10 2007/01/15 23:14:44 mcummings Exp $ inherit perl-module DESCRIPTION="Multiplex output to multiple output handles" -HOMEPAGE="http://search.cpan.org/~kenshan/${P}/" +HOMEPAGE="http://search.cpan.org/~kenshan/" SRC_URI="mirror://cpan/authors/id/K/KE/KENSHAN/${P}.tar.gz" LICENSE="Artistic" @@ -17,4 +17,3 @@ SRC_TEST="do" DEPEND="dev-lang/perl" -RDEPEND="${DEPEND}" |