From cdf8819b153bf8107efa9c3c10daec2a4a042084 Mon Sep 17 00:00:00 2001 From: "S. Gilles" Date: Mon, 27 Dec 2021 20:50:25 -0500 Subject: [PATCH] app-text/enchant: bump 2.3.1 -> 2.3.2 --- app-text/enchant/Manifest | 6 +-- app-text/enchant/enchant-2.2.8-r99.ebuild | 46 ---------------------- ...2.2.15-r999.ebuild => enchant-2.3.2-r99.ebuild} | 11 +++--- 3 files changed, 8 insertions(+), 55 deletions(-) rewrite app-text/enchant/Manifest (100%) delete mode 100644 app-text/enchant/enchant-2.2.8-r99.ebuild rename app-text/enchant/{enchant-2.2.15-r999.ebuild => enchant-2.3.2-r99.ebuild} (83%) diff --git a/app-text/enchant/Manifest b/app-text/enchant/Manifest dissimilarity index 100% index 1caeef2..6a40e80 100644 --- a/app-text/enchant/Manifest +++ b/app-text/enchant/Manifest @@ -1,4 +1,2 @@ -DIST enchant-2.2.15.tar.gz 990693 BLAKE2B 09d380fc90cf8404345e88fb4e676f92e795b43e1caa5f21e52c6f3037268b1959e9cd1adf04b08e05fce78dbbcfd3163795e8d2079c484c530065566a0307f2 SHA512 e29b3a85d993af28044a86dd23a3ca74c7d50b4218e542c380053a3eaf70c3ea2406feb3361ba8e793bac586c252330bb20fb56c65f3a0a54f63f103cc0abb35 -DIST enchant-2.2.8.tar.gz 976715 BLAKE2B 50a96c69b6f6575db0a8d6f30420db4b273901a9a0261ae606d81d96b044ece03078a2549f34972fef47a36f0b85c27af90c90c2f2efab2fb258e17621d927af SHA512 4bfa771af0deab3d0ca5523abab1fdb14cb596747dba7cf887e8cd812601015f52502cbd3df68247f102bba259cb281414e9ccde83b8bdd3c8cc83c2fcbc9090 -EBUILD enchant-2.2.15-r999.ebuild 1249 BLAKE2B 3482d8e4b1568d0fe12221eac0b511710b67c1ed935c26b4838be4889e01495dc5ba21a9d59365a05675d5210893a98d75414ab6c16728ee091fd820649a96df SHA512 ddbe0bd1c820e51321e78e880789fffe6248ef7e19d13241a8b03075b9f424dfbcccffb74728966131d5a121693b0b0f790b3ef767fb253b2e446b2ebbebd6c8 -EBUILD enchant-2.2.8-r99.ebuild 1234 BLAKE2B f5186fd00004825cacce13ce3caa77542aa79938e19bc1dcbb82fc78a0720c22cebdcff4c695d8de52107e7db3fedbc9640c2613e0fb528bab1cf4b0b5c88e9c SHA512 ac545fa226688a10645bdfcec40356ee65acf9acb18f996081a5f49aec5107f4fb2c577268240911513df1a308eaf68a9efe4b5f76a1cdad32036621c50ef43d +DIST enchant-2.3.2.tar.gz 991782 BLAKE2B ece8c4cbac2c242c23b4b8c5ab2daf1037705dbf58ad29b4863dd01cb30b2d98e11828f2b9d1ce3823aec419c871cc3dd1092e4659e10ef3e3cd2df867255be4 SHA512 886635bb55c5f0c774445e4a0f14d39e2d08eeb964257037062c2e97c2cf3348be8c631ff5e7a13144936127761964bdc60ff1e0dd6f63b292a655626f91ef62 +EBUILD enchant-2.3.2-r99.ebuild 1291 BLAKE2B cd77a9e8abda9a987e69a028002f11a296ba2b796d88716818e81c0c8552c8db31512b2f94764b4e8e8f50cd1aa443d7a6d6739fa246f2165329b80f8afa0b7e SHA512 13dee7d62a12634e007b9a79d36a39ddffcff79a428d031744cf2d56cb98858f6bc59acb3379a9c2bdfca0534eba57372948eb770441bbaf96b4a05177ecd88c diff --git a/app-text/enchant/enchant-2.2.8-r99.ebuild b/app-text/enchant/enchant-2.2.8-r99.ebuild deleted file mode 100644 index a473fca..0000000 --- a/app-text/enchant/enchant-2.2.8-r99.ebuild +++ /dev/null @@ -1,46 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -DESCRIPTION="Spellchecker wrapping library" -HOMEPAGE="https://abiword.github.io/enchant/" -SRC_URI="https://github.com/AbiWord/enchant/releases/download/v${PV}/${P}.tar.gz" - -LICENSE="LGPL-2.1+" -SLOT="2" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris" - -IUSE="aspell +hunspell nuspell" -REQUIRED_USE="|| ( hunspell aspell nuspell )" - -# FIXME: depends on unittest++ but through pkgconfig which is a Debian hack, bug #629742 -RDEPEND=" - >=dev-libs/glib-2.6:2 - aspell? ( app-text/aspell ) - nuspell? ( app-text/nuspell ) - hunspell? ( >=app-text/hunspell-1.2.1:0= )" -DEPEND="${RDEPEND}" -BDEPEND="virtual/pkgconfig" - -# test? ( dev-libs/unittest++ ) -RESTRICT="test" - -src_configure() { - econf \ - --datadir="${EPREFIX}"/usr/share/enchant-2 \ - --disable-static \ - $(use_with aspell) \ - $(use_with hunspell) \ - $(use_with nuspell) \ - --without-hspell \ - --without-voikko \ - --without-applespell \ - --without-zemberek \ - --with-hunspell-dir="${EPREFIX}"/usr/share/hunspell/ -} - -src_install() { - default - find "${D}" -name '*.la' -delete || die -} diff --git a/app-text/enchant/enchant-2.2.15-r999.ebuild b/app-text/enchant/enchant-2.3.2-r99.ebuild similarity index 83% rename from app-text/enchant/enchant-2.2.15-r999.ebuild rename to app-text/enchant/enchant-2.3.2-r99.ebuild index fb27be6..4bd3746 100644 --- a/app-text/enchant/enchant-2.2.15-r999.ebuild +++ b/app-text/enchant/enchant-2.3.2-r99.ebuild @@ -11,14 +11,15 @@ LICENSE="LGPL-2.1+" SLOT="2" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris" -IUSE="aspell +hunspell nuspell test" -REQUIRED_USE="|| ( hunspell aspell nuspell )" +IUSE="aspell +hunspell nuspell test voikko" +REQUIRED_USE="|| ( hunspell nuspell aspell )" RDEPEND=" >=dev-libs/glib-2.6:2 aspell? ( app-text/aspell ) + hunspell? ( >=app-text/hunspell-1.2.1:0= ) nuspell? ( app-text/nuspell ) - hunspell? ( >=app-text/hunspell-1.2.1:0= )" + voikko? ( dev-libs/libvoikko )" DEPEND="${RDEPEND} test? ( >=dev-libs/unittest++-2.0.0-r2 )" BDEPEND="virtual/pkgconfig" @@ -33,9 +34,9 @@ src_configure() { $(use_enable test relocatable) \ $(use_with aspell) \ $(use_with hunspell) \ + $(use_with voikko) \ + --without-nuspell \ $(use_with nuspell) \ - --without-hspell \ - --without-voikko \ --without-applespell \ --without-zemberek \ --with-hunspell-dir="${EPREFIX}"/usr/share/hunspell/ -- 2.11.4.GIT