From 5b35d7b0e65de37a4dd5391ab1142acaecc50197 Mon Sep 17 00:00:00 2001 From: Andreas Sturmlechner Date: Sun, 20 Sep 2026 16:36:19 +0200 Subject: [PATCH] app-text/mythes: drop 1.2.5 Signed-off-by: Andreas Sturmlechner --- app-text/mythes/Manifest | 1 - app-text/mythes/mythes-1.2.5.ebuild | 28 ---------------------------- 2 files changed, 29 deletions(-) delete mode 100644 app-text/mythes/mythes-1.2.5.ebuild diff --git a/app-text/mythes/Manifest b/app-text/mythes/Manifest index f3d4365917faa..abd31ba0d3632 100644 --- a/app-text/mythes/Manifest +++ b/app-text/mythes/Manifest @@ -1,2 +1 @@ -DIST mythes-1.2.5.tar.xz 2891852 BLAKE2B e292e49187a9b225fdcfccb467afed0b8ce90769bbefe331d7d7f026f2dd6686543b14f3666af5b1693198467206c53da0bbd030420d87c94315f9da769f45a6 SHA512 304fd05619e0ae02c9c29d92a6ada8f4a85f41f331b87b8820728c1919f3dd9c5cd951dbef9a27e649466f94dc5daa19350c9fd09c90d49b198b73b1f9eb770e DIST mythes-1.2.6.tar.xz 2883800 BLAKE2B bc7bbb6fa513c4c9ab4243c1ddb85c4d591281db788ce8f6c8cebfa8809db93789204bb449c6e222e3ab3a31470cc89488b08d06d4293ff9ca19f3ab21520b25 SHA512 5c517d87f87ddd4424c259597c4bd95f770ac135b34d3bfc24250ba5216a63186fab9395db86185680223b61d84656ffc2b146a9f36ca79d77ffc2f1626741ab diff --git a/app-text/mythes/mythes-1.2.5.ebuild b/app-text/mythes/mythes-1.2.5.ebuild deleted file mode 100644 index c8883f045d206..0000000000000 --- a/app-text/mythes/mythes-1.2.5.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DESCRIPTION="Simple thesaurus for LibreOffice" -HOMEPAGE="https://github.com/hunspell/mythes" -SRC_URI="https://github.com/hunspell/${PN}/releases/download/v${PV}/${P}.tar.xz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="amd64 ~arm arm64 ~loong ~ppc ppc64 ~riscv ~sparc x86" -IUSE="debug" - -RDEPEND="app-text/hunspell:=" -DEPEND="${RDEPEND}" -BDEPEND="virtual/pkgconfig" - -src_configure() { - econf \ - --disable-werror \ - $(use_enable debug) -} - -src_install() { - default - find "${ED}" -type f -name '*.la' -delete || die -}