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/String-ShellQuote | |
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/String-ShellQuote')
-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 |
3 files changed, 14 insertions, 10 deletions
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" |