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 | |
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')
60 files changed, 269 insertions, 202 deletions
diff --git a/dev-perl/HTML-Tagset/ChangeLog b/dev-perl/HTML-Tagset/ChangeLog index aa8d697fa3a5..163ececc2501 100644 --- a/dev-perl/HTML-Tagset/ChangeLog +++ b/dev-perl/HTML-Tagset/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/HTML-Tagset -# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTML-Tagset/ChangeLog,v 1.17 2004/11/23 00:11:00 swegener Exp $ +# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTML-Tagset/ChangeLog,v 1.18 2005/01/04 13:11:32 mcummings Exp $ + + 04 Jan 2005; Michael Cummings <mcummings@gentoo.org> + HTML-Tagset-3.03-r1.ebuild, HTML-Tagset-3.03-r2.ebuild: + bug 76590 23 Nov 2004; Sven Wegener <swegener@gentoo.org> : Fixed digest. diff --git a/dev-perl/HTML-Tagset/HTML-Tagset-3.03-r1.ebuild b/dev-perl/HTML-Tagset/HTML-Tagset-3.03-r1.ebuild index fba3ef133a36..e3f710a7d91f 100644 --- a/dev-perl/HTML-Tagset/HTML-Tagset-3.03-r1.ebuild +++ b/dev-perl/HTML-Tagset/HTML-Tagset-3.03-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/HTML-Tagset/HTML-Tagset-3.03-r1.ebuild,v 1.14 2004/07/14 17:53:48 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTML-Tagset/HTML-Tagset-3.03-r1.ebuild,v 1.15 2005/01/04 13:11:32 mcummings Exp $ inherit perl-module DESCRIPTION="A HTML tagset Perl Module" -SRC_URI="http://cpan.valueclick.com/modules/by-category/15_World_Wide_Web_HTML_HTTP_CGI/HTML/${P}.tar.gz" -HOMEPAGE="http://cpan.valueclick.com/modules/by-category/15_World_Wide_Web_HTML_HTTP_CGI/HTML/${P}.readme" +SRC_URI="mirror://cpan/authors/id/S/SB/SBURKE/${P}.tar.gz" +HOMEPAGE="http://search.cpan.org/~sburke/${P}/" SLOT="0" LICENSE="Artistic" diff --git a/dev-perl/HTML-Tagset/HTML-Tagset-3.03-r2.ebuild b/dev-perl/HTML-Tagset/HTML-Tagset-3.03-r2.ebuild index 42ce04b84ba4..11afb79bb57a 100644 --- a/dev-perl/HTML-Tagset/HTML-Tagset-3.03-r2.ebuild +++ b/dev-perl/HTML-Tagset/HTML-Tagset-3.03-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/HTML-Tagset/HTML-Tagset-3.03-r2.ebuild,v 1.14 2004/07/22 02:32:50 tgall Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTML-Tagset/HTML-Tagset-3.03-r2.ebuild,v 1.15 2005/01/04 13:11:33 mcummings Exp $ inherit perl-module DESCRIPTION="data tables useful in parsing HTML" -SRC_URI="http://cpan.valueclick.com/modules/by-category/15_World_Wide_Web_HTML_HTTP_CGI/HTML/${P}.tar.gz" -HOMEPAGE="http://cpan.valueclick.com/modules/by-category/15_World_Wide_Web_HTML_HTTP_CGI/HTML/${P}.readme" +SRC_URI="mirror://cpan/authors/id/S/SB/SBURKE/${P}.tar.gz" +HOMEPAGE="http://search.cpan.org/~sburke/${P}/" SLOT="0" LICENSE="Artistic" diff --git a/dev-perl/HTTP-GHTTP/ChangeLog b/dev-perl/HTTP-GHTTP/ChangeLog index 21962560e4e9..06622e20828b 100644 --- a/dev-perl/HTTP-GHTTP/ChangeLog +++ b/dev-perl/HTTP-GHTTP/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/HTTP-GHTTP -# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTTP-GHTTP/ChangeLog,v 1.14 2004/06/25 00:38:35 agriffis Exp $ +# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTTP-GHTTP/ChangeLog,v 1.15 2005/01/04 13:14:48 mcummings Exp $ + + 04 Jan 2005; Michael Cummings <mcummings@gentoo.org> + HTTP-GHTTP-1.07-r1.ebuild: + bug 76590 16 Apr 2004; Michael Cummings <mcummings@gentoo.org> HTTP-GHTTP-1.07-r1.ebuild, HTTP-GHTTP-1.07.ebuild: diff --git a/dev-perl/HTTP-GHTTP/HTTP-GHTTP-1.07-r1.ebuild b/dev-perl/HTTP-GHTTP/HTTP-GHTTP-1.07-r1.ebuild index 18ce22d0fbfd..f87814fc6050 100644 --- a/dev-perl/HTTP-GHTTP/HTTP-GHTTP-1.07-r1.ebuild +++ b/dev-perl/HTTP-GHTTP/HTTP-GHTTP-1.07-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/HTTP-GHTTP/HTTP-GHTTP-1.07-r1.ebuild,v 1.11 2004/07/14 17:56:41 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTTP-GHTTP/HTTP-GHTTP-1.07-r1.ebuild,v 1.12 2005/01/04 13:14:48 mcummings Exp $ inherit perl-module DESCRIPTION="simple interface to the Gnome project's libghttp" -SRC_URI="http://cpan.valueclick.com/modules/by-module/HTTP/${P}.tar.gz" -HOMEPAGE="http://cpan.valueclick.com/modules/by-module/HTTP/${P}.readme" +SRC_URI="mirror://cpan/authors/id/M/MS/MSERGEANT/${P}.tar.gz" +HOMEPAGE="http://search.cpan.org/~msergeant/${P}/" SLOT="0" LICENSE="Artistic" diff --git a/dev-perl/IO-Socket-SSL/ChangeLog b/dev-perl/IO-Socket-SSL/ChangeLog index 3566a70e9c1b..c2fcd9a29929 100644 --- a/dev-perl/IO-Socket-SSL/ChangeLog +++ b/dev-perl/IO-Socket-SSL/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-perl/IO-Socket-SSL -# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/IO-Socket-SSL/ChangeLog,v 1.25 2004/07/21 22:18:28 tgall Exp $ +# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/IO-Socket-SSL/ChangeLog,v 1.26 2005/01/04 13:17:03 mcummings Exp $ + + 04 Jan 2005; Michael Cummings <mcummings@gentoo.org> + IO-Socket-SSL-0.92-r1.ebuild, IO-Socket-SSL-0.92.ebuild, + IO-Socket-SSL-0.94.ebuild, IO-Socket-SSL-0.95.ebuild, + IO-Socket-SSL-0.96.ebuild: + bug 76590 21 Jul 2004; Tom Gall <tgall@gentoo.org> IO-Socket-SSL-0.96.ebuild: stable on ppc64, bug #57585 diff --git a/dev-perl/IO-Socket-SSL/IO-Socket-SSL-0.92-r1.ebuild b/dev-perl/IO-Socket-SSL/IO-Socket-SSL-0.92-r1.ebuild index 4500abb9166e..8bc5e6c54caa 100644 --- a/dev-perl/IO-Socket-SSL/IO-Socket-SSL-0.92-r1.ebuild +++ b/dev-perl/IO-Socket-SSL/IO-Socket-SSL-0.92-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/IO-Socket-SSL/IO-Socket-SSL-0.92-r1.ebuild,v 1.8 2004/07/14 18:30:38 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/IO-Socket-SSL/IO-Socket-SSL-0.92-r1.ebuild,v 1.9 2005/01/04 13:17:03 mcummings Exp $ inherit perl-module DESCRIPTION="Nearly transparent SSL encapsulation for IO::Socket::INET" -SRC_URI="http://cpan.valueclick.com/authors/id/B/BE/BEHROOZI/${P}.tar.gz" -HOMEPAGE="http://search.cpan.org/author/BEHROOZI/${P}/README" +SRC_URI="mirror://cpan/authors/id/B/BE/BEHROOZI/${P}.tar.gz" +HOMEPAGE="http://search.cpan.org/~behroozi/${P}/" SLOT="0" LICENSE="Artistic" diff --git a/dev-perl/IO-Socket-SSL/IO-Socket-SSL-0.92.ebuild b/dev-perl/IO-Socket-SSL/IO-Socket-SSL-0.92.ebuild index 7d20f260bcac..636b55a99f07 100644 --- a/dev-perl/IO-Socket-SSL/IO-Socket-SSL-0.92.ebuild +++ b/dev-perl/IO-Socket-SSL/IO-Socket-SSL-0.92.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/IO-Socket-SSL/IO-Socket-SSL-0.92.ebuild,v 1.8 2004/07/14 18:30:38 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/IO-Socket-SSL/IO-Socket-SSL-0.92.ebuild,v 1.9 2005/01/04 13:17:03 mcummings Exp $ inherit perl-module DESCRIPTION="Nearly transparent SSL encapsulation for IO::Socket::INET" -SRC_URI="http://cpan.valueclick.com/authors/id/B/BE/BEHROOZI/${P}.tar.gz" -HOMEPAGE="http://search.cpan.org/author/BEHROOZI/${P}/README" +SRC_URI="mirror://cpan/authors/id/B/BE/BEHROOZI/${P}.tar.gz" +HOMEPAGE="http://search.cpan.org/~behroozi/${P}/" SLOT="0" LICENSE="Artistic" diff --git a/dev-perl/IO-Socket-SSL/IO-Socket-SSL-0.94.ebuild b/dev-perl/IO-Socket-SSL/IO-Socket-SSL-0.94.ebuild index 3e2b653d87d8..f07f560a04f6 100644 --- a/dev-perl/IO-Socket-SSL/IO-Socket-SSL-0.94.ebuild +++ b/dev-perl/IO-Socket-SSL/IO-Socket-SSL-0.94.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/IO-Socket-SSL/IO-Socket-SSL-0.94.ebuild,v 1.13 2004/07/14 18:30:38 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/IO-Socket-SSL/IO-Socket-SSL-0.94.ebuild,v 1.14 2005/01/04 13:17:03 mcummings Exp $ inherit perl-module DESCRIPTION="Nearly transparent SSL encapsulation for IO::Socket::INET" -SRC_URI="http://cpan.valueclick.com/authors/id/B/BE/BEHROOZI/${P}.tar.gz" -HOMEPAGE="http://search.cpan.org/author/BEHROOZI/${P}/README" +SRC_URI="mirror://cpan/authors/id/B/BE/BEHROOZI/${P}.tar.gz" +HOMEPAGE="http://search.cpan.org/~behroozi/${P}/" SLOT="0" LICENSE="Artistic" diff --git a/dev-perl/IO-Socket-SSL/IO-Socket-SSL-0.95.ebuild b/dev-perl/IO-Socket-SSL/IO-Socket-SSL-0.95.ebuild index d79a4598f326..da25691cefa7 100644 --- a/dev-perl/IO-Socket-SSL/IO-Socket-SSL-0.95.ebuild +++ b/dev-perl/IO-Socket-SSL/IO-Socket-SSL-0.95.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/IO-Socket-SSL/IO-Socket-SSL-0.95.ebuild,v 1.7 2004/07/14 18:30:38 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/IO-Socket-SSL/IO-Socket-SSL-0.95.ebuild,v 1.8 2005/01/04 13:17:03 mcummings Exp $ inherit perl-module DESCRIPTION="Nearly transparent SSL encapsulation for IO::Socket::INET" -HOMEPAGE="http://search.cpan.org/author/BEHROOZI/${P}/README" -SRC_URI="http://cpan.valueclick.com/authors/id/B/BE/BEHROOZI/${P}.tar.gz" +SRC_URI="mirror://cpan/authors/id/B/BE/BEHROOZI/${P}.tar.gz" +HOMEPAGE="http://search.cpan.org/~behroozi/${P}/" LICENSE="Artistic" SLOT="0" diff --git a/dev-perl/IO-Socket-SSL/IO-Socket-SSL-0.96.ebuild b/dev-perl/IO-Socket-SSL/IO-Socket-SSL-0.96.ebuild index ffdc2684a0f3..2df0ace898b1 100644 --- a/dev-perl/IO-Socket-SSL/IO-Socket-SSL-0.96.ebuild +++ b/dev-perl/IO-Socket-SSL/IO-Socket-SSL-0.96.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/IO-Socket-SSL/IO-Socket-SSL-0.96.ebuild,v 1.4 2004/07/21 22:18:28 tgall Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/IO-Socket-SSL/IO-Socket-SSL-0.96.ebuild,v 1.5 2005/01/04 13:17:03 mcummings Exp $ inherit perl-module DESCRIPTION="Nearly transparent SSL encapsulation for IO::Socket::INET" -HOMEPAGE="http://search.cpan.org/author/BEHROOZI/${P}/README" -SRC_URI="http://cpan.valueclick.com/authors/id/B/BE/BEHROOZI/${P}.tar.gz" +SRC_URI="mirror://cpan/authors/id/B/BE/BEHROOZI/${P}.tar.gz" +HOMEPAGE="http://search.cpan.org/~behroozi/${P}/" LICENSE="Artistic" SLOT="0" diff --git a/dev-perl/IO-Tty/ChangeLog b/dev-perl/IO-Tty/ChangeLog index e1bb73bc37cc..384d2e805a6b 100644 --- a/dev-perl/IO-Tty/ChangeLog +++ b/dev-perl/IO-Tty/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-perl/IO-Tty -# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/IO-Tty/ChangeLog,v 1.12 2004/06/25 00:40:28 agriffis Exp $ +# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/IO-Tty/ChangeLog,v 1.13 2005/01/04 13:18:42 mcummings Exp $ + + 04 Jan 2005; Michael Cummings <mcummings@gentoo.org> + IO-Tty-0.04-r1.ebuild, IO-Tty-0.04.ebuild, IO-Tty-1.02-r1.ebuild, + IO-Tty-1.02.ebuild: + bug 76590 15 Apr 2004; Michael McCabe <randy@gentoo.org> IO-Tty-1.02-r1.ebuild: adding s390 keywords diff --git a/dev-perl/IO-Tty/IO-Tty-0.04-r1.ebuild b/dev-perl/IO-Tty/IO-Tty-0.04-r1.ebuild index 54d10d217693..19bd27513390 100644 --- a/dev-perl/IO-Tty/IO-Tty-0.04-r1.ebuild +++ b/dev-perl/IO-Tty/IO-Tty-0.04-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/IO-Tty/IO-Tty-0.04-r1.ebuild,v 1.8 2004/07/14 18:32:45 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/IO-Tty/IO-Tty-0.04-r1.ebuild,v 1.9 2005/01/04 13:18:42 mcummings Exp $ inherit perl-module DESCRIPTION="IO::Tty and IO::Pty modules for Perl" -HOMEPAGE="http://cpan.valueclick.com/authors/id/G/GB/GBARR/${P}.readme" -SRC_URI="http://cpan.valueclick.com/authors/id/G/GB/GBARR/${P}.tar.gz" +HOMEPAGE="http://search.cpan.org/~gbarr/${P}/" +SRC_URI="mirror://search.cpan.org/authors/id/G/GB/GBARR/${P}.tar.gz" SLOT="0" LICENSE="Artistic" diff --git a/dev-perl/IO-Tty/IO-Tty-0.04.ebuild b/dev-perl/IO-Tty/IO-Tty-0.04.ebuild index 2d68899a65d6..62afcbc5b55e 100644 --- a/dev-perl/IO-Tty/IO-Tty-0.04.ebuild +++ b/dev-perl/IO-Tty/IO-Tty-0.04.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/IO-Tty/IO-Tty-0.04.ebuild,v 1.15 2004/07/14 18:32:45 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/IO-Tty/IO-Tty-0.04.ebuild,v 1.16 2005/01/04 13:18:42 mcummings Exp $ inherit perl-module DESCRIPTION="IO::Tty and IO::Pty modules for Perl" -HOMEPAGE="http://cpan.valueclick.com/authors/id/G/GB/GBARR/${P}.readme" -SRC_URI="http://cpan.valueclick.com/authors/id/G/GB/GBARR/${P}.tar.gz" +HOMEPAGE="http://search.cpan.org/~gbarr/${P}/" +SRC_URI="mirror://search.cpan.org/authors/id/G/GB/GBARR/${P}.tar.gz" SLOT="0" LICENSE="Artistic" diff --git a/dev-perl/IO-Tty/IO-Tty-1.02-r1.ebuild b/dev-perl/IO-Tty/IO-Tty-1.02-r1.ebuild index d76ff6ac2d82..7ae027207213 100644 --- a/dev-perl/IO-Tty/IO-Tty-1.02-r1.ebuild +++ b/dev-perl/IO-Tty/IO-Tty-1.02-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/IO-Tty/IO-Tty-1.02-r1.ebuild,v 1.8 2004/07/14 18:32:45 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/IO-Tty/IO-Tty-1.02-r1.ebuild,v 1.9 2005/01/04 13:18:42 mcummings Exp $ inherit perl-module DESCRIPTION="IO::Tty and IO::Pty modules for Perl" -HOMEPAGE="http://cpan.valueclick.com/authors/id/R/RG/RGIERSIG/${P}.readme" -SRC_URI="http://cpan.valueclick.com/authors/id/R/RG/RGIERSIG/${P}.tar.gz" +HOMEPAGE="http://search.cpan.org/~gbarr/${P}/" +SRC_URI="mirror://search.cpan.org/authors/id/G/GB/GBARR/${P}.tar.gz" SLOT="0" LICENSE="Artistic" diff --git a/dev-perl/IO-Tty/IO-Tty-1.02.ebuild b/dev-perl/IO-Tty/IO-Tty-1.02.ebuild index fb62e6c1c6b8..cd362990c991 100644 --- a/dev-perl/IO-Tty/IO-Tty-1.02.ebuild +++ b/dev-perl/IO-Tty/IO-Tty-1.02.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/IO-Tty/IO-Tty-1.02.ebuild,v 1.8 2004/07/14 18:32:45 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/IO-Tty/IO-Tty-1.02.ebuild,v 1.9 2005/01/04 13:18:42 mcummings Exp $ inherit perl-module DESCRIPTION="IO::Tty and IO::Pty modules for Perl" -HOMEPAGE="http://cpan.valueclick.com/authors/id/R/RG/RGIERSIG/${P}.readme" -SRC_URI="http://cpan.valueclick.com/authors/id/R/RG/RGIERSIG/${P}.tar.gz" +HOMEPAGE="http://search.cpan.org/~gbarr/${P}/" +SRC_URI="mirror://search.cpan.org/authors/id/G/GB/GBARR/${P}.tar.gz" SLOT="0" LICENSE="Artistic" 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" diff --git a/dev-perl/MIME-Base64/ChangeLog b/dev-perl/MIME-Base64/ChangeLog index ca5352f644e1..5c4b56bf3e68 100644 --- a/dev-perl/MIME-Base64/ChangeLog +++ b/dev-perl/MIME-Base64/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-perl/MIME-Base64 -# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/MIME-Base64/ChangeLog,v 1.31 2004/11/23 00:10:11 swegener Exp $ +# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/MIME-Base64/ChangeLog,v 1.32 2005/01/04 13:22:10 mcummings Exp $ + + 04 Jan 2005; Michael Cummings <mcummings@gentoo.org> + MIME-Base64-2.12-r1.ebuild, MIME-Base64-2.12-r2.ebuild, + MIME-Base64-2.20.ebuild, MIME-Base64-3.00.ebuild, MIME-Base64-3.01.ebuild: + bug 76590 23 Nov 2004; Sven Wegener <swegener@gentoo.org> : Fixed digest. diff --git a/dev-perl/MIME-Base64/MIME-Base64-2.12-r1.ebuild b/dev-perl/MIME-Base64/MIME-Base64-2.12-r1.ebuild index dcd32a68eddd..aec38b4add1d 100644 --- a/dev-perl/MIME-Base64/MIME-Base64-2.12-r1.ebuild +++ b/dev-perl/MIME-Base64/MIME-Base64-2.12-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/MIME-Base64/MIME-Base64-2.12-r1.ebuild,v 1.16 2004/10/16 23:57:22 rac Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/MIME-Base64/MIME-Base64-2.12-r1.ebuild,v 1.17 2005/01/04 13:22:10 mcummings Exp $ inherit perl-module DESCRIPTION="A base64/quoted-printable encoder/decoder Perl Modules" -SRC_URI="http://cpan.valueclick.com/modules/by-category/15_World_Wide_Web_HTML_HTTP_CGI/MIME/${P}.tar.gz" -HOMEPAGE="http://cpan.valueclick.com/modules/by-category/15_World_Wide_Web_HTML_HTTP_CGI/MIME/${P}.readme" +SRC_URI="mirror://cpan/authors/id/G/GA/GAAS/${P}.tar.gz" +HOMEPAGE="http://search.cpan.org/~gaas/${P}/" SLOT="0" LICENSE="|| ( Artistic GPL-2 )" diff --git a/dev-perl/MIME-Base64/MIME-Base64-2.12-r2.ebuild b/dev-perl/MIME-Base64/MIME-Base64-2.12-r2.ebuild index dce8b42ba2e7..e1bd7ccc93de 100644 --- a/dev-perl/MIME-Base64/MIME-Base64-2.12-r2.ebuild +++ b/dev-perl/MIME-Base64/MIME-Base64-2.12-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/MIME-Base64/MIME-Base64-2.12-r2.ebuild,v 1.12 2004/10/16 23:57:22 rac Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/MIME-Base64/MIME-Base64-2.12-r2.ebuild,v 1.13 2005/01/04 13:22:10 mcummings Exp $ inherit perl-module DESCRIPTION="A base64/quoted-printable encoder/decoder Perl Modules" -SRC_URI="http://cpan.valueclick.com/modules/by-category/15_World_Wide_Web_HTML_HTTP_CGI/MIME/${P}.tar.gz" -HOMEPAGE="http://cpan.valueclick.com/modules/by-category/15_World_Wide_Web_HTML_HTTP_CGI/MIME/${P}.readme" +SRC_URI="mirror://cpan/authors/id/G/GA/GAAS/${P}.tar.gz" +HOMEPAGE="http://search.cpan.org/~gaas/${P}/" SLOT="0" LICENSE="|| ( Artistic GPL-2 )" diff --git a/dev-perl/MIME-Base64/MIME-Base64-2.20.ebuild b/dev-perl/MIME-Base64/MIME-Base64-2.20.ebuild index 30256ad448c7..57340457fb17 100644 --- a/dev-perl/MIME-Base64/MIME-Base64-2.20.ebuild +++ b/dev-perl/MIME-Base64/MIME-Base64-2.20.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/MIME-Base64/MIME-Base64-2.20.ebuild,v 1.11 2004/10/16 23:57:22 rac Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/MIME-Base64/MIME-Base64-2.20.ebuild,v 1.12 2005/01/04 13:22:10 mcummings Exp $ inherit perl-module DESCRIPTION="A base64/quoted-printable encoder/decoder Perl Modules" -SRC_URI="http://cpan.valueclick.com/modules/by-category/15_World_Wide_Web_HTML_HTTP_CGI/MIME/${P}.tar.gz" -HOMEPAGE="http://cpan.valueclick.com/modules/by-category/15_World_Wide_Web_HTML_HTTP_CGI/MIME/${P}.readme" +SRC_URI="mirror://cpan/authors/id/G/GA/GAAS/${P}.tar.gz" +HOMEPAGE="http://search.cpan.org/~gaas/${P}/" SLOT="0" LICENSE="|| ( Artistic GPL-2 )" diff --git a/dev-perl/MIME-Base64/MIME-Base64-3.00.ebuild b/dev-perl/MIME-Base64/MIME-Base64-3.00.ebuild index 92d42e2ebb3c..8d63da3f9581 100644 --- a/dev-perl/MIME-Base64/MIME-Base64-3.00.ebuild +++ b/dev-perl/MIME-Base64/MIME-Base64-3.00.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/MIME-Base64/MIME-Base64-3.00.ebuild,v 1.10 2004/10/16 23:57:22 rac Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/MIME-Base64/MIME-Base64-3.00.ebuild,v 1.11 2005/01/04 13:22:10 mcummings Exp $ inherit perl-module DESCRIPTION="A base64/quoted-printable encoder/decoder Perl Modules" -HOMEPAGE="http://cpan.valueclick.com/modules/by-category/15_World_Wide_Web_HTML_HTTP_CGI/MIME/${P}.readme" -SRC_URI="http://cpan.valueclick.com/modules/by-category/15_World_Wide_Web_HTML_HTTP_CGI/MIME/${P}.tar.gz" +SRC_URI="mirror://cpan/authors/id/G/GA/GAAS/${P}.tar.gz" +HOMEPAGE="http://search.cpan.org/~gaas/${P}/" LICENSE="|| ( Artistic GPL-2 )" SLOT="0" diff --git a/dev-perl/MIME-Base64/MIME-Base64-3.01.ebuild b/dev-perl/MIME-Base64/MIME-Base64-3.01.ebuild index 8364ea659fe9..a0247426d8f0 100644 --- a/dev-perl/MIME-Base64/MIME-Base64-3.01.ebuild +++ b/dev-perl/MIME-Base64/MIME-Base64-3.01.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/MIME-Base64/MIME-Base64-3.01.ebuild,v 1.5 2004/10/16 23:57:22 rac Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/MIME-Base64/MIME-Base64-3.01.ebuild,v 1.6 2005/01/04 13:22:10 mcummings Exp $ inherit perl-module DESCRIPTION="A base64/quoted-printable encoder/decoder Perl Modules" -HOMEPAGE="http://cpan.valueclick.com/modules/by-category/15_World_Wide_Web_HTML_HTTP_CGI/MIME/${P}.readme" -SRC_URI="http://cpan.valueclick.com/modules/by-category/15_World_Wide_Web_HTML_HTTP_CGI/MIME/${P}.tar.gz" +SRC_URI="mirror://cpan/authors/id/G/GA/GAAS/${P}.tar.gz" +HOMEPAGE="http://search.cpan.org/~gaas/${P}/" LICENSE="|| ( Artistic GPL-2 )" SLOT="0" diff --git a/dev-perl/MIME-Base64/MIME-Base64-3.05.ebuild b/dev-perl/MIME-Base64/MIME-Base64-3.05.ebuild index 8d95d18e6ff3..0e3ee5f7f41b 100644 --- a/dev-perl/MIME-Base64/MIME-Base64-3.05.ebuild +++ b/dev-perl/MIME-Base64/MIME-Base64-3.05.ebuild @@ -1,6 +1,6 @@ -# 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/MIME-Base64/MIME-Base64-3.05.ebuild,v 1.7 2004/11/07 09:54:31 kumba Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/MIME-Base64/MIME-Base64-3.05.ebuild,v 1.8 2005/01/04 13:22:10 mcummings Exp $ inherit perl-module diff --git a/dev-perl/MIME-Types/ChangeLog b/dev-perl/MIME-Types/ChangeLog index ea7bcfadc3ee..1bfd17156575 100644 --- a/dev-perl/MIME-Types/ChangeLog +++ b/dev-perl/MIME-Types/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/MIME-Types -# Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/MIME-Types/ChangeLog,v 1.1 2004/08/05 21:52:39 agriffis Exp $ +# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/MIME-Types/ChangeLog,v 1.2 2005/01/04 13:23:16 mcummings Exp $ + + 04 Jan 2005; Michael Cummings <mcummings@gentoo.org> + MIME-Types-1.13.ebuild: + bug 76590 *MIME-Types-1.13 (05 Aug 2004) diff --git a/dev-perl/MIME-Types/MIME-Types-1.13.ebuild b/dev-perl/MIME-Types/MIME-Types-1.13.ebuild index 9639d89f8b27..5d4622768f05 100644 --- a/dev-perl/MIME-Types/MIME-Types-1.13.ebuild +++ b/dev-perl/MIME-Types/MIME-Types-1.13.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/MIME-Types/MIME-Types-1.13.ebuild,v 1.1 2004/08/05 21:52:39 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/MIME-Types/MIME-Types-1.13.ebuild,v 1.2 2005/01/04 13:23:16 mcummings Exp $ inherit perl-module DESCRIPTION="Definition of MIME types" -SRC_URI="http://cpan.valueclick.com/modules/by-module/MIME/${P}.tar.gz" -HOMEPAGE="http://search.cpan.org/~markov/${P}/lib/MIME/Types.pod" +SRC_URI="mirror://cpan/authors/id/M/MA/MARKOV/${P}.tar.gz" +HOMEPAGE="http://search.cpan.org/~markov/${P}/" SLOT="0" LICENSE="Artistic" diff --git a/dev-perl/MLDBM/ChangeLog b/dev-perl/MLDBM/ChangeLog index 5bfea29b90e4..4541ffd313d0 100644 --- a/dev-perl/MLDBM/ChangeLog +++ b/dev-perl/MLDBM/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/MLDBM -# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/MLDBM/ChangeLog,v 1.17 2004/12/29 23:58:48 ciaranm Exp $ +# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/MLDBM/ChangeLog,v 1.18 2005/01/04 13:24:34 mcummings Exp $ + + 04 Jan 2005; Michael Cummings <mcummings@gentoo.org> MLDBM-2.00-r1.ebuild, + MLDBM-2.00-r2.ebuild, MLDBM-2.01.ebuild: + bug 76590 29 Dec 2004; Ciaran McCreesh <ciaranm@gentoo.org> : Change encoding to UTF-8 for GLEP 31 compliance diff --git a/dev-perl/MLDBM/MLDBM-2.00-r1.ebuild b/dev-perl/MLDBM/MLDBM-2.00-r1.ebuild index a4db18f7a000..aaa6352ae903 100644 --- a/dev-perl/MLDBM/MLDBM-2.00-r1.ebuild +++ b/dev-perl/MLDBM/MLDBM-2.00-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/MLDBM/MLDBM-2.00-r1.ebuild,v 1.16 2004/07/14 18:59:50 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/MLDBM/MLDBM-2.00-r1.ebuild,v 1.17 2005/01/04 13:24:34 mcummings Exp $ inherit perl-module DESCRIPTION="A multidimensional/tied hash Perl Module" -SRC_URI="http://cpan.valueclick.com/modules/by-authors/id/GSAR/${P}.tar.gz" -HOMEPAGE="http://cpan.valueclick.com/modules/by-authors/id/GSAR/${P}.readme" +SRC_URI="mirror://cpan/authors/id/G/GS/GSAR/${P}.tar.gz" +HOMEPAGE="http://search.cpan.org/~gsar/${P}/" SLOT="0" LICENSE="Artistic" diff --git a/dev-perl/MLDBM/MLDBM-2.00-r2.ebuild b/dev-perl/MLDBM/MLDBM-2.00-r2.ebuild index f9f623ba4ae4..65d2b400fec4 100644 --- a/dev-perl/MLDBM/MLDBM-2.00-r2.ebuild +++ b/dev-perl/MLDBM/MLDBM-2.00-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/MLDBM/MLDBM-2.00-r2.ebuild,v 1.8 2004/07/14 18:59:50 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/MLDBM/MLDBM-2.00-r2.ebuild,v 1.9 2005/01/04 13:24:35 mcummings Exp $ inherit perl-module DESCRIPTION="A multidimensional/tied hash Perl Module" -SRC_URI="http://cpan.valueclick.com/modules/by-authors/id/GSAR/${P}.tar.gz" -HOMEPAGE="http://cpan.valueclick.com/modules/by-authors/id/GSAR/${P}.readme" +SRC_URI="mirror://cpan/authors/id/G/GS/GSAR/${P}.tar.gz" +HOMEPAGE="http://search.cpan.org/~gsar/${P}/" SLOT="0" LICENSE="Artistic" diff --git a/dev-perl/MLDBM/MLDBM-2.01.ebuild b/dev-perl/MLDBM/MLDBM-2.01.ebuild index ab1ac72e1985..1cd9d94712de 100644 --- a/dev-perl/MLDBM/MLDBM-2.01.ebuild +++ b/dev-perl/MLDBM/MLDBM-2.01.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/MLDBM/MLDBM-2.01.ebuild,v 1.9 2004/07/14 18:59:50 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/MLDBM/MLDBM-2.01.ebuild,v 1.10 2005/01/04 13:24:35 mcummings Exp $ inherit perl-module DESCRIPTION="A multidimensional/tied hash Perl Module" -SRC_URI="http://cpan.valueclick.com/modules/by-authors/id/C/CH/CHAMAS/${P}.tar.gz" -HOMEPAGE="http://cpan.valueclick.com/modules/by-authors/id/C/CH/CHAMAS/${P}.readme" +SRC_URI="mirror://cpan/authors/id/G/GS/GSAR/${P}.tar.gz" +HOMEPAGE="http://search.cpan.org/~gsar/${P}/" SLOT="0" LICENSE="Artistic" diff --git a/dev-perl/PDL/ChangeLog b/dev-perl/PDL/ChangeLog index dd71c49b3225..af112c55e2cd 100644 --- a/dev-perl/PDL/ChangeLog +++ b/dev-perl/PDL/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-perl/PDL -# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/PDL/ChangeLog,v 1.31 2004/12/30 00:16:13 ciaranm Exp $ +# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/PDL/ChangeLog,v 1.32 2005/01/04 13:26:55 mcummings Exp $ + + 04 Jan 2005; Michael Cummings <mcummings@gentoo.org> PDL-2.3.2-r1.ebuild, + PDL-2.3.2-r2.ebuild, PDL-2.3.4.ebuild, PDL-2.4.0-r1.ebuild, + PDL-2.4.0-r2.ebuild, PDL-2.4.0.ebuild: + bug 76590 30 Dec 2004; Ciaran McCreesh <ciaranm@gentoo.org> : Change encoding to UTF-8 for GLEP 31 compliance diff --git a/dev-perl/PDL/PDL-2.3.2-r1.ebuild b/dev-perl/PDL/PDL-2.3.2-r1.ebuild index c2c591025c03..ac559fe19c23 100644 --- a/dev-perl/PDL/PDL-2.3.2-r1.ebuild +++ b/dev-perl/PDL/PDL-2.3.2-r1.ebuild @@ -1,14 +1,14 @@ -# 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/PDL/PDL-2.3.2-r1.ebuild,v 1.20 2004/09/04 16:10:13 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/PDL/PDL-2.3.2-r1.ebuild,v 1.21 2005/01/04 13:26:55 mcummings Exp $ IUSE="opengl" inherit perl-module DESCRIPTION="PDL Perl Module" -SRC_URI="http://cpan.valueclick.com/modules/by-module/PDL/${P}.tar.gz" -HOMEPAGE="http://cpan.valueclick.com/modules/by-module/PDL/${P}.readme" +SRC_URI="mirror://cpan/authors/id/C/CS/CSOE/${P}.tar.gz" +HOMEPAGE="http://search.cpan.org/~csoe/${P}/" SLOT="0" LICENSE="Artistic as-is" diff --git a/dev-perl/PDL/PDL-2.3.2-r2.ebuild b/dev-perl/PDL/PDL-2.3.2-r2.ebuild index 1d011dfbf845..a7d219eb3fef 100644 --- a/dev-perl/PDL/PDL-2.3.2-r2.ebuild +++ b/dev-perl/PDL/PDL-2.3.2-r2.ebuild @@ -1,14 +1,14 @@ -# 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/PDL/PDL-2.3.2-r2.ebuild,v 1.10 2004/09/04 16:10:13 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/PDL/PDL-2.3.2-r2.ebuild,v 1.11 2005/01/04 13:26:55 mcummings Exp $ IUSE="opengl" inherit perl-module DESCRIPTION="PDL Perl Module" -SRC_URI="http://cpan.valueclick.com/modules/by-module/PDL/${P}.tar.gz" -HOMEPAGE="http://cpan.valueclick.com/modules/by-module/PDL/${P}.readme" +SRC_URI="mirror://cpan/authors/id/C/CS/CSOE/${P}.tar.gz" +HOMEPAGE="http://search.cpan.org/~csoe/${P}/" SLOT="0" LICENSE="Artistic as-is" diff --git a/dev-perl/PDL/PDL-2.3.4.ebuild b/dev-perl/PDL/PDL-2.3.4.ebuild index 637fc0170b35..9eefd1353497 100644 --- a/dev-perl/PDL/PDL-2.3.4.ebuild +++ b/dev-perl/PDL/PDL-2.3.4.ebuild @@ -1,14 +1,14 @@ -# 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/PDL/PDL-2.3.4.ebuild,v 1.7 2004/09/04 16:10:13 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/PDL/PDL-2.3.4.ebuild,v 1.8 2005/01/04 13:26:55 mcummings Exp $ IUSE="opengl" inherit perl-module DESCRIPTION="PDL Perl Module" -SRC_URI="http://cpan.valueclick.com/modules/by-module/PDL/${P}.tar.gz" -HOMEPAGE="http://cpan.valueclick.com/modules/by-module/PDL/${P}.readme" +SRC_URI="mirror://cpan/authors/id/C/CS/CSOE/${P}.tar.gz" +HOMEPAGE="http://search.cpan.org/~csoe/${P}/" SLOT="0" LICENSE="Artistic as-is" diff --git a/dev-perl/PDL/PDL-2.4.0-r1.ebuild b/dev-perl/PDL/PDL-2.4.0-r1.ebuild index bb97654812d2..aca1cadeea16 100644 --- a/dev-perl/PDL/PDL-2.4.0-r1.ebuild +++ b/dev-perl/PDL/PDL-2.4.0-r1.ebuild @@ -1,14 +1,15 @@ -# 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/PDL/PDL-2.4.0-r1.ebuild,v 1.10 2004/09/04 16:10:13 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/PDL/PDL-2.4.0-r1.ebuild,v 1.11 2005/01/04 13:26:55 mcummings Exp $ IUSE="opengl" inherit perl-module DESCRIPTION="PDL Perl Module" -SRC_URI="http://cpan.valueclick.com/modules/by-module/PDL/${P}.tar.gz" -HOMEPAGE="http://cpan.valueclick.com/modules/by-module/PDL/${P}.readme" +SRC_URI="mirror://cpan/authors/id/C/CS/CSOE/${P}.tar.gz" +HOMEPAGE="http://search.cpan.org/~csoe/${P}/" + SLOT="0" LICENSE="Artistic as-is" KEYWORDS="x86 ~ppc sparc alpha hppa mips" diff --git a/dev-perl/PDL/PDL-2.4.0-r2.ebuild b/dev-perl/PDL/PDL-2.4.0-r2.ebuild index 18a0f18bca84..6b1265bce51f 100644 --- a/dev-perl/PDL/PDL-2.4.0-r2.ebuild +++ b/dev-perl/PDL/PDL-2.4.0-r2.ebuild @@ -1,14 +1,14 @@ -# 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/PDL/PDL-2.4.0-r2.ebuild,v 1.8 2004/12/28 20:34:28 ribosome Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/PDL/PDL-2.4.0-r2.ebuild,v 1.9 2005/01/04 13:26:55 mcummings Exp $ IUSE="opengl" inherit perl-module eutils DESCRIPTION="PDL Perl Module" -SRC_URI="http://cpan.valueclick.com/modules/by-module/PDL/${P}.tar.gz" -HOMEPAGE="http://cpan.valueclick.com/modules/by-module/PDL/${P}.readme" +SRC_URI="mirror://cpan/authors/id/C/CS/CSOE/${P}.tar.gz" +HOMEPAGE="http://search.cpan.org/~csoe/${P}/" SLOT="0" LICENSE="Artistic as-is" KEYWORDS="x86 ~ppc sparc alpha hppa mips amd64" diff --git a/dev-perl/PDL/PDL-2.4.0.ebuild b/dev-perl/PDL/PDL-2.4.0.ebuild index 36dfa07a7337..14523de61be8 100644 --- a/dev-perl/PDL/PDL-2.4.0.ebuild +++ b/dev-perl/PDL/PDL-2.4.0.ebuild @@ -1,14 +1,14 @@ -# 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/PDL/PDL-2.4.0.ebuild,v 1.12 2004/09/04 16:10:13 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/PDL/PDL-2.4.0.ebuild,v 1.13 2005/01/04 13:26:55 mcummings Exp $ IUSE="opengl" inherit perl-module DESCRIPTION="PDL Perl Module" -SRC_URI="http://cpan.valueclick.com/modules/by-module/PDL/${P}.tar.gz" -HOMEPAGE="http://cpan.valueclick.com/modules/by-module/PDL/${P}.readme" +SRC_URI="mirror://cpan/authors/id/C/CS/CSOE/${P}.tar.gz" +HOMEPAGE="http://search.cpan.org/~csoe/${P}/" SLOT="0" LICENSE="Artistic as-is" diff --git a/dev-perl/PDL/PDL-2.4.1.ebuild b/dev-perl/PDL/PDL-2.4.1.ebuild index e0dfc8655684..518a55b416a2 100644 --- a/dev-perl/PDL/PDL-2.4.1.ebuild +++ b/dev-perl/PDL/PDL-2.4.1.ebuild @@ -1,6 +1,6 @@ -# 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/PDL/PDL-2.4.1.ebuild,v 1.2 2004/12/28 20:34:28 ribosome Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/PDL/PDL-2.4.1.ebuild,v 1.3 2005/01/04 13:26:55 mcummings Exp $ IUSE="opengl" diff --git a/dev-perl/Parse-RecDescent/ChangeLog b/dev-perl/Parse-RecDescent/ChangeLog index 70bb02ca2e85..4315dacf58d2 100644 --- a/dev-perl/Parse-RecDescent/ChangeLog +++ b/dev-perl/Parse-RecDescent/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-perl/Parse-RecDescent -# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Parse-RecDescent/ChangeLog,v 1.19 2004/12/23 16:12:37 nigoro Exp $ +# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Parse-RecDescent/ChangeLog,v 1.20 2005/01/04 13:29:00 mcummings Exp $ + + 04 Jan 2005; Michael Cummings <mcummings@gentoo.org> + Parse-RecDescent-1.80-r2.ebuild, Parse-RecDescent-1.80-r3.ebuild, + Parse-RecDescent-1.94.ebuild: + bug 76590 24 Dec 2004; Yuta SATOH <nigoro@gentoo.org> Parse-RecDescent-1.94.ebuild: added ~ppc64 diff --git a/dev-perl/Parse-RecDescent/Parse-RecDescent-1.80-r2.ebuild b/dev-perl/Parse-RecDescent/Parse-RecDescent-1.80-r2.ebuild index 69943ca7dd1d..1a007eb1f79b 100644 --- a/dev-perl/Parse-RecDescent/Parse-RecDescent-1.80-r2.ebuild +++ b/dev-perl/Parse-RecDescent/Parse-RecDescent-1.80-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/Parse-RecDescent/Parse-RecDescent-1.80-r2.ebuild,v 1.17 2004/07/14 20:01:53 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Parse-RecDescent/Parse-RecDescent-1.80-r2.ebuild,v 1.18 2005/01/04 13:29:00 mcummings Exp $ inherit perl-module DESCRIPTION="Perl Module" -SRC_URI="http://cpan.valueclick.com/modules/by-module/Parse/${P}.tar.gz" -HOMEPAGE="http://cpan.valueclick.com/modules/by-module/Parse/${P}.readme" +SRC_URI="mirror://cpan/authors/id/D/DC/DCONWAY/${P}.tar.gz" +HOMEPAGE="http://search.cpan.org/~dconway/${P}/" SLOT="0" LICENSE="Artistic" diff --git a/dev-perl/Parse-RecDescent/Parse-RecDescent-1.80-r3.ebuild b/dev-perl/Parse-RecDescent/Parse-RecDescent-1.80-r3.ebuild index 2d635ab92172..69a8824aaab7 100644 --- a/dev-perl/Parse-RecDescent/Parse-RecDescent-1.80-r3.ebuild +++ b/dev-perl/Parse-RecDescent/Parse-RecDescent-1.80-r3.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/Parse-RecDescent/Parse-RecDescent-1.80-r3.ebuild,v 1.9 2004/07/14 20:01:53 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Parse-RecDescent/Parse-RecDescent-1.80-r3.ebuild,v 1.10 2005/01/04 13:29:00 mcummings Exp $ inherit perl-module DESCRIPTION="Parse::RecDescent - generate recursive-descent parsers" -SRC_URI="http://cpan.valueclick.com/modules/by-module/Parse/${P}.tar.gz" -HOMEPAGE="http://cpan.valueclick.com/modules/by-module/Parse/${P}.readme" +SRC_URI="mirror://cpan/authors/id/D/DC/DCONWAY/${P}.tar.gz" +HOMEPAGE="http://search.cpan.org/~dconway/${P}/" SLOT="0" LICENSE="Artistic" diff --git a/dev-perl/Parse-RecDescent/Parse-RecDescent-1.94.ebuild b/dev-perl/Parse-RecDescent/Parse-RecDescent-1.94.ebuild index 96005aa9f860..5b174e516351 100644 --- a/dev-perl/Parse-RecDescent/Parse-RecDescent-1.94.ebuild +++ b/dev-perl/Parse-RecDescent/Parse-RecDescent-1.94.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/Parse-RecDescent/Parse-RecDescent-1.94.ebuild,v 1.11 2004/12/23 16:12:37 nigoro Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Parse-RecDescent/Parse-RecDescent-1.94.ebuild,v 1.12 2005/01/04 13:29:00 mcummings Exp $ inherit perl-module DESCRIPTION="Parse::RecDescent - generate recursive-descent parsers" -SRC_URI="http://cpan.valueclick.com/modules/by-module/Parse/${P}.tar.gz" -HOMEPAGE="http://cpan.valueclick.com/modules/by-module/Parse/${P}.readme" +SRC_URI="mirror://cpan/authors/id/D/DC/DCONWAY/${P}.tar.gz" +HOMEPAGE="http://search.cpan.org/~dconway/${P}/" SLOT="0" LICENSE="Artistic" diff --git a/dev-perl/RPC-XML/ChangeLog b/dev-perl/RPC-XML/ChangeLog index 195ee7b4b743..ee929824d92b 100644 --- a/dev-perl/RPC-XML/ChangeLog +++ b/dev-perl/RPC-XML/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-perl/RPC-XML -# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/RPC-XML/ChangeLog,v 1.15 2004/12/30 00:22:37 ciaranm Exp $ +# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/RPC-XML/ChangeLog,v 1.16 2005/01/04 13:31:42 mcummings Exp $ + + 04 Jan 2005; Michael Cummings <mcummings@gentoo.org> + RPC-XML-0.40-r1.ebuild, RPC-XML-0.40.ebuild, RPC-XML-0.53.ebuild, + RPC-XML-0.54.ebuild: + bug 76590 30 Dec 2004; Ciaran McCreesh <ciaranm@gentoo.org> : Change encoding to UTF-8 for GLEP 31 compliance diff --git a/dev-perl/RPC-XML/RPC-XML-0.40-r1.ebuild b/dev-perl/RPC-XML/RPC-XML-0.40-r1.ebuild index 76f595f70570..02fc351dae54 100644 --- a/dev-perl/RPC-XML/RPC-XML-0.40-r1.ebuild +++ b/dev-perl/RPC-XML/RPC-XML-0.40-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/RPC-XML/RPC-XML-0.40-r1.ebuild,v 1.8 2004/07/14 20:21:12 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/RPC-XML/RPC-XML-0.40-r1.ebuild,v 1.9 2005/01/04 13:31:42 mcummings Exp $ inherit perl-module DESCRIPTION="A Perl extension interface to James Clark's XML parser, expat." -SRC_URI="http://cpan.valueclick.com/modules/by-module/RPC/${P}.tar.gz" -HOMEPAGE="http://cpan.valueclick.com/modules/by-module/RPC/${PN}.${PV}.readme" +SRC_URI="mirror://cpan/authors/id/R/RJ/RJRAY/${P}.tar.gz" +HOMEPAGE="http://search.cpan.org/~rjray/${P}/" SLOT="0" LICENSE="Artistic" diff --git a/dev-perl/RPC-XML/RPC-XML-0.40.ebuild b/dev-perl/RPC-XML/RPC-XML-0.40.ebuild index d7d886feb8d8..dbc65fb374fa 100644 --- a/dev-perl/RPC-XML/RPC-XML-0.40.ebuild +++ b/dev-perl/RPC-XML/RPC-XML-0.40.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/RPC-XML/RPC-XML-0.40.ebuild,v 1.16 2004/07/14 20:21:12 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/RPC-XML/RPC-XML-0.40.ebuild,v 1.17 2005/01/04 13:31:42 mcummings Exp $ inherit perl-module DESCRIPTION="A Perl extension interface to James Clark's XML parser, expat." -SRC_URI="http://cpan.valueclick.com/modules/by-module/RPC/${P}.tar.gz" -HOMEPAGE="http://cpan.valueclick.com/modules/by-module/RPC/${PN}.${PV}.readme" +SRC_URI="mirror://cpan/authors/id/R/RJ/RJRAY/${P}.tar.gz" +HOMEPAGE="http://search.cpan.org/~rjray/${P}/" SLOT="0" LICENSE="Artistic" diff --git a/dev-perl/RPC-XML/RPC-XML-0.53.ebuild b/dev-perl/RPC-XML/RPC-XML-0.53.ebuild index 8ae542f1f540..438a4ace16ae 100644 --- a/dev-perl/RPC-XML/RPC-XML-0.53.ebuild +++ b/dev-perl/RPC-XML/RPC-XML-0.53.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/RPC-XML/RPC-XML-0.53.ebuild,v 1.6 2004/07/14 20:21:12 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/RPC-XML/RPC-XML-0.53.ebuild,v 1.7 2005/01/04 13:31:42 mcummings Exp $ inherit perl-module DESCRIPTION="A Perl extension interface to James Clark's XML parser, expat." -SRC_URI="http://cpan.valueclick.com/modules/by-module/RPC/${P}.tar.gz" -HOMEPAGE="http://cpan.valueclick.com/modules/by-module/RPC/${PN}.${PV}.readme" +SRC_URI="mirror://cpan/authors/id/R/RJ/RJRAY/${P}.tar.gz" +HOMEPAGE="http://search.cpan.org/~rjray/${P}/" SLOT="0" LICENSE="Artistic" diff --git a/dev-perl/RPC-XML/RPC-XML-0.54.ebuild b/dev-perl/RPC-XML/RPC-XML-0.54.ebuild index 428d4254d037..a01966d01c39 100644 --- a/dev-perl/RPC-XML/RPC-XML-0.54.ebuild +++ b/dev-perl/RPC-XML/RPC-XML-0.54.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/RPC-XML/RPC-XML-0.54.ebuild,v 1.3 2004/07/14 20:21:12 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/RPC-XML/RPC-XML-0.54.ebuild,v 1.4 2005/01/04 13:31:42 mcummings Exp $ inherit perl-module DESCRIPTION="A Perl extension interface to James Clark's XML parser, expat." -SRC_URI="http://cpan.valueclick.com/modules/by-module/RPC/${P}.tar.gz" -HOMEPAGE="http://cpan.valueclick.com/modules/by-module/RPC/${PN}.${PV}.readme" +SRC_URI="mirror://cpan/authors/id/R/RJ/RJRAY/${P}.tar.gz" +HOMEPAGE="http://search.cpan.org/~rjray/${P}/" SLOT="0" LICENSE="Artistic" diff --git a/dev-perl/SOAP-Lite/ChangeLog b/dev-perl/SOAP-Lite/ChangeLog index 8e5fefa24529..0921af1e5def 100644 --- a/dev-perl/SOAP-Lite/ChangeLog +++ b/dev-perl/SOAP-Lite/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/SOAP-Lite -# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/SOAP-Lite/ChangeLog,v 1.12 2004/12/30 00:24:45 ciaranm Exp $ +# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/SOAP-Lite/ChangeLog,v 1.13 2005/01/04 13:33:09 mcummings Exp $ + + 04 Jan 2005; Michael Cummings <mcummings@gentoo.org> + SOAP-Lite-0.55.ebuild: + bug 76590 30 Dec 2004; Ciaran McCreesh <ciaranm@gentoo.org> : Change encoding to UTF-8 for GLEP 31 compliance diff --git a/dev-perl/SOAP-Lite/SOAP-Lite-0.55.ebuild b/dev-perl/SOAP-Lite/SOAP-Lite-0.55.ebuild index 8deb4379844d..3c2ddfe3a8be 100644 --- a/dev-perl/SOAP-Lite/SOAP-Lite-0.55.ebuild +++ b/dev-perl/SOAP-Lite/SOAP-Lite-0.55.ebuild @@ -1,6 +1,6 @@ -# 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-Lite/SOAP-Lite-0.55.ebuild,v 1.9 2004/10/16 23:57:23 rac Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/SOAP-Lite/SOAP-Lite-0.55.ebuild,v 1.10 2005/01/04 13:33:09 mcummings Exp $ IUSE="" @@ -9,8 +9,8 @@ inherit perl-module MY_P=SOAP-Lite-${PV} DESCRIPTION="Provides a simple and lightweight interface to the SOAP protocol (sic) both on client and server side." -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/B/BY/BYRNE/${P}.tar.gz" +HOMEPAGE="http://search.cpan.org/~byrne/${P}/" SLOT="0" LICENSE="|| ( Artistic GPL-2 )" diff --git a/dev-perl/SOAP-Lite/SOAP-Lite-0.60a-r1.ebuild b/dev-perl/SOAP-Lite/SOAP-Lite-0.60a-r1.ebuild index 226d6779c697..19480968ef9c 100644 --- a/dev-perl/SOAP-Lite/SOAP-Lite-0.60a-r1.ebuild +++ b/dev-perl/SOAP-Lite/SOAP-Lite-0.60a-r1.ebuild @@ -1,6 +1,6 @@ -# 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-Lite/SOAP-Lite-0.60a-r1.ebuild,v 1.4 2004/12/23 23:04:44 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/SOAP-Lite/SOAP-Lite-0.60a-r1.ebuild,v 1.5 2005/01/04 13:33:09 mcummings Exp $ IUSE="jabber ssl" diff --git a/dev-perl/SOAP-Lite/SOAP-Lite-0.60a.ebuild b/dev-perl/SOAP-Lite/SOAP-Lite-0.60a.ebuild index 387d47e15198..17d29cbebd1a 100644 --- a/dev-perl/SOAP-Lite/SOAP-Lite-0.60a.ebuild +++ b/dev-perl/SOAP-Lite/SOAP-Lite-0.60a.ebuild @@ -1,6 +1,6 @@ -# 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-Lite/SOAP-Lite-0.60a.ebuild,v 1.6 2004/10/16 23:57:23 rac Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/SOAP-Lite/SOAP-Lite-0.60a.ebuild,v 1.7 2005/01/04 13:33:09 mcummings Exp $ IUSE="jabber ssl" 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" diff --git a/dev-perl/String-Ediff/ChangeLog b/dev-perl/String-Ediff/ChangeLog index 686d538fe4b3..cb0cb7761f3f 100644 --- a/dev-perl/String-Ediff/ChangeLog +++ b/dev-perl/String-Ediff/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/String-Ediff -# Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/String-Ediff/ChangeLog,v 1.1 2004/08/05 21:55:11 agriffis Exp $ +# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/String-Ediff/ChangeLog,v 1.2 2005/01/04 13:35:36 mcummings Exp $ + + 04 Jan 2005; Michael Cummings <mcummings@gentoo.org> + String-Ediff-0.03.ebuild: + bug 76590 *String-Ediff-0.03 (05 Aug 2004) diff --git a/dev-perl/String-Ediff/String-Ediff-0.03.ebuild b/dev-perl/String-Ediff/String-Ediff-0.03.ebuild index aba9918bd4cb..55bc981ecdd8 100644 --- a/dev-perl/String-Ediff/String-Ediff-0.03.ebuild +++ b/dev-perl/String-Ediff/String-Ediff-0.03.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/String-Ediff/String-Ediff-0.03.ebuild,v 1.1 2004/08/05 21:55:11 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/String-Ediff/String-Ediff-0.03.ebuild,v 1.2 2005/01/04 13:35:36 mcummings Exp $ inherit perl-module DESCRIPTION="Produce common sub-string indices for two strings" -SRC_URI="http://cpan.valueclick.com/modules/by-module/String/${P}.tar.gz" -HOMEPAGE="http://search.cpan.org/~boxzou/${P}/lib/String/Ediff.pm" +SRC_URI="mirror://cpan/authors/id/B/BO/BOXSOU/${P}.tar.gz" +HOMEPAGE="http://search.cpan.org/~boxzou/${P}/" SLOT="0" LICENSE="Artistic" diff --git a/dev-perl/String-ShellQuote/ChangeLog b/dev-perl/String-ShellQuote/ChangeLog index 958e99e30101..53bb018555d0 100644 --- a/dev-perl/String-ShellQuote/ChangeLog +++ b/dev-perl/String-ShellQuote/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/String-ShellQuote -# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/String-ShellQuote/ChangeLog,v 1.9 2004/06/25 01:00:35 agriffis Exp $ +# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/String-ShellQuote/ChangeLog,v 1.10 2005/01/04 13:36:49 mcummings Exp $ + + 04 Jan 2005; Michael Cummings <mcummings@gentoo.org> + String-ShellQuote-1.00-r1.ebuild, String-ShellQuote-1.00.ebuild: + bug 76590 *String-ShellQuote-1.00-r1 (21 Jun 2003) diff --git a/dev-perl/String-ShellQuote/String-ShellQuote-1.00-r1.ebuild b/dev-perl/String-ShellQuote/String-ShellQuote-1.00-r1.ebuild index df40a5efb69c..ff64ea5f55f1 100644 --- a/dev-perl/String-ShellQuote/String-ShellQuote-1.00-r1.ebuild +++ b/dev-perl/String-ShellQuote/String-ShellQuote-1.00-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/String-ShellQuote/String-ShellQuote-1.00-r1.ebuild,v 1.7 2004/07/14 20:34:27 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/String-ShellQuote/String-ShellQuote-1.00-r1.ebuild,v 1.8 2005/01/04 13:36:49 mcummings Exp $ inherit perl-module DESCRIPTION="Quote strings for passing through the shell" -SRC_URI="http://cpan.valueclick.com/modules/by-module/String/${P}.tar.gz" -HOMEPAGE="http://search.cpan.org/author/ROSCH/String-ShellQuote-1.00/ShellQuote.pm" +SRC_URI="mirror://cpan/authors/id/R/RO/ROSCH/${P}.tar.gz" +HOMEPAGE="http://search.cpan.org/~rosch/${P}/" SLOT="0" LICENSE="Artistic" diff --git a/dev-perl/String-ShellQuote/String-ShellQuote-1.00.ebuild b/dev-perl/String-ShellQuote/String-ShellQuote-1.00.ebuild index e6844309b5ff..04f90c58b84e 100644 --- a/dev-perl/String-ShellQuote/String-ShellQuote-1.00.ebuild +++ b/dev-perl/String-ShellQuote/String-ShellQuote-1.00.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/String-ShellQuote/String-ShellQuote-1.00.ebuild,v 1.9 2004/07/14 20:34:27 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/String-ShellQuote/String-ShellQuote-1.00.ebuild,v 1.10 2005/01/04 13:36:49 mcummings Exp $ inherit perl-module DESCRIPTION="Quote strings for passing through the shell" -SRC_URI="http://cpan.valueclick.com/modules/by-module/String/${P}.tar.gz" -HOMEPAGE="http://search.cpan.org/author/ROSCH/String-ShellQuote-1.00/ShellQuote.pm" +SRC_URI="mirror://cpan/authors/id/R/RO/ROSCH/${P}.tar.gz" +HOMEPAGE="http://search.cpan.org/~rosch/${P}/" SLOT="0" LICENSE="Artistic" |