Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/mythes/
Date: Fri, 26 Feb 2021 21:19:42
Message-Id: 1614374365.b5c3a08e0f99792e8fd8bcfa6c47e4a1f28a5034.asturm@gentoo
1 commit: b5c3a08e0f99792e8fd8bcfa6c47e4a1f28a5034
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Fri Feb 26 21:04:23 2021 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Fri Feb 26 21:19:25 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5c3a08e
7
8 app-text/mythes: Drop 1.2.4 (r0), EAPI5--
9
10 Closes: https://bugs.gentoo.org/757567
11 Package-Manager: Portage-3.0.15, Repoman-3.0.2
12 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
13
14 app-text/mythes/mythes-1.2.4.ebuild | 27 ---------------------------
15 1 file changed, 27 deletions(-)
16
17 diff --git a/app-text/mythes/mythes-1.2.4.ebuild b/app-text/mythes/mythes-1.2.4.ebuild
18 deleted file mode 100644
19 index d6666c73694..00000000000
20 --- a/app-text/mythes/mythes-1.2.4.ebuild
21 +++ /dev/null
22 @@ -1,27 +0,0 @@
23 -# Copyright 1999-2020 Gentoo Authors
24 -# Distributed under the terms of the GNU General Public License v2
25 -
26 -EAPI=5
27 -
28 -DESCRIPTION="A simple thesaurus for Libreoffice"
29 -HOMEPAGE="http://hunspell.sourceforge.net/"
30 -SRC_URI="mirror://sourceforge/hunspell/MyThes/${PV}/${P}.tar.gz"
31 -
32 -LICENSE="MIT"
33 -SLOT="0"
34 -KEYWORDS="amd64 ~arm arm64 ~ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux"
35 -IUSE="static-libs"
36 -
37 -RDEPEND="app-text/hunspell"
38 -DEPEND="${DEPEND}
39 - virtual/pkgconfig"
40 -
41 -src_configure() {
42 - econf \
43 - $(use_enable static-libs static)
44 -}
45 -
46 -src_install() {
47 - default
48 - find "${ED}" -name '*.la' -exec rm -f {} +
49 -}