From 39d9aa42d1d4da8a512c63fcb24e90c9db71d178 Mon Sep 17 00:00:00 2001 From: Sam James Date: Sun, 31 Oct 2021 07:58:57 +0000 Subject: dev-cpp/lucene++: depend on boost[zlib] Closes: https://bugs.gentoo.org/800530 Signed-off-by: Sam James --- dev-cpp/lucene++/lucene++-3.0.7-r2.ebuild | 36 ------------------------------- dev-cpp/lucene++/lucene++-3.0.7-r3.ebuild | 36 +++++++++++++++++++++++++++++++ 2 files changed, 36 insertions(+), 36 deletions(-) delete mode 100644 dev-cpp/lucene++/lucene++-3.0.7-r2.ebuild create mode 100644 dev-cpp/lucene++/lucene++-3.0.7-r3.ebuild (limited to 'dev-cpp') diff --git a/dev-cpp/lucene++/lucene++-3.0.7-r2.ebuild b/dev-cpp/lucene++/lucene++-3.0.7-r2.ebuild deleted file mode 100644 index 30c7d8b5fa31..000000000000 --- a/dev-cpp/lucene++/lucene++-3.0.7-r2.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -MY_P="LucenePlusPlus-rel_${PV}" -inherit cmake - -DESCRIPTION="C++ port of Lucene library, a high-performance, full-featured text search engine" -HOMEPAGE="https://github.com/luceneplusplus/LucenePlusPlus" -SRC_URI="https://github.com/luceneplusplus/LucenePlusPlus/archive/rel_${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="|| ( LGPL-3 Apache-2.0 )" -SLOT="0" -KEYWORDS="amd64 ~hppa ppc ppc64 sparc x86" -IUSE="debug" - -DEPEND="dev-libs/boost:=" -RDEPEND="${DEPEND}" - -RESTRICT="test" - -S="${WORKDIR}/${MY_P}" - -DOCS=( AUTHORS README.rst ) - -PATCHES=( "${FILESDIR}/${P}-boost-1.58.patch" ) - -src_configure() { - local mycmakeargs=( - -DENABLE_DEMO=OFF - -DENABLE_TEST=OFF - ) - - cmake_src_configure -} diff --git a/dev-cpp/lucene++/lucene++-3.0.7-r3.ebuild b/dev-cpp/lucene++/lucene++-3.0.7-r3.ebuild new file mode 100644 index 000000000000..4084b8771570 --- /dev/null +++ b/dev-cpp/lucene++/lucene++-3.0.7-r3.ebuild @@ -0,0 +1,36 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +MY_P="LucenePlusPlus-rel_${PV}" +inherit cmake + +DESCRIPTION="C++ port of Lucene library, a high-performance, full-featured text search engine" +HOMEPAGE="https://github.com/luceneplusplus/LucenePlusPlus" +SRC_URI="https://github.com/luceneplusplus/LucenePlusPlus/archive/rel_${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="|| ( LGPL-3 Apache-2.0 )" +SLOT="0" +KEYWORDS="amd64 ~hppa ppc ppc64 sparc x86" +IUSE="debug" + +DEPEND="dev-libs/boost:=[zlib]" +RDEPEND="${DEPEND}" + +RESTRICT="test" + +S="${WORKDIR}/${MY_P}" + +DOCS=( AUTHORS README.rst ) + +PATCHES=( "${FILESDIR}/${P}-boost-1.58.patch" ) + +src_configure() { + local mycmakeargs=( + -DENABLE_DEMO=OFF + -DENABLE_TEST=OFF + ) + + cmake_src_configure +} -- cgit v1.2.3