From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 0EB42158089 for ; Fri, 6 Oct 2023 07:44:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5306E2BC0A7; Fri, 6 Oct 2023 07:44:41 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 21AB82BC0A7 for ; Fri, 6 Oct 2023 07:44:41 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 290BF335CB7 for ; Fri, 6 Oct 2023 07:44:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6F2199C8 for ; Fri, 6 Oct 2023 07:44:38 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1696578261.45a66aa8e31ba0ba8ae776e19418ea05c907c444.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/mythes/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/mythes/Manifest app-text/mythes/mythes-1.2.4-r1.ebuild X-VCS-Directories: app-text/mythes/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 45a66aa8e31ba0ba8ae776e19418ea05c907c444 X-VCS-Branch: master Date: Fri, 6 Oct 2023 07:44:38 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 409b192b-29c4-4a2c-9098-38bb74ed56e1 X-Archives-Hash: e09e216bf5493c04c1e739d13e97f333 commit: 45a66aa8e31ba0ba8ae776e19418ea05c907c444 Author: Andreas Sturmlechner gentoo org> AuthorDate: Fri Oct 6 07:43:22 2023 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Fri Oct 6 07:44:21 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=45a66aa8 app-text/mythes: drop 1.2.4-r1 Signed-off-by: Andreas Sturmlechner gentoo.org> app-text/mythes/Manifest | 1 - app-text/mythes/mythes-1.2.4-r1.ebuild | 26 -------------------------- 2 files changed, 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 {} + -}