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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 1325D158093 for ; Sun, 3 Jul 2022 10:31:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CA30CE0B9E; Sun, 3 Jul 2022 10:31:33 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A6D26E0B9E for ; Sun, 3 Jul 2022 10:31:33 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5B943341D78 for ; Sun, 3 Jul 2022 10:31:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C1C5D4FA for ; Sun, 3 Jul 2022 10:31:30 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1656844277.1e5ea4d7bd02731503da24aff5e46b2f052178da.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/link-grammar/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/link-grammar/link-grammar-5.10.5-r1.ebuild dev-libs/link-grammar/link-grammar-5.10.5.ebuild X-VCS-Directories: dev-libs/link-grammar/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 1e5ea4d7bd02731503da24aff5e46b2f052178da X-VCS-Branch: master Date: Sun, 3 Jul 2022 10:31:30 +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: 4b32ff8b-7fc4-400d-9a8c-ae38e136c6da X-Archives-Hash: 18b0838ef833bf323f8bf359c939cdbe commit: 1e5ea4d7bd02731503da24aff5e46b2f052178da Author: David Seifert gentoo org> AuthorDate: Sun Jul 3 10:31:17 2022 +0000 Commit: David Seifert gentoo org> CommitDate: Sun Jul 3 10:31:17 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e5ea4d7 dev-libs/link-grammar: always use libpcre2 for regex Closes: https://bugs.gentoo.org/838004 Signed-off-by: David Seifert gentoo.org> .../{link-grammar-5.10.5.ebuild => link-grammar-5.10.5-r1.ebuild} | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/dev-libs/link-grammar/link-grammar-5.10.5.ebuild b/dev-libs/link-grammar/link-grammar-5.10.5-r1.ebuild similarity index 94% rename from dev-libs/link-grammar/link-grammar-5.10.5.ebuild rename to dev-libs/link-grammar/link-grammar-5.10.5-r1.ebuild index 9cd72d301f29..a09907476a00 100644 --- a/dev-libs/link-grammar/link-grammar-5.10.5.ebuild +++ b/dev-libs/link-grammar/link-grammar-5.10.5-r1.ebuild @@ -14,14 +14,14 @@ SRC_URI="https://www.abisource.com/downloads/${PN}/${PV}/${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0/5" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86" -IUSE="aspell +hunspell python" # pcre +IUSE="aspell +hunspell python" REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" # XXX: sqlite is automagic # Does not build with >=sci-mathematics/minisat-2, bug #593662 -# add pcre support: pcre? ( dev-libs/libpcre ) RDEPEND=" dev-db/sqlite:3 + dev-libs/libpcre2:= aspell? ( app-text/aspell ) hunspell? ( app-text/hunspell ) python? ( ${PYTHON_DEPS} ) @@ -54,13 +54,11 @@ my_src_configure() { # java is hopelessly broken, invokes maven at build time (bug #806157) --disable-java-bindings --disable-perl-bindings - --disable-static --enable-sat-solver=bundled + --with-regexlib=pcre2 $(use_enable aspell) $(use_enable hunspell) $(usev hunspell --with-hunspell-dictdir="${EPREFIX}"/usr/share/myspell) - # $(use_enable pcre regex-tokenizer) - # $(use_with pcre) ) econf \