summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2023-09-04 20:49:39 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2023-09-04 23:24:27 +0200
commit10e6b82c09b23e24e80429889fcfe7457d08e0d0 (patch)
tree543bee118721d1b443bfdb5df49fd4b45ab8575c /dev-cpp
parentdev-cpp/clucene: update EAPI 7 -> 8 (diff)
downloadgentoo-10e6b82c09b23e24e80429889fcfe7457d08e0d0.tar.gz
gentoo-10e6b82c09b23e24e80429889fcfe7457d08e0d0.tar.bz2
gentoo-10e6b82c09b23e24e80429889fcfe7457d08e0d0.zip
dev-cpp/lucene++: update EAPI 7 -> 8
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'dev-cpp')
-rw-r--r--dev-cpp/lucene++/lucene++-3.0.7-r3.ebuild11
1 files changed, 5 insertions, 6 deletions
diff --git a/dev-cpp/lucene++/lucene++-3.0.7-r3.ebuild b/dev-cpp/lucene++/lucene++-3.0.7-r3.ebuild
index c6ee8f7aa87d..025c5aad888e 100644
--- a/dev-cpp/lucene++/lucene++-3.0.7-r3.ebuild
+++ b/dev-cpp/lucene++/lucene++-3.0.7-r3.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=7
+EAPI=8
MY_P="LucenePlusPlus-rel_${PV}"
inherit cmake
@@ -9,18 +9,17 @@ 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"
+S="${WORKDIR}/${MY_P}"
LICENSE="|| ( LGPL-3 Apache-2.0 )"
SLOT="0"
KEYWORDS="amd64 ~hppa ~loong ppc ppc64 sparc x86"
IUSE="debug"
-DEPEND="dev-libs/boost:=[zlib]"
-RDEPEND="${DEPEND}"
-
RESTRICT="test"
-S="${WORKDIR}/${MY_P}"
+DEPEND="dev-libs/boost:=[zlib]"
+RDEPEND="${DEPEND}"
DOCS=( AUTHORS README.rst )