summaryrefslogtreecommitdiff
path: root/dev-perl/Text-Aspell
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2020-04-25 11:37:10 +0100
committerV3n3RiX <venerix@redcorelinux.org>2020-04-25 11:37:10 +0100
commit38423c67c8a23f6a1bc42038193182e2da3116eb (patch)
tree04e2cf4bd43601b77daa79fe654e409187093c5e /dev-perl/Text-Aspell
parent623ee73d661e5ed8475cb264511f683407d87365 (diff)
gentoo resync : 25.04.2020
Diffstat (limited to 'dev-perl/Text-Aspell')
-rw-r--r--dev-perl/Text-Aspell/Manifest1
-rw-r--r--dev-perl/Text-Aspell/Text-Aspell-0.90.0-r1.ebuild20
2 files changed, 0 insertions, 21 deletions
diff --git a/dev-perl/Text-Aspell/Manifest b/dev-perl/Text-Aspell/Manifest
index 775d6c55333d..a10ea7600cad 100644
--- a/dev-perl/Text-Aspell/Manifest
+++ b/dev-perl/Text-Aspell/Manifest
@@ -1,4 +1,3 @@
DIST Text-Aspell-0.09.tar.gz 13548 BLAKE2B c0efb881320a46e74346863bc7c3df8122a408ffad114b277bd5f83884d84e19907373c08ff0c50cdf32d878c4b846779b04a1b566b9246fe1ef9f3e178b9f2e SHA512 6e7f2a8f48f3d735d9162333c4d30a0ffcdc4a002cffc51f284759a1e89e0a79c0bf94e2af577f381613a114f1ede134f01db36367d443a81ba8d028a4a8c65b
-EBUILD Text-Aspell-0.90.0-r1.ebuild 488 BLAKE2B 55255bbdfebdb05d286880e907f9d038953daa848790ebc2f99372e67b06aa9ef4f81c27f9a796c3bb4d4e2405e20f4210ddd76d04504e01810078cf24ed6bad SHA512 4f3da7f01ee69eb4bf7cc0f3f35ae1267bdba3d216f6e024e4c034693f6b349a5177216f6e48339a7bcbc185dd18e5305915ef71db60ad13c21580db737f506f
EBUILD Text-Aspell-0.90.0-r2.ebuild 449 BLAKE2B fa96cdf8b07ee1bbd6d07225cdd79aaecf57a5a4452c7e931045bce231d439404339d1583659cea26f2f2b7e7a3a20a4fdd6ee33214b7ef736fdc4da9baafb94 SHA512 c040bbca3abfbafedd2a978d062f1963a8cc78c4742fc588e9ee4912e2347d0d1536130cc1d6567706a69e2e9dab0dd946767af6978c84bf3422b848b3ee24de
MISC metadata.xml 394 BLAKE2B 94c9963a7327fc9a9b914a2ba55220dd8604198fa0f2d589a8b5dc37687739ad603c92e7b8b1e7d4e8d71f45974e61c8e4ac91deba18012c97fdb21755e3eca1 SHA512 fee730bf032dd75af3d13e77a5753cba8464b61c7f5002083f0608b75cdc49aecb1d2e7c920e577b4b368753fe642699ed846bfbff436f32bc2ea7e3183b6960
diff --git a/dev-perl/Text-Aspell/Text-Aspell-0.90.0-r1.ebuild b/dev-perl/Text-Aspell/Text-Aspell-0.90.0-r1.ebuild
deleted file mode 100644
index 6fb638f7bb7c..000000000000
--- a/dev-perl/Text-Aspell/Text-Aspell-0.90.0-r1.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-MODULE_AUTHOR=HANK
-MODULE_VERSION=0.09
-inherit perl-module
-
-DESCRIPTION="Perl interface to the GNU Aspell Library"
-
-SLOT="0"
-KEYWORDS="~alpha amd64 hppa ~ia64 ~mips ppc sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris"
-IUSE=""
-
-# Disabling tests for now - see bug #147897 --ian
-#SRC_TEST="do"
-
-RDEPEND="app-text/aspell"
-DEPEND="${RDEPEND}"