From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-cpp/clucene/
Date: Fri, 07 Mar 2025 02:38:53 +0000 (UTC) [thread overview]
Message-ID: <1741315104.cad74f9d9c05da27156aee3a733eb74fd8cfbe2d.sam@gentoo> (raw)
commit: cad74f9d9c05da27156aee3a733eb74fd8cfbe2d
Author: Jaak Ristioja <jaak <AT> ristioja <DOT> ee>
AuthorDate: Wed Mar 5 18:59:31 2025 +0000
Commit: Sam James <sam <AT> gentoo <DOT> 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 <jaak <AT> ristioja.ee>
Closes: https://github.com/gentoo/gentoo/pull/40919
Signed-off-by: Sam James <sam <AT> 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
+}
next reply other threads:[~2025-03-07 2:39 UTC|newest]
Thread overview: 30+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-03-07 2:38 Sam James [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-04-26 2:08 [gentoo-commits] repo/gentoo:master commit in: dev-cpp/clucene/ Sam James
2025-04-26 2:08 Sam James
2025-04-26 1:37 Sam James
2025-04-26 1:02 Sam James
2025-04-26 0:57 Sam James
2025-03-07 2:38 Sam James
2023-09-04 21:24 Andreas Sturmlechner
2023-06-28 21:17 Sam James
2022-12-20 21:07 Andreas Sturmlechner
2022-12-18 12:46 Sam James
2022-12-18 12:26 Sam James
2022-12-18 12:00 Sam James
2022-12-18 11:41 Sam James
2022-12-18 11:30 Sam James
2022-11-24 18:14 Conrad Kostecki
2022-07-14 5:34 Sam James
2021-07-23 18:28 Marek Szuba
2021-06-14 14:50 Joonas Niilola
2019-07-30 20:26 Aaron Bauman
2018-08-11 19:00 Georgy Yakovlev
2017-06-11 4:00 Michael Palimaka
2017-04-30 8:35 Jeroen Roovers
2017-04-04 21:26 Michael Weber
2017-04-04 19:28 Tobias Klausmann
2017-03-28 10:54 Michael Weber
2017-03-28 10:49 Michael Weber
2017-03-25 14:43 Agostino Sarubbo
2016-07-27 19:04 Michael Palimaka
2016-06-28 18:41 Johannes Huber
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1741315104.cad74f9d9c05da27156aee3a733eb74fd8cfbe2d.sam@gentoo \
--to=sam@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox