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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 15A7713835A for ; Fri, 26 Feb 2021 21:19:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6B160E086C; Fri, 26 Feb 2021 21:19:41 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 54619E086C for ; Fri, 26 Feb 2021 21:19:41 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 29A9E3410DE for ; Fri, 26 Feb 2021 21:19:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 44851534 for ; Fri, 26 Feb 2021 21:19:37 +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: <1614374365.b5c3a08e0f99792e8fd8bcfa6c47e4a1f28a5034.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/mythes/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/mythes/mythes-1.2.4.ebuild X-VCS-Directories: app-text/mythes/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: b5c3a08e0f99792e8fd8bcfa6c47e4a1f28a5034 X-VCS-Branch: master Date: Fri, 26 Feb 2021 21:19:37 +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: 68a2767b-5201-4e41-96d4-e5de5dd829c8 X-Archives-Hash: 751251761911081bc5bc533d569dcb9f commit: b5c3a08e0f99792e8fd8bcfa6c47e4a1f28a5034 Author: Andreas Sturmlechner gentoo org> AuthorDate: Fri Feb 26 21:04:23 2021 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Fri Feb 26 21:19:25 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5c3a08e app-text/mythes: Drop 1.2.4 (r0), EAPI5-- Closes: https://bugs.gentoo.org/757567 Package-Manager: Portage-3.0.15, Repoman-3.0.2 Signed-off-by: Andreas Sturmlechner gentoo.org> app-text/mythes/mythes-1.2.4.ebuild | 27 --------------------------- 1 file changed, 27 deletions(-) diff --git a/app-text/mythes/mythes-1.2.4.ebuild b/app-text/mythes/mythes-1.2.4.ebuild deleted file mode 100644 index d6666c73694..00000000000 --- a/app-text/mythes/mythes-1.2.4.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -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 ~ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux" -IUSE="static-libs" - -RDEPEND="app-text/hunspell" -DEPEND="${DEPEND} - virtual/pkgconfig" - -src_configure() { - econf \ - $(use_enable static-libs static) -} - -src_install() { - default - find "${ED}" -name '*.la' -exec rm -f {} + -}