summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2023-10-06 09:43:22 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2023-10-06 09:44:21 +0200
commit45a66aa8e31ba0ba8ae776e19418ea05c907c444 (patch)
tree3bef14bf51b941503370876524c5d3883d6f0681 /app-text/mythes
parentapp-text/liblangtag: drop 0.6.3 (diff)
downloadgentoo-45a66aa8e31ba0ba8ae776e19418ea05c907c444.tar.gz
gentoo-45a66aa8e31ba0ba8ae776e19418ea05c907c444.tar.bz2
gentoo-45a66aa8e31ba0ba8ae776e19418ea05c907c444.zip
app-text/mythes: drop 1.2.4-r1
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'app-text/mythes')
-rw-r--r--app-text/mythes/Manifest1
-rw-r--r--app-text/mythes/mythes-1.2.4-r1.ebuild26
2 files changed, 0 insertions, 27 deletions
diff --git a/app-text/mythes/Manifest b/app-text/mythes/Manifest
index 898deef3d38c..d54eb82d5a6e 100644
--- a/app-text/mythes/Manifest
+++ b/app-text/mythes/Manifest
@@ -1,2 +1 @@
-DIST mythes-1.2.4.tar.gz 4910303 BLAKE2B aa091344aebd117618d90aa574ec5e68594782511e1aa85a2d46740ecc4ff2cdf1d9f9f6de9dfd454cc0056076bdb9a21ad14d2935e39e4fdbd7753930fda605 SHA512 a04da39812bcfb1391a2cba7de73e955eafe141679ec03ed6657d03bebf360b432480d0037dff9ed72a1dfda5a70d77d44ac2bb14cdb109fd8e2a38376feee21
DIST mythes-1.2.5.tar.xz 2891852 BLAKE2B e292e49187a9b225fdcfccb467afed0b8ce90769bbefe331d7d7f026f2dd6686543b14f3666af5b1693198467206c53da0bbd030420d87c94315f9da769f45a6 SHA512 304fd05619e0ae02c9c29d92a6ada8f4a85f41f331b87b8820728c1919f3dd9c5cd951dbef9a27e649466f94dc5daa19350c9fd09c90d49b198b73b1f9eb770e
diff --git a/app-text/mythes/mythes-1.2.4-r1.ebuild b/app-text/mythes/mythes-1.2.4-r1.ebuild
deleted file mode 100644
index 2feaec8566cb..000000000000
--- a/app-text/mythes/mythes-1.2.4-r1.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="A simple thesaurus for Libreoffice"
-HOMEPAGE="http://hunspell.sourceforge.net/"
-SRC_URI="mirror://sourceforge/hunspell/MyThes/${PV}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~loong ~ppc ~ppc64 ~riscv ~sparc x86 ~amd64-linux ~x86-linux"
-IUSE=""
-
-RDEPEND="app-text/hunspell"
-DEPEND="${DEPEND}
- virtual/pkgconfig"
-
-src_configure() {
- econf --disable-static
-}
-
-src_install() {
- default
- find "${ED}" -name '*.la' -exec rm -f {} +
-}