From: "Andrew Ammerlaan" <andrewammerlaan@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/sci:master commit in: dev-java/lucene/
Date: Tue, 4 Jan 2022 15:19:55 +0000 (UTC) [thread overview]
Message-ID: <1641309578.1a2a8921c045392f417a367a7e90d3ba7d5514ed.andrewammerlaan@gentoo> (raw)
commit: 1a2a8921c045392f417a367a7e90d3ba7d5514ed
Author: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 4 15:19:38 2022 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Tue Jan 4 15:19:38 2022 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=1a2a8921
dev-java/lucene: update icu4j requirement
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>
dev-java/lucene/lucene-3.6.2-r2.ebuild | 6 +++---
dev-java/lucene/lucene-5.2.1.ebuild | 8 ++++----
dev-java/lucene/lucene-8.4.0.ebuild | 8 ++++----
3 files changed, 11 insertions(+), 11 deletions(-)
diff --git a/dev-java/lucene/lucene-3.6.2-r2.ebuild b/dev-java/lucene/lucene-3.6.2-r2.ebuild
index 31fd5ed60..bdec54f4c 100644
--- a/dev-java/lucene/lucene-3.6.2-r2.ebuild
+++ b/dev-java/lucene/lucene-3.6.2-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -31,7 +31,7 @@ CDEPEND="
dev-java/commons-logging:0
dev-java/commons-beanutils:1.7
dev-java/commons-codec:0
- dev-java/icu4j:52
+ dev-java/icu4j:70
)"
DEPEND="
@@ -119,7 +119,7 @@ src_compile() {
commons-logging
commons-beanutils-1.7
commons-codec
- icu4j-52
+ icu4j-70
"
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 6c7e3aed3..e6cea2888 100644
--- a/dev-java/lucene/lucene-5.2.1.ebuild
+++ b/dev-java/lucene/lucene-5.2.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -35,7 +35,7 @@ CDEPEND="
dev-java/commons-logging:0
dev-java/commons-beanutils:1.7
dev-java/commons-codec:0
- dev-java/icu4j:52
+ dev-java/icu4j:70
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-52
+ java-pkg_jar-from --into analysis/icu/lib icu4j-70
# 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-52
+ icu4j-70
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 de72b14c6..9d58ad6e6 100644
--- a/dev-java/lucene/lucene-8.4.0.ebuild
+++ b/dev-java/lucene/lucene-8.4.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -35,7 +35,7 @@ CDEPEND="
dev-java/commons-logging:0
dev-java/commons-beanutils:1.7
dev-java/commons-codec:0
- dev-java/icu4j:52
+ dev-java/icu4j:70
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-52
+ java-pkg_jar-from --into analysis/icu/lib icu4j-70
# 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-52
+ icu4j-70
log4j
"
EANT_BUILD_TARGET+=" build-modules"
next reply other threads:[~2022-01-04 15:19 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-01-04 15:19 Andrew Ammerlaan [this message]
-- strict thread matches above, loose matches on Subject: below --
2021-11-30 13:24 [gentoo-commits] proj/sci:master commit in: dev-java/lucene/ Andrew Ammerlaan
2021-03-22 11:26 Andrew Ammerlaan
2021-03-21 13:24 Andrew Ammerlaan
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=1641309578.1a2a8921c045392f417a367a7e90d3ba7d5514ed.andrewammerlaan@gentoo \
--to=andrewammerlaan@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