automake: Remove obsolete versions

The following versions were marked obsolete in crosstool-ng-1.24.0,
remove them.
- automake-1.11.6
- automake-1.14.1

Signed-off-by: Chris Packham <judge.packham@gmail.com>
This commit is contained in:
Chris Packham 2021-09-21 19:56:07 +12:00
parent f5731fc831
commit 836fb91652
6 changed files with 0 additions and 72 deletions

View File

@ -1,27 +0,0 @@
commit 13f00eb4493c217269b76614759e452d8302955e
Author: Paul Eggert <eggert@cs.ucla.edu>
Date: Thu Mar 31 16:35:29 2016 -0700
automake: port to Perl 5.22 and later
Without this change, Perl 5.22 complains "Unescaped left brace in
regex is deprecated" and this is planned to become a hard error in
Perl 5.26. See:
http://search.cpan.org/dist/perl-5.22.0/pod/perldelta.pod#A_literal_%22{%22_should_now_be_escaped_in_a_pattern
* bin/automake.in (substitute_ac_subst_variables): Escape left brace.
---
automake.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- a/automake.in
+++ b/automake.in
@@ -4156,7 +4156,7 @@
sub substitute_ac_subst_variables ($)
{
my ($text) = @_;
- $text =~ s/\${([^ \t=:+{}]+)}/&substitute_ac_subst_variables_worker ($1)/ge;
+ $text =~ s/\$[{]([^ \t=:+{}]+)}/&substitute_ac_subst_variables_worker ($1)/ge;
return $text;
}

View File

@ -1,8 +0,0 @@
md5 automake-1.11.6.tar.xz cf4752287ad708f83bd3689da57a32c9
sha1 automake-1.11.6.tar.xz 765cd19ffefb57604b7208f925b56803166484e9
sha256 automake-1.11.6.tar.xz 1ffbc6cc41f0ea6c864fbe9485b981679dc5e350f6c4bc6c3512f5a4226936b5
sha512 automake-1.11.6.tar.xz 6e4cdf69f07734954f770fd4a7211a8c9dc69fe25a7746bd3c1e01d3139c94cab2900399e87371548833e99687e0d2b59c5e746ab2fdfbc7d47f2c1d439137ba
md5 automake-1.11.6.tar.gz 0286dc30295b62985ca51919202ecfcc
sha1 automake-1.11.6.tar.gz 29d7832b148e2157e03ad0d3620fbb7f5a13bc21
sha256 automake-1.11.6.tar.gz 53dbf1945401c43f4ce19c1971baecdbf8bc32e0f37fa3f49fe7b6992d0d2030
sha512 automake-1.11.6.tar.gz 6935efdf73c9fccd2cecf950494b2cf78a9ec1f1c8f1524df9f6ed8f171a68312163fcfc1d5d7862dc610e72b4fcb0bbb5fc2717b051ffc9751ebede0df19c70

View File

@ -1 +0,0 @@
obsolete='yes'

View File

@ -1,27 +0,0 @@
commit 13f00eb4493c217269b76614759e452d8302955e
Author: Paul Eggert <eggert@cs.ucla.edu>
Date: Thu Mar 31 16:35:29 2016 -0700
automake: port to Perl 5.22 and later
Without this change, Perl 5.22 complains "Unescaped left brace in
regex is deprecated" and this is planned to become a hard error in
Perl 5.26. See:
http://search.cpan.org/dist/perl-5.22.0/pod/perldelta.pod#A_literal_%22{%22_should_now_be_escaped_in_a_pattern
* bin/automake.in (substitute_ac_subst_variables): Escape left brace.
---
bin/automake.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- a/bin/automake.in
+++ b/bin/automake.in
@@ -3872,7 +3872,7 @@
sub substitute_ac_subst_variables
{
my ($text) = @_;
- $text =~ s/\${([^ \t=:+{}]+)}/substitute_ac_subst_variables_worker ($1)/ge;
+ $text =~ s/\$[{]([^ \t=:+{}]+)}/substitute_ac_subst_variables_worker ($1)/ge;
return $text;
}

View File

@ -1,8 +0,0 @@
md5 automake-1.14.1.tar.xz 7fc29854c520f56b07aa232a0f880292
sha1 automake-1.14.1.tar.xz 2ced676f6b792a95c5919243f81790b1172c7f5b
sha256 automake-1.14.1.tar.xz a9b4f04b8b69cac2e832a38a718943aa976dbdad0097211f8b3448afdacf0669
sha512 automake-1.14.1.tar.xz 5de971159dfca2ec74c3c9a2f1368331efc437b146d675740c8735fcb0d32a30d0560fd29df64c3279efdf9278152c82a9ff09040b3e64d84743aaf25b26ce69
md5 automake-1.14.1.tar.gz d052a3e884631b9c7892f2efce542d75
sha1 automake-1.14.1.tar.gz 0bb1714b78d70cab9907d2013082978a28f48a46
sha256 automake-1.14.1.tar.gz 814c2333f350ce00034a1fe718e0e4239998ceea7b0aff67e9fd273ed6dfc23b
sha512 automake-1.14.1.tar.gz 782be9113bde2dd661585c2144849eb9b673fcd835e1918623fca04d3840a75e2fad7ec91ba9b1d125e5c75f1305c655d602976100b2723423717bd03b6e84ed

View File

@ -1 +0,0 @@
obsolete='yes'