diff options
author | 2005-01-04 13:36:49 +0000 | |
---|---|---|
committer | 2005-01-04 13:36:49 +0000 | |
commit | 1a9fd3fe6b409ba0ecf782653bc398682f7952a5 (patch) | |
tree | 1174f0fbe342cc1ab55efbe4090c3d4993f2392c /dev-perl/SOAP/SOAP-0.28-r2.ebuild | |
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/SOAP/SOAP-0.28-r2.ebuild')
-rw-r--r-- | dev-perl/SOAP/SOAP-0.28-r2.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/dev-perl/SOAP/SOAP-0.28-r2.ebuild b/dev-perl/SOAP/SOAP-0.28-r2.ebuild index f672010a4f40..14a55d15d933 100644 --- a/dev-perl/SOAP/SOAP-0.28-r2.ebuild +++ b/dev-perl/SOAP/SOAP-0.28-r2.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/SOAP/SOAP-0.28-r2.ebuild,v 1.8 2004/07/14 20:25:49 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/SOAP/SOAP-0.28-r2.ebuild,v 1.9 2005/01/04 13:34:23 mcummings Exp $ inherit perl-module DESCRIPTION="A Perl Module for SOAP" -SRC_URI="http://cpan.valueclick.com/modules/by-module/SOAP/${P}.tar.gz" -HOMEPAGE="http://cpan.valueclick.com/modules/by-module/SOAP/${P}.readme" +SRC_URI="mirror://cpan/authors/id/K/KB/KBROWN/${P}.tar.gz" +HOMEPAGE="http://search.cpan.org/~kbrown/${P}/" SLOT="0" LICENSE="Artistic" |