[gentoo-commits] repo/gentoo:master commit in: dev-perl/tkispell/files/

2021-12-13 Thread Conrad Kostecki
commit: 7596e390029768e227ae7e15486c6f31d8c0d5a1
Author: Michael Mair-Keimberger  levelnine  at>
AuthorDate: Mon Dec 13 18:58:54 2021 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Mon Dec 13 21:30:43 2021 +
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  levelnine.at>
Signed-off-by: Conrad Kostecki  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..
--- 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?= 
-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
-



[gentoo-commits] repo/gentoo:master commit in: dev-perl/tkispell/

2021-12-10 Thread Andreas K. Hüttel
commit: 3cbaa5d7d464868f77a7cacecf960b41eba6df6e
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Sat Dec 11 04:31:28 2021 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Sat Dec 11 04:33:34 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3cbaa5d7

dev-perl/tkispell: Remove old

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel  gentoo.org>

 dev-perl/tkispell/Manifest   |  1 -
 dev-perl/tkispell/tkispell-0.180.0-r1.ebuild | 35 
 2 files changed, 36 deletions(-)

diff --git a/dev-perl/tkispell/Manifest b/dev-perl/tkispell/Manifest
index efdd749c1480..57c727532350 100644
--- a/dev-perl/tkispell/Manifest
+++ b/dev-perl/tkispell/Manifest
@@ -1,2 +1 @@
 DIST App-tkispell-0.20.tar.gz 8835 BLAKE2B 
f85c9e9e4b79f7081a2190192b1c2da1cde39d1564b05a93bac49d494fddc4ce898183f4e3f52500cb8404e8fa51d173abf3a3645fd40cf925b41602cbaef5d1
 SHA512 
ed0f59118bbfb4c607e88220bad1a0174466f529ed0ff7aeda9e5f85bd5d73811cf47341f162f6aac88c9afaac6c941a020070e33e3ae12277b7ff07a70b04ee
-DIST tkispell-0.18.tar.gz 16067 BLAKE2B 
314165e586868135e7209360aafdf908aadb93fca5d94e8fa1e05f46e7f6e31fe24b198fdab470082deadbc0deba91820604884b469adc700cff500c261f88ce
 SHA512 
15a32367c53b36217a5c57d1b109b304c5b97e4c46b4ab64cbce66c99c46a651af5d376a8219e35c6ec909250040e7be1e4d073546a893ff25650187ca561e08

diff --git a/dev-perl/tkispell/tkispell-0.180.0-r1.ebuild 
b/dev-perl/tkispell/tkispell-0.180.0-r1.ebuild
deleted file mode 100644
index 0522d6010a95..
--- a/dev-perl/tkispell/tkispell-0.180.0-r1.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DIST_AUTHOR=RKIES
-DIST_VERSION=0.18
-inherit perl-module
-
-DESCRIPTION="Perl/Tk user interface for ispell"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="
-   app-text/aspell
-   dev-perl/Tk
-   virtual/perl-Carp
-"
-DEPEND="${RDEPEND}"
-
-PATCHES=( "${FILESDIR}/${PN}-0.18-aspell.patch" )
-
-src_test() {
-   ebegin "Compile testing Tk::SimpleFileSelect 0.68"
-   perl -Mblib="${S}" -M"Tk::SimpleFileSelect 0.68 ()" -e1
-   if ! eend $?; then
-   echo
-   eerror "One or more modules failed compile:";
-   eerror "  Tk::SimpleFileSelect 0.68"
-   die "Failing due to module compilation errors";
-   fi
-   perl-module_src_test
-}



[gentoo-commits] repo/gentoo:master commit in: dev-perl/tkispell/, dev-perl/tkispell/files/

2021-09-30 Thread Andreas K. Hüttel
commit: 00c2a5bf4da9984e07291e1c3fb537c5ce4dc61d
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Thu Sep 30 20:17:46 2021 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Thu Sep 30 20:32:11 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=00c2a5bf

dev-perl/tkispell: Version bump 0.20

Package-Manager: Portage-3.0.26, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel  gentoo.org>

 dev-perl/tkispell/Manifest |  1 +
 .../tkispell/files/tkispell-0.20-nowindows.patch   | 12 +++
 dev-perl/tkispell/tkispell-0.200.0.ebuild  | 24 ++
 3 files changed, 37 insertions(+)

diff --git a/dev-perl/tkispell/Manifest b/dev-perl/tkispell/Manifest
index b737cb1e6ef..efdd749c148 100644
--- a/dev-perl/tkispell/Manifest
+++ b/dev-perl/tkispell/Manifest
@@ -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

diff --git a/dev-perl/tkispell/files/tkispell-0.20-nowindows.patch 
b/dev-perl/tkispell/files/tkispell-0.20-nowindows.patch
new file mode 100644
index 000..af05c457c7b
--- /dev/null
+++ b/dev-perl/tkispell/files/tkispell-0.20-nowindows.patch
@@ -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.0 +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";  

