dev-perl/tkispell: Version bump 0.20

Package-Manager: Portage-3.0.26, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
This commit is contained in:
Andreas K. Hüttel
2021-09-30 22:17:46 +02:00
parent 63da0952ab
commit 00c2a5bf4d
3 changed files with 37 additions and 0 deletions

View File

@@ -1 +1,2 @@
DIST App-tkispell-0.20.tar.gz 8835 BLAKE2B f85c9e9e4b79f7081a2190192b1c2da1cde39d1564b05a93bac49d494fddc4ce898183f4e3f52500cb8404e8fa51d173abf3a3645fd40cf925b41602cbaef5d1 SHA512 ed0f59118bbfb4c607e88220bad1a0174466f529ed0ff7aeda9e5f85bd5d73811cf47341f162f6aac88c9afaac6c941a020070e33e3ae12277b7ff07a70b04ee
DIST tkispell-0.18.tar.gz 16067 BLAKE2B 314165e586868135e7209360aafdf908aadb93fca5d94e8fa1e05f46e7f6e31fe24b198fdab470082deadbc0deba91820604884b469adc700cff500c261f88ce SHA512 15a32367c53b36217a5c57d1b109b304c5b97e4c46b4ab64cbce66c99c46a651af5d376a8219e35c6ec909250040e7be1e4d073546a893ff25650187ca561e08

View File

@@ -0,0 +1,12 @@
diff -ruN App-tkispell-0.20.orig/Makefile.PL App-tkispell-0.20/Makefile.PL
--- App-tkispell-0.20.orig/Makefile.PL 2020-10-13 18:20:04.000000000 +0200
+++ App-tkispell-0.20/Makefile.PL 2021-09-30 22:15:54.013859210 +0200
@@ -27,7 +27,7 @@
# The first match is for Solaris which. The second is for
# Linux which. The 3rd one for Windows.
-if( ($ispell_bin =~ /no ispell/) || (length($ispell_bin) == 0 || $ispell_bin !~ m/(?:i|a)spell.exe$/) ) {
+if( ($ispell_bin =~ /no ispell/) || (length($ispell_bin) == 0) ) {
print "Could not find locate ispell or aspell.\n";
print "Make sure that the program is installed in a directory\n";
print "named in the PATH environment variable.\n";

View File

@@ -0,0 +1,24 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DIST_AUTHOR=ASB
DIST_VERSION=0.20
DIST_NAME=App-tkispell
inherit perl-module
DESCRIPTION="Perl/Tk user interface for ispell"
SLOT="0"
KEYWORDS="~amd64 ~x86"
RDEPEND="
app-text/aspell
>=dev-perl/Tk-800.4.0
"
BDEPEND="${RDEPEND}
virtual/perl-ExtUtils-MakeMaker
"
PATCHES=( "${FILESDIR}/tkispell-0.20-nowindows.patch" )