summaryrefslogtreecommitdiff
path: root/app-text/mythes
diff options
context:
space:
mode:
Diffstat (limited to 'app-text/mythes')
-rw-r--r--app-text/mythes/Manifest3
-rw-r--r--app-text/mythes/mythes-1.2.4-r1.ebuild4
-rw-r--r--app-text/mythes/mythes-1.2.4.ebuild27
3 files changed, 3 insertions, 31 deletions
diff --git a/app-text/mythes/Manifest b/app-text/mythes/Manifest
index b1052df13245..5fa642b890a0 100644
--- a/app-text/mythes/Manifest
+++ b/app-text/mythes/Manifest
@@ -1,4 +1,3 @@
DIST mythes-1.2.4.tar.gz 4910303 BLAKE2B aa091344aebd117618d90aa574ec5e68594782511e1aa85a2d46740ecc4ff2cdf1d9f9f6de9dfd454cc0056076bdb9a21ad14d2935e39e4fdbd7753930fda605 SHA512 a04da39812bcfb1391a2cba7de73e955eafe141679ec03ed6657d03bebf360b432480d0037dff9ed72a1dfda5a70d77d44ac2bb14cdb109fd8e2a38376feee21
-EBUILD mythes-1.2.4-r1.ebuild 565 BLAKE2B 450ef2c95319d20c6a30196a000898775ca29f9bcf16ed9a80f70e63e23fc105157baf2f7303513d6b3a671f3c54df7081d248d4f4a0f389d56c770c71131c0d SHA512 51d1c5df52f56a5f23ed7fba6883a158ee0e7c5499b8fd3a144dd07167f40147bce6a9098f0daca38fbe6aed51f782a7525bb499f0456f5ae643835ed215ce68
-EBUILD mythes-1.2.4.ebuild 593 BLAKE2B 9067dab7567cd6c816fe3abdb6ab6f1662a532c367dd4dd66a4905d00d9bb9d9d7be5d1706ecf492b8ee6a9ad917b0bdf5836ded5d324217b4942bc09a1b79ef SHA512 7991350823617b0a79698672629e475c740d959d9993d0adc942c40d6d4b05dc9a9194695c20de2044673655fec3d5920b7ca3ba927cd37444fb153a17f6f84d
+EBUILD mythes-1.2.4-r1.ebuild 562 BLAKE2B 82a7a5e2b0dcd622f6d521cd90de931f0f77b02bdf769374e4feb950f7431e419751ab4cdd5338a4583a80f3db15d671ef9e229461c3a1b32efacb1684cc59fa SHA512 75da08f842f092e4aa9691b2da9b3d232ed1dd65feb0290057dcc69ca2921719e15b7fbe79c9703c2c3dde605f61462d7d70aba577c4839adb54f9fc603f0d2b
MISC metadata.xml 333 BLAKE2B 989788782df7e4531d2ad8a12b49eb19f8651468467ef9c2894163c9089679622ed1bc597336afb881ca85bf0523e7e8077c8060d46b6237e4ff5dfe16bc1c1a SHA512 1c2849146c40fcf9b1c352d57e9580ea7d9c2fbdc71c5cf601343e3beb9580876b6dc1d42d41abe01163d92c0eb7837fedf85fc3e7408801f0d966ccc8e78ba2
diff --git a/app-text/mythes/mythes-1.2.4-r1.ebuild b/app-text/mythes/mythes-1.2.4-r1.ebuild
index 6b67564f63ae..da748d27b525 100644
--- a/app-text/mythes/mythes-1.2.4-r1.ebuild
+++ b/app-text/mythes/mythes-1.2.4-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -9,7 +9,7 @@ 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"
+KEYWORDS="amd64 ~arm arm64 ~ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux"
IUSE=""
RDEPEND="app-text/hunspell"
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 d6666c736949..000000000000
--- 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 {} +
-}