diff options
author | 2005-01-04 13:36:49 +0000 | |
---|---|---|
committer | 2005-01-04 13:36:49 +0000 | |
commit | 118fbd48de0aeab82e6218913629908209bd447a (patch) | |
tree | e8957bdb21f547a81a4bbac8915ea6650b74c4ed | |
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
-rw-r--r-- | dev-perl/SOAP-Lite/ChangeLog | 8 | ||||
-rw-r--r-- | dev-perl/SOAP-Lite/SOAP-Lite-0.55.ebuild | 8 | ||||
-rw-r--r-- | dev-perl/SOAP-Lite/SOAP-Lite-0.60a-r1.ebuild | 4 | ||||
-rw-r--r-- | dev-perl/SOAP-Lite/SOAP-Lite-0.60a.ebuild | 4 | ||||
-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 | ||||
-rw-r--r-- | dev-perl/String-Ediff/ChangeLog | 8 | ||||
-rw-r--r-- | dev-perl/String-Ediff/String-Ediff-0.03.ebuild | 8 | ||||
-rw-r--r-- | dev-perl/String-ShellQuote/ChangeLog | 8 | ||||
-rw-r--r-- | dev-perl/String-ShellQuote/String-ShellQuote-1.00-r1.ebuild | 8 | ||||
-rw-r--r-- | dev-perl/String-ShellQuote/String-ShellQuote-1.00.ebuild | 8 |
12 files changed, 52 insertions, 36 deletions
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" |