app-text/mythes: drop 1.2.5

Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
Andreas Sturmlechner
2026-09-20 16:36:19 +02:00
parent 464b8d9ffb
commit 5b35d7b0e6
2 changed files with 0 additions and 29 deletions

View File

@@ -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

View File

@@ -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
}