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 | 118fbd48de0aeab82e6218913629908209bd447a (patch) | |
tree | e8957bdb21f547a81a4bbac8915ea6650b74c4ed /dev-perl/SOAP | |
parent | Several small fixes. Correctly install init script. Use enewuser. (Manifest r... (diff) | |
download | gentoo-2-118fbd48de0aeab82e6218913629908209bd447a.tar.gz gentoo-2-118fbd48de0aeab82e6218913629908209bd447a.tar.bz2 gentoo-2-118fbd48de0aeab82e6218913629908209bd447a.zip |
bug 76590
Diffstat (limited to 'dev-perl/SOAP')
-rw-r--r-- | dev-perl/SOAP/ChangeLog | 8 | ||||
-rw-r--r-- | dev-perl/SOAP/SOAP-0.28-r1.ebuild | 8 | ||||
-rw-r--r-- | dev-perl/SOAP/SOAP-0.28-r2.ebuild | 8 |
3 files changed, 14 insertions, 10 deletions
diff --git a/dev-perl/SOAP/ChangeLog b/dev-perl/SOAP/ChangeLog index f03c8e20ea91..589b01d0da68 100644 --- a/dev-perl/SOAP/ChangeLog +++ b/dev-perl/SOAP/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/SOAP -# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/SOAP/ChangeLog,v 1.11 2004/06/25 00:59:14 agriffis Exp $ +# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/SOAP/ChangeLog,v 1.12 2005/01/04 13:34:23 mcummings Exp $ + + 04 Jan 2005; Michael Cummings <mcummings@gentoo.org> SOAP-0.28-r1.ebuild, + SOAP-0.28-r2.ebuild: + bug 76590 *SOAP-0.28-r2 (31 May 2003) diff --git a/dev-perl/SOAP/SOAP-0.28-r1.ebuild b/dev-perl/SOAP/SOAP-0.28-r1.ebuild index 6f1cde1c2ead..f39b7338e990 100644 --- a/dev-perl/SOAP/SOAP-0.28-r1.ebuild +++ b/dev-perl/SOAP/SOAP-0.28-r1.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-r1.ebuild,v 1.15 2004/07/14 20:25:49 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/SOAP/SOAP-0.28-r1.ebuild,v 1.16 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" 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" |