diff options
Diffstat (limited to 'dev-perl/IPC-Run/IPC-Run-0.78.ebuild')
-rw-r--r-- | dev-perl/IPC-Run/IPC-Run-0.78.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/dev-perl/IPC-Run/IPC-Run-0.78.ebuild b/dev-perl/IPC-Run/IPC-Run-0.78.ebuild index 40479adf2c5a..cd21035a3c56 100644 --- a/dev-perl/IPC-Run/IPC-Run-0.78.ebuild +++ b/dev-perl/IPC-Run/IPC-Run-0.78.ebuild @@ -1,12 +1,12 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/IPC-Run/IPC-Run-0.78.ebuild,v 1.1 2004/08/05 21:47:31 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/IPC-Run/IPC-Run-0.78.ebuild,v 1.2 2005/01/04 13:19:58 mcummings Exp $ inherit perl-module DESCRIPTION="system() and background procs w/ piping, redirs, ptys" -SRC_URI="http://cpan.valueclick.com/modules/by-module/IPC/${P}.tar.gz" -HOMEPAGE="http://search.cpan.org/~rbs/${P}/lib/IPC/Run.pm" +SRC_URI="mirror://cpan/authors/id/R/RB/RBS/${P}.tar.gz" +HOMEPAGE="http://search.cpan.org/~rbs/${P}/" SLOT="0" LICENSE="Artistic" |