diff options
author | Michael Cummings <mcummings@gentoo.org> | 2005-01-04 13:36:49 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2005-01-04 13:36:49 +0000 |
commit | 1a9fd3fe6b409ba0ecf782653bc398682f7952a5 (patch) | |
tree | 1174f0fbe342cc1ab55efbe4090c3d4993f2392c /dev-perl/IPC-Run | |
parent | Several small fixes. Correctly install init script. Use enewuser. (diff) | |
download | historical-1a9fd3fe6b409ba0ecf782653bc398682f7952a5.tar.gz historical-1a9fd3fe6b409ba0ecf782653bc398682f7952a5.tar.bz2 historical-1a9fd3fe6b409ba0ecf782653bc398682f7952a5.zip |
bug 76590
Diffstat (limited to 'dev-perl/IPC-Run')
-rw-r--r-- | dev-perl/IPC-Run/ChangeLog | 7 | ||||
-rw-r--r-- | dev-perl/IPC-Run/IPC-Run-0.78.ebuild | 8 |
2 files changed, 9 insertions, 6 deletions
diff --git a/dev-perl/IPC-Run/ChangeLog b/dev-perl/IPC-Run/ChangeLog index 830930a4acef..6cc678a134d1 100644 --- a/dev-perl/IPC-Run/ChangeLog +++ b/dev-perl/IPC-Run/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/IPC-Run -# Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/IPC-Run/ChangeLog,v 1.1 2004/08/05 21:47:31 agriffis Exp $ +# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/IPC-Run/ChangeLog,v 1.2 2005/01/04 13:19:58 mcummings Exp $ + + 04 Jan 2005; Michael Cummings <mcummings@gentoo.org> IPC-Run-0.78.ebuild: + bug 76590 *IPC-Run-0.78 (05 Aug 2004) 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" |