From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 520AA1582EF for ; Fri, 07 Mar 2025 02:39:01 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 3BEB934302F for ; Fri, 07 Mar 2025 02:39:01 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 29DDC11037D; Fri, 07 Mar 2025 02:38:56 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 1A1F011037D for ; Fri, 07 Mar 2025 02:38:56 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 C1B2F342FE2 for ; Fri, 07 Mar 2025 02:38:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EED9A2893 for ; Fri, 07 Mar 2025 02:38:53 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1741315104.cad74f9d9c05da27156aee3a733eb74fd8cfbe2d.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-cpp/clucene/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-cpp/clucene/clucene-2.3.3.4-r10.ebuild X-VCS-Directories: dev-cpp/clucene/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: cad74f9d9c05da27156aee3a733eb74fd8cfbe2d X-VCS-Branch: master Date: Fri, 07 Mar 2025 02:38:53 +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: 51544155-53e5-493e-a224-93890d6fd7dd X-Archives-Hash: c85c3bb1b705b3930a4698887427fd2e commit: cad74f9d9c05da27156aee3a733eb74fd8cfbe2d Author: Jaak Ristioja ristioja ee> AuthorDate: Wed Mar 5 18:59:31 2025 +0000 Commit: Sam James gentoo org> CommitDate: Fri Mar 7 02:38:24 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cad74f9d dev-cpp/clucene: Remove non-existent paths from libclucene-core.pc Closes: https://bugs.gentoo.org/950316 Signed-off-by: Jaak Ristioja ristioja.ee> Closes: https://github.com/gentoo/gentoo/pull/40919 Signed-off-by: Sam James gentoo.org> dev-cpp/clucene/clucene-2.3.3.4-r10.ebuild | 64 ++++++++++++++++++++++++++++++ 1 file changed, 64 insertions(+) diff --git a/dev-cpp/clucene/clucene-2.3.3.4-r10.ebuild b/dev-cpp/clucene/clucene-2.3.3.4-r10.ebuild new file mode 100644 index 000000000000..0736f417a13b --- /dev/null +++ b/dev-cpp/clucene/clucene-2.3.3.4-r10.ebuild @@ -0,0 +1,64 @@ +# Copyright 1999-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +MY_PN="${PN}"-core +MY_P="${MY_PN}"-"${PV}" +inherit cmake + +DESCRIPTION="High-performance, full-featured text search engine based off of lucene in C++" +HOMEPAGE="https://clucene.sourceforge.net" +SRC_URI="https://downloads.sourceforge.net/clucene/${MY_P}.tar.gz" +S="${WORKDIR}/${MY_PN}-${PV}" + +LICENSE="|| ( Apache-2.0 LGPL-2.1 )" +SLOT="1" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos" +IUSE="debug doc static-libs" +RESTRICT="test" + +BDEPEND="doc? ( >=app-text/doxygen-1.4.2 )" + +DOCS=(AUTHORS ChangeLog README README.PACKAGE REQUESTS) + +PATCHES=( + "${FILESDIR}/${P}-fix-clang.patch" + "${FILESDIR}/${P}-contrib.patch" + "${FILESDIR}/${P}-pkgconfig.patch" + "${FILESDIR}/${P}-gcc6.patch" + "${FILESDIR}/${P}-gmtime.patch" + "${FILESDIR}/${P}-musl-pthread.patch" + "${FILESDIR}/${P}-libcxx.patch" + "${FILESDIR}/${P}-fix-binary-function.patch" +) + +src_prepare() { + cmake_src_prepare + + # patch out installing bundled boost headers, we build against system one + sed -i \ + -e '/ADD_SUBDIRECTORY (src\/ext)/d' \ + CMakeLists.txt || die + sed -i \ + -e 's%\(:\| -I\)${prefix}/include/CLucene/ext%%g' \ + ./src/core/libclucene-core.pc.cmake || die + rm -rf src/ext || die +} + +src_configure() { + # Disabled threads: see upstream bug + # https://sourceforge.net/p/clucene/bugs/197/ + local mycmakeargs=( + -DENABLE_ASCII_MODE=OFF + -DENABLE_PACKAGING=OFF + -DDISABLE_MULTITHREADING=OFF + -DBUILD_CONTRIBS_LIB=ON + -DLIB_DESTINATION="${EPREFIX}/usr/$(get_libdir)" + -DENABLE_DEBUG=$(usex debug) + -DENABLE_CLDOCS=$(usex doc) + -DBUILD_STATIC_LIBRARIES=$(usex static-libs) + ) + + cmake_src_configure +}