* [gentoo-commits] repo/gentoo:master commit in: dev-perl/tkispell/
@ 2020-04-15 15:40 Kent Fredric
0 siblings, 0 replies; 2+ messages in thread
From: Kent Fredric @ 2020-04-15 15:40 UTC (permalink / raw
To: gentoo-commits
commit: 93e17d2cca51332702a12198c132a16251066fda
Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 15 15:29:08 2020 +0000
Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Wed Apr 15 15:36:52 2020 +0000
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 <kentnl <AT> 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..00000000000
--- 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" )
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/tkispell/
@ 2021-12-11 4:33 Andreas K. Hüttel
0 siblings, 0 replies; 2+ messages in thread
From: Andreas K. Hüttel @ 2021-12-11 4:33 UTC (permalink / raw
To: gentoo-commits
commit: 3cbaa5d7d464868f77a7cacecf960b41eba6df6e
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 11 04:31:28 2021 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sat Dec 11 04:33:34 2021 +0000
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 <dilfridge <AT> 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..000000000000
--- 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
-}
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2021-12-11 4:34 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-12-11 4:33 [gentoo-commits] repo/gentoo:master commit in: dev-perl/tkispell/ Andreas K. Hüttel
-- strict thread matches above, loose matches on Subject: below --
2020-04-15 15:40 Kent Fredric
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox