* [gentoo-commits] repo/gentoo:master commit in: dev-perl/tkispell/files/
@ 2020-06-15 2:35 Aaron Bauman
0 siblings, 0 replies; 2+ messages in thread
From: Aaron Bauman @ 2020-06-15 2:35 UTC (permalink / raw
To: gentoo-commits
commit: d83350ef6d31df3ba4975c19316206c1986d57fb
Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Sun Jun 14 07:33:14 2020 +0000
Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Mon Jun 15 02:33:12 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d83350ef
dev-perl/tkispell: remove unused patch
Package-Manager: Portage-2.3.100, Repoman-2.3.22
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/16233
Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
.../tkispell/files/tkispell-0.180.0-aspell.patch | 31 ----------------------
1 file changed, 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 1db7bd291ef..00000000000
--- 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 = '';
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/tkispell/files/
@ 2021-12-13 21:34 Conrad Kostecki
0 siblings, 0 replies; 2+ messages in thread
From: Conrad Kostecki @ 2021-12-13 21:34 UTC (permalink / raw
To: gentoo-commits
commit: 7596e390029768e227ae7e15486c6f31d8c0d5a1
Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Mon Dec 13 18:58:54 2021 +0000
Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Mon Dec 13 21:30:43 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7596e390
dev-perl/tkispell: remove unused patch
Bug: https://github.com/gentoo/gentoo/pull/23291
Package-Manager: Portage-3.0.29, Repoman-3.0.3
Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
dev-perl/tkispell/files/tkispell-0.18-aspell.patch | 46 ----------------------
1 file changed, 46 deletions(-)
diff --git a/dev-perl/tkispell/files/tkispell-0.18-aspell.patch b/dev-perl/tkispell/files/tkispell-0.18-aspell.patch
deleted file mode 100644
index 14c080db3cf3..000000000000
--- a/dev-perl/tkispell/files/tkispell-0.18-aspell.patch
+++ /dev/null
@@ -1,46 +0,0 @@
-From ed7ede66c01fbae6c5de0e6dc28d991a1f27016c Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?Andreas=20K=2E=20H=C3=BCttel?= <dilfridge@gentoo.org>
-Date: Sat, 11 Oct 2014 21:48:27 +1300
-Subject: Patch to use aspell instead of ispell
-
----
- Makefile.PL | 8 ++++----
- tkispell | 2 +-
- 2 files changed, 5 insertions(+), 5 deletions(-)
-
-diff --git a/Makefile.PL b/Makefile.PL
-index 4cebdea..8a49493 100644
---- a/Makefile.PL
-+++ b/Makefile.PL
-@@ -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 --git a/tkispell b/tkispell
-index fbc6cc7..6bde051 100644
---- a/tkispell
-+++ b/tkispell
-@@ -14,7 +14,7 @@ my $lang = $ENV{LANG};
- 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 = '';
---
-2.16.2
-
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2021-12-13 21:34 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-12-13 21:34 [gentoo-commits] repo/gentoo:master commit in: dev-perl/tkispell/files/ Conrad Kostecki
-- strict thread matches above, loose matches on Subject: below --
2020-06-15 2:35 Aaron Bauman
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox