diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2020-06-14 09:33:14 +0200 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2020-06-14 22:33:12 -0400 |
commit | d83350ef6d31df3ba4975c19316206c1986d57fb (patch) | |
tree | f5d8950553eac73056e2db679f671ad913f30dda /dev-perl/tkispell | |
parent | dev-ruby/facter: remove unused patch (diff) | |
download | gentoo-d83350ef6d31df3ba4975c19316206c1986d57fb.tar.gz gentoo-d83350ef6d31df3ba4975c19316206c1986d57fb.tar.bz2 gentoo-d83350ef6d31df3ba4975c19316206c1986d57fb.zip |
dev-perl/tkispell: remove unused patch
Package-Manager: Portage-2.3.100, Repoman-2.3.22
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/16233
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Diffstat (limited to 'dev-perl/tkispell')
-rw-r--r-- | dev-perl/tkispell/files/tkispell-0.180.0-aspell.patch | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/dev-perl/tkispell/files/tkispell-0.180.0-aspell.patch b/dev-perl/tkispell/files/tkispell-0.180.0-aspell.patch deleted file mode 100644 index 1db7bd291eff..000000000000 --- a/dev-perl/tkispell/files/tkispell-0.180.0-aspell.patch +++ /dev/null @@ -1,31 +0,0 @@ -diff -ruN tkispell-0.18.orig/Makefile.PL tkispell-0.18/Makefile.PL ---- tkispell-0.18.orig/Makefile.PL 2004-02-28 20:38:46.000000000 +0100 -+++ tkispell-0.18/Makefile.PL 2014-10-11 10:43:09.372002632 +0200 -@@ -1,11 +1,11 @@ - use ExtUtils::MakeMaker; - --my $ispell_bin = `which ispell`; -+my $ispell_bin = `which ispell-aspell`; - # The first match is for Solaris which. The second is for - # Linux which. --if (($ispell_bin =~ /no ispell/) || (length($ispell_bin) == 0)) { -- print "Could not find locate ispell. Make sure that\n"; -- print "the ispell program is installed in a directory\n"; -+if (($ispell_bin =~ /no ispell-aspell/) || (length($ispell_bin) == 0)) { -+ print "Could not find locate ispell-aspell. Make sure that\n"; -+ print "the ispell-aspell program is installed in a directory\n"; - print "named in the PATH environment variable.\n"; - exit 1; - } -diff -ruN tkispell-0.18.orig/tkispell tkispell-0.18/tkispell ---- tkispell-0.18.orig/tkispell 2004-03-14 03:50:34.000000000 +0100 -+++ tkispell-0.18/tkispell 2014-10-11 10:43:58.772005395 +0200 -@@ -14,7 +14,7 @@ - if ($lang =~ /^C$/ || ! defined ($lang)) {$lang = 'default'; } - my $hdict = $ENV{HOME}."/.ispell_$lang"; # Personal dictionary. - --my $ispell_prog = `which ispell`; -+my $ispell_prog = `which ispell-aspell`; - chomp $ispell_prog; - my ($cw, $b1, @misspelledlist, @replacementlist, @addlist, $midx); - my $ifname = ''; |