summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Pipping <sping@gentoo.org>2020-02-06 18:55:26 +0100
committerSebastian Pipping <sping@gentoo.org>2020-02-06 18:56:42 +0100
commita87af8d202297948dc1f6a0e27abc8c33eca7363 (patch)
tree9350e8b2b8533a2939ddcbc0caa2937c0bda98f1
parentsys-fs/cryptsetup: Bump to version 2.3.0. Removed old (diff)
downloadgentoo-a87af8d2.tar.gz
gentoo-a87af8d2.tar.bz2
gentoo-a87af8d2.zip
app-text/nuspell: Improve integration of tests
Upstream: https://github.com/nuspell/nuspell/issues/51#issuecomment-583019563 Signed-off-by: Sebastian Pipping <sping@gentoo.org> Package-Manager: Portage-2.3.84, Repoman-2.3.20
-rw-r--r--app-text/nuspell/nuspell-3.0.0.ebuild14
1 files changed, 12 insertions, 2 deletions
diff --git a/app-text/nuspell/nuspell-3.0.0.ebuild b/app-text/nuspell/nuspell-3.0.0.ebuild
index b5874aeda40c..911f390e6d2f 100644
--- a/app-text/nuspell/nuspell-3.0.0.ebuild
+++ b/app-text/nuspell/nuspell-3.0.0.ebuild
@@ -9,10 +9,10 @@ DESCRIPTION="Spell checker library and CLI for complex natural languages"
HOMEPAGE="https://nuspell.github.io/ https://github.com/nuspell/nuspell"
SRC_URI="https://github.com/nuspell/nuspell/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-LICENSE="|| ( MPL-1.1 GPL-2+ LGPL-2.1+ ) LGPL-3+"
+LICENSE="test? ( || ( MPL-1.1 GPL-2+ LGPL-2.1+ ) ) LGPL-3+"
SLOT="0/3" # due to libnuspell.so.3
KEYWORDS="~amd64 ~x86"
-IUSE="doc"
+IUSE="doc test"
RDEPEND="dev-libs/icu"
DEPEND="${RDEPEND}
@@ -21,6 +21,16 @@ DEPEND="${RDEPEND}
DOCS=( CHANGELOG.md )
+RESTRICT="!test? ( test )"
+
+src_configure() {
+ local mycmakeargs=(
+ -DBUILD_TESTING=$(usex test)
+ )
+
+ cmake_src_configure
+}
+
pkg_postinst() {
einfo
einfo 'Nuspell needs language packs and/or dictionaries to be of use'