Gentoo Archives: gentoo-commits

From: Andrew Ammerlaan <andrewammerlaan@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: dev-java/lucene/
Date: Tue, 04 Jan 2022 15:19:59
Message-Id: 1641309578.1a2a8921c045392f417a367a7e90d3ba7d5514ed.andrewammerlaan@gentoo
1 commit: 1a2a8921c045392f417a367a7e90d3ba7d5514ed
2 Author: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jan 4 15:19:38 2022 +0000
4 Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
5 CommitDate: Tue Jan 4 15:19:38 2022 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=1a2a8921
7
8 dev-java/lucene: update icu4j requirement
9
10 Package-Manager: Portage-3.0.30, Repoman-3.0.3
11 Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>
12
13 dev-java/lucene/lucene-3.6.2-r2.ebuild | 6 +++---
14 dev-java/lucene/lucene-5.2.1.ebuild | 8 ++++----
15 dev-java/lucene/lucene-8.4.0.ebuild | 8 ++++----
16 3 files changed, 11 insertions(+), 11 deletions(-)
17
18 diff --git a/dev-java/lucene/lucene-3.6.2-r2.ebuild b/dev-java/lucene/lucene-3.6.2-r2.ebuild
19 index 31fd5ed60..bdec54f4c 100644
20 --- a/dev-java/lucene/lucene-3.6.2-r2.ebuild
21 +++ b/dev-java/lucene/lucene-3.6.2-r2.ebuild
22 @@ -1,4 +1,4 @@
23 -# Copyright 1999-2021 Gentoo Authors
24 +# Copyright 1999-2022 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 EAPI=7
28 @@ -31,7 +31,7 @@ CDEPEND="
29 dev-java/commons-logging:0
30 dev-java/commons-beanutils:1.7
31 dev-java/commons-codec:0
32 - dev-java/icu4j:52
33 + dev-java/icu4j:70
34 )"
35
36 DEPEND="
37 @@ -119,7 +119,7 @@ src_compile() {
38 commons-logging
39 commons-beanutils-1.7
40 commons-codec
41 - icu4j-52
42 + icu4j-70
43 "
44 EANT_BUILD_TARGET+=" build-contrib"
45 EANT_DOC_TARGET+=" javadocs-all"
46
47 diff --git a/dev-java/lucene/lucene-5.2.1.ebuild b/dev-java/lucene/lucene-5.2.1.ebuild
48 index 6c7e3aed3..e6cea2888 100644
49 --- a/dev-java/lucene/lucene-5.2.1.ebuild
50 +++ b/dev-java/lucene/lucene-5.2.1.ebuild
51 @@ -1,4 +1,4 @@
52 -# Copyright 1999-2021 Gentoo Authors
53 +# Copyright 1999-2022 Gentoo Authors
54 # Distributed under the terms of the GNU General Public License v2
55
56 EAPI=7
57 @@ -35,7 +35,7 @@ CDEPEND="
58 dev-java/commons-logging:0
59 dev-java/commons-beanutils:1.7
60 dev-java/commons-codec:0
61 - dev-java/icu4j:52
62 + dev-java/icu4j:70
63 dev-java/log4j:0
64 )"
65
66 @@ -114,7 +114,7 @@ src_prepare() {
67
68 if use modules; then
69 mkdir -p analysis/icu/lib
70 - java-pkg_jar-from --into analysis/icu/lib icu4j-52
71 + java-pkg_jar-from --into analysis/icu/lib icu4j-70
72 # disable morfologik, dependency does not build
73 # disable uima, dependency does not build
74 # disable phonetic, dependency does not exist
75 @@ -171,7 +171,7 @@ src_compile() {
76 commons-logging
77 commons-beanutils-1.7
78 commons-codec
79 - icu4j-52
80 + icu4j-70
81 log4j
82 "
83 EANT_BUILD_TARGET+=" build-modules"
84
85 diff --git a/dev-java/lucene/lucene-8.4.0.ebuild b/dev-java/lucene/lucene-8.4.0.ebuild
86 index de72b14c6..9d58ad6e6 100644
87 --- a/dev-java/lucene/lucene-8.4.0.ebuild
88 +++ b/dev-java/lucene/lucene-8.4.0.ebuild
89 @@ -1,4 +1,4 @@
90 -# Copyright 1999-2021 Gentoo Authors
91 +# Copyright 1999-2022 Gentoo Authors
92 # Distributed under the terms of the GNU General Public License v2
93
94 EAPI=7
95 @@ -35,7 +35,7 @@ CDEPEND="
96 dev-java/commons-logging:0
97 dev-java/commons-beanutils:1.7
98 dev-java/commons-codec:0
99 - dev-java/icu4j:52
100 + dev-java/icu4j:70
101 dev-java/log4j:0
102 )"
103
104 @@ -124,7 +124,7 @@ src_prepare() {
105
106 if use modules; then
107 mkdir -p analysis/icu/lib
108 - java-pkg_jar-from --into analysis/icu/lib icu4j-52
109 + java-pkg_jar-from --into analysis/icu/lib icu4j-70
110 # disable morfologik, dependency does not build
111 # disable opennlp, dependency does not exist
112 # disable phonetic, dependency does not exist
113 @@ -183,7 +183,7 @@ src_compile() {
114 commons-logging
115 commons-beanutils-1.7
116 commons-codec
117 - icu4j-52
118 + icu4j-70
119 log4j
120 "
121 EANT_BUILD_TARGET+=" build-modules"