diff --git a/dev-perl/tkispell/tkispell-0.200.0.ebuild 
b/dev-perl/tkispell/tkispell-0.200.0.ebuild
new file mode 100644
index 000..4e780ec2a52
--- /dev/null
+++ b/dev-perl/tkispell/tkispell-0.200.0.ebuild
@@ -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" )



[gentoo-commits] repo/gentoo:master commit in: dev-perl/tkispell/files/

2020-06-14 Thread Aaron Bauman
commit: d83350ef6d31df3ba4975c19316206c1986d57fb
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Sun Jun 14 07:33:14 2020 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Mon Jun 15 02:33:12 2020 +
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  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/16233
Signed-off-by: Aaron Bauman  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..000
--- 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.0 +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/tkispell2004-03-14 03:50:34.0 +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 = '';



[gentoo-commits] repo/gentoo:master commit in: dev-perl/tkispell/

2020-04-15 Thread Kent Fredric
commit: 93e17d2cca51332702a12198c132a16251066fda
Author: Kent Fredric  gentoo  org>
AuthorDate: Wed Apr 15 15:29:08 2020 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Wed Apr 15 15:36:52 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=93e17d2c

dev-perl/tkispell: Remove old 0.180.0

Package-Manager: Portage-2.3.97, Repoman-2.3.22
Signed-off-by: Kent Fredric  gentoo.org>

 dev-perl/tkispell/tkispell-0.180.0.ebuild | 23 ---
 1 file changed, 23 deletions(-)

diff --git a/dev-perl/tkispell/tkispell-0.180.0.ebuild 
b/dev-perl/tkispell/tkispell-0.180.0.ebuild
deleted file mode 100644
index b8095bc71ce..000
--- a/dev-perl/tkispell/tkispell-0.180.0.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-MODULE_AUTHOR=RKIES
-MODULE_VERSION=0.18
-inherit perl-module
-
-DESCRIPTION="Perl/Tk user interface for ispell"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="
-   app-text/aspell
-   dev-perl/Tk
-   virtual/perl-Carp
-"
-DEPEND="${RDEPEND}"
-
-PATCHES=( "${FILESDIR}/${P}-aspell.patch" )



[gentoo-commits] repo/gentoo:master commit in: dev-perl/tkispell/files/, dev-perl/tkispell/

2018-03-18 Thread Kent Fredric
commit: 81e4aceb9f9caa0fe4b68bbc67fce8ae73b364ea
Author: Kent Fredric  gentoo  org>
AuthorDate: Sun Mar 18 08:00:12 2018 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Sun Mar 18 08:01:16 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=81e4aceb

dev-perl/tkispell: EAPI6 + tests

- EAPI6ify
- Add basic compile tests
- Make patch -p1/git am compatible
- Remove extra whitespace from patch
- Add missing CPAN remote-id's

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 dev-perl/tkispell/files/tkispell-0.18-aspell.patch | 46 ++
 dev-perl/tkispell/metadata.xml |  4 ++
 dev-perl/tkispell/tkispell-0.180.0-r1.ebuild   | 35 
 3 files changed, 85 insertions(+)

diff --git a/dev-perl/tkispell/files/tkispell-0.18-aspell.patch 
b/dev-perl/tkispell/files/tkispell-0.18-aspell.patch
new file mode 100644
index 000..14c080db3cf
--- /dev/null
+++ b/dev-perl/tkispell/files/tkispell-0.18-aspell.patch
@@ -0,0 +1,46 @@
+From ed7ede66c01fbae6c5de0e6dc28d991a1f27016c Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Andreas=20K=2E=20H=C3=BCttel?= 
+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
+

diff --git a/dev-perl/tkispell/metadata.xml b/dev-perl/tkispell/metadata.xml
index 2b9a936fc0a..6443d758dda 100644
--- a/dev-perl/tkispell/metadata.xml
+++ b/dev-perl/tkispell/metadata.xml
@@ -5,4 +5,8 @@
 p...@gentoo.org
 Gentoo Perl Project
   
+  
+tkispell
+Tk::SimpleFileSelect
+  
 

diff --git a/dev-perl/tkispell/tkispell-0.180.0-r1.ebuild 
b/dev-perl/tkispell/tkispell-0.180.0-r1.ebuild
new file mode 100644
index 000..0522d6010a9
--- /dev/null
+++ b/dev-perl/tkispell/tkispell-0.180.0-r1.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DIST_AUTHOR=RKIES
+DIST_VERSION=0.18
+inherit perl-module
+
+DESCRIPTION="Perl/Tk user interface for ispell"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="
+   app-text/aspell
+   dev-perl/Tk
+   virtual/perl-Carp
+"
+DEPEND="${RDEPEND}"
+
+PATCHES=( "${FILESDIR}/${PN}-0.18-aspell.patch" )
+
+src_test() {
+   ebegin "Compile testing Tk::SimpleFileSelect 0.68"
+   perl -Mblib="${S}" -M"Tk::SimpleFileSelect 0.68 ()" -e1
+   if ! eend $?; then
+   echo
+   eerror "One or more modules failed compile:";
+   eerror "  Tk::SimpleFileSelect 0.68"
+   die "Failing due to module compilation errors";
+   fi
+   perl-module_src_test
+}