commit: a4fbc23d861a8624ea0d432dc9cec2843f3f118e
Author: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
AuthorDate: Tue Nov 30 13:19:12 2021 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Tue Nov 30 13:19:12 2021 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=a4fbc23d
dev-java/lucene: switch to icu4j slot 52
slot 56 removed from ::gentoo
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>
dev-java/lucene/lucene-3.6.2-r2.ebuild | 4 ++--
dev-java/lucene/lucene-5.2.1.ebuild | 6 +++---
dev-java/lucene/lucene-8.4.0.ebuild | 6 +++---
3 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/dev-java/lucene/lucene-3.6.2-r2.ebuild
b/dev-java/lucene/lucene-3.6.2-r2.ebuild
index 97e5c8d6e..31fd5ed60 100644
--- a/dev-java/lucene/lucene-3.6.2-r2.ebuild
+++ b/dev-java/lucene/lucene-3.6.2-r2.ebuild
@@ -31,7 +31,7 @@ CDEPEND="
dev-java/commons-logging:0
dev-java/commons-beanutils:1.7
dev-java/commons-codec:0
- dev-java/icu4j:56
+ dev-java/icu4j:52
)"
DEPEND="
@@ -119,7 +119,7 @@ src_compile() {
commons-logging
commons-beanutils-1.7
commons-codec
- icu4j-56
+ icu4j-52
"
EANT_BUILD_TARGET+=" build-contrib"
EANT_DOC_TARGET+=" javadocs-all"
diff --git a/dev-java/lucene/lucene-5.2.1.ebuild
b/dev-java/lucene/lucene-5.2.1.ebuild
index 8038db195..6c7e3aed3 100644
--- a/dev-java/lucene/lucene-5.2.1.ebuild
+++ b/dev-java/lucene/lucene-5.2.1.ebuild
@@ -35,7 +35,7 @@ CDEPEND="
dev-java/commons-logging:0
dev-java/commons-beanutils:1.7
dev-java/commons-codec:0
- dev-java/icu4j:56
+ dev-java/icu4j:52
dev-java/log4j:0
)"
@@ -114,7 +114,7 @@ src_prepare() {
if use modules; then
mkdir -p analysis/icu/lib
- java-pkg_jar-from --into analysis/icu/lib icu4j-56
+ java-pkg_jar-from --into analysis/icu/lib icu4j-52
# disable morfologik, dependency does not build
# disable uima, dependency does not build
# disable phonetic, dependency does not exist
@@ -171,7 +171,7 @@ src_compile() {
commons-logging
commons-beanutils-1.7
commons-codec
- icu4j-56
+ icu4j-52
log4j
"
EANT_BUILD_TARGET+=" build-modules"
diff --git a/dev-java/lucene/lucene-8.4.0.ebuild
b/dev-java/lucene/lucene-8.4.0.ebuild
index b9967b3e5..de72b14c6 100644
--- a/dev-java/lucene/lucene-8.4.0.ebuild
+++ b/dev-java/lucene/lucene-8.4.0.ebuild
@@ -35,7 +35,7 @@ CDEPEND="
dev-java/commons-logging:0
dev-java/commons-beanutils:1.7
dev-java/commons-codec:0
- dev-java/icu4j:56
+ dev-java/icu4j:52
dev-java/log4j:0
)"
@@ -124,7 +124,7 @@ src_prepare() {
if use modules; then
mkdir -p analysis/icu/lib
- java-pkg_jar-from --into analysis/icu/lib icu4j-56
+ java-pkg_jar-from --into analysis/icu/lib icu4j-52
# disable morfologik, dependency does not build
# disable opennlp, dependency does not exist
# disable phonetic, dependency does not exist
@@ -183,7 +183,7 @@ src_compile() {
commons-logging
commons-beanutils-1.7
commons-codec
- icu4j-56
+ icu4j-52
log4j
"
EANT_BUILD_TARGET+=" build-modules"