diff options
author | Robert Coie <rac@gentoo.org> | 2003-03-25 04:40:49 +0000 |
---|---|---|
committer | Robert Coie <rac@gentoo.org> | 2003-03-25 04:40:49 +0000 |
commit | cfe74e2a942c5f8c3815e90de62fce3b4885ac05 (patch) | |
tree | 8b5f895fe4e4e12e2ccccf0b9547c24d92cd9c53 /dev-lang/perl | |
parent | minor fixage (diff) | |
download | historical-cfe74e2a942c5f8c3815e90de62fce3b4885ac05.tar.gz historical-cfe74e2a942c5f8c3815e90de62fce3b4885ac05.tar.bz2 historical-cfe74e2a942c5f8c3815e90de62fce3b4885ac05.zip |
remove spurious '$' in SRC_URI
Diffstat (limited to 'dev-lang/perl')
-rw-r--r-- | dev-lang/perl/ChangeLog | 17 | ||||
-rw-r--r-- | dev-lang/perl/perl-5.6.1-r10.ebuild | 4 | ||||
-rw-r--r-- | dev-lang/perl/perl-5.6.1-r11.ebuild | 4 |
3 files changed, 14 insertions, 11 deletions
diff --git a/dev-lang/perl/ChangeLog b/dev-lang/perl/ChangeLog index 2b96abec777b..19aa76eded6c 100644 --- a/dev-lang/perl/ChangeLog +++ b/dev-lang/perl/ChangeLog @@ -1,6 +1,6 @@ # ChangeLog for dev-lang/perl # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/perl/ChangeLog,v 1.3 2003/03/16 09:51:39 tuxus Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/perl/ChangeLog,v 1.4 2003/03/25 04:40:49 rac Exp $ *perl-5.8.0-r10 (11 Mar 2003) @@ -29,6 +29,9 @@ *perl-5.6.1-r11 (14 Feb 2003) + 24 Mar 2003; <rac@gentoo.org> perl-5.6.1-r10.ebuild, perl-5.6.1-r11.ebuild: + Remove spurious '$' from head of SRC_URI + 16 Mar 2003; Jan Seidel <tuxus@gentoo.org> : Added mips to KEYWORDS @@ -77,7 +80,7 @@ 15 Jan 2003; J Robert Ray <jrray@gentoo.org> libperl_rebuilder : Fixed unfortunate typo. -* perl-5.8.0-r8 (06 Jan 2003) +*perl-5.8.0-r8 (06 Jan 2003) 12 Jan 2003; Michael Cummings <mcummings@gentoo.org> perl-5.8.0-r8, libperl_rebuilder: @@ -137,7 +140,7 @@ Note for remerging perl modules added. Unmasked for x86. -* perl-5.8.0-r7 (22 Dec 2002) +*perl-5.8.0-r7 (22 Dec 2002) 22 Dec 2002; Michael Cummings <mcummings@gentoo.org> perl-5.8.0-r7.ebuild: @@ -164,7 +167,7 @@ new ebuild confirmed by arch devs - Gerk did ppc, Alron did sparc -* perl-5.6.1-r10 (19 Dec 2002) +*perl-5.6.1-r10 (19 Dec 2002) 07 Feb 2003; Guy Martin <gmsoft@gentoo.org> perl-5.6.1-r9.ebuild perl-5.6.1-r10.ebuild : Added hppa to keywords. @@ -182,7 +185,7 @@ Same name, different ebuild. This is for the safe.pm fix. -* perl-5.8.0-r6 (17 Dec 2002) +*perl-5.8.0-r6 (17 Dec 2002) 17 Dec 2002; Brandon Low <lostlogic@gentoo.org> perl-5.8.0-r6.ebuild : -arch this bad boy, it reb0rk what I unb0rk last night, stick with -r5 @@ -197,7 +200,7 @@ $[arch]-linux - this is correct behaviour!! Installation with threading is *not* supported by all apps that dep perl. -* perl-5.8.0-r5 (17 Dec 2002) +*perl-5.8.0-r5 (17 Dec 2002) 17 Dec 2002; Brandon Low <lostlogic@gentoo.org> perl-5.8.0-r5.ebuild: @@ -205,7 +208,7 @@ now. Fix messages to only display if needed. You will need to remerge all your perl modules after you install this with threads. -* perl-5.8.0-r4 (15 Dec 2002) +*perl-5.8.0-r4 (15 Dec 2002) 15 Dec 2002; Michael Cummings <mcummings@gentoo.org> perl-5.8.0-r4.ebuild: diff --git a/dev-lang/perl/perl-5.6.1-r10.ebuild b/dev-lang/perl/perl-5.6.1-r10.ebuild index e95b87377db4..ab6ecf182396 100644 --- a/dev-lang/perl/perl-5.6.1-r10.ebuild +++ b/dev-lang/perl/perl-5.6.1-r10.ebuild @@ -1,12 +1,12 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/perl/perl-5.6.1-r10.ebuild,v 1.1 2003/03/11 21:11:45 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/perl/perl-5.6.1-r10.ebuild,v 1.2 2003/03/25 04:40:49 rac Exp $ IUSE="berkdb gdbm" S="${WORKDIR}/${P}" DESCRIPTION="Larry Wall's Practical Extraction and Reporting Language" -SRC_URI="$ftp://ftp.perl.org/pub/CPAN/src/${P}.tar.gz" +SRC_URI="ftp://ftp.perl.org/pub/CPAN/src/${P}.tar.gz" HOMEPAGE="http://www.perl.org" LICENSE="Artistic GPL-2" diff --git a/dev-lang/perl/perl-5.6.1-r11.ebuild b/dev-lang/perl/perl-5.6.1-r11.ebuild index 9c37885bc2e1..b9580541c764 100644 --- a/dev-lang/perl/perl-5.6.1-r11.ebuild +++ b/dev-lang/perl/perl-5.6.1-r11.ebuild @@ -1,12 +1,12 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/perl/perl-5.6.1-r11.ebuild,v 1.2 2003/03/16 09:51:39 tuxus Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/perl/perl-5.6.1-r11.ebuild,v 1.3 2003/03/25 04:40:49 rac Exp $ IUSE="berkdb gdbm" S="${WORKDIR}/${P}" DESCRIPTION="Larry Wall's Practical Extraction and Reporting Language" -SRC_URI="$ftp://ftp.perl.org/pub/CPAN/src/${P}.tar.gz" +SRC_URI="ftp://ftp.perl.org/pub/CPAN/src/${P}.tar.gz" HOMEPAGE="http://www.perl.org" LICENSE="Artistic GPL-2" |