From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id BAAB5158086 for ; Wed, 10 Nov 2021 17:10:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B183F2BC004; Wed, 10 Nov 2021 17:10:21 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id CC3122BC004 for ; Wed, 10 Nov 2021 17:10:16 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 604C7342CDB for ; Wed, 10 Nov 2021 17:10:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 99C5D175 for ; Wed, 10 Nov 2021 17:10:11 +0000 (UTC) From: "Miroslav Šulc" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Miroslav Šulc" Message-ID: <1636564210.373fd4e015e14c3c3a0a5c67bc34be86a234d540.fordfrog@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/icu4j/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-java/icu4j/icu4j-54.1.1-r1.ebuild dev-java/icu4j/icu4j-54.1.1.ebuild X-VCS-Directories: dev-java/icu4j/ X-VCS-Committer: fordfrog X-VCS-Committer-Name: Miroslav Šulc X-VCS-Revision: 373fd4e015e14c3c3a0a5c67bc34be86a234d540 X-VCS-Branch: master Date: Wed, 10 Nov 2021 17:10:11 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 4a557a75-3f9f-48ff-9245-f04240842f47 X-Archives-Hash: 535441e60858d8eddea03f83f1a068a3 commit: 373fd4e015e14c3c3a0a5c67bc34be86a234d540 Author: Miroslav Šulc gentoo org> AuthorDate: Wed Nov 10 17:08:51 2021 +0000 Commit: Miroslav Šulc gentoo org> CommitDate: Wed Nov 10 17:10:10 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=373fd4e0 dev-java/icu4j: eapi7 and restricted compile java to 1.8 in 54.1.1-r1 Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Miroslav Šulc gentoo.org> .../icu4j/{icu4j-54.1.1.ebuild => icu4j-54.1.1-r1.ebuild} | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/dev-java/icu4j/icu4j-54.1.1.ebuild b/dev-java/icu4j/icu4j-54.1.1-r1.ebuild similarity index 82% rename from dev-java/icu4j/icu4j-54.1.1.ebuild rename to dev-java/icu4j/icu4j-54.1.1-r1.ebuild index e58375be105..640cdc0756f 100644 --- a/dev-java/icu4j/icu4j-54.1.1.ebuild +++ b/dev-java/icu4j/icu4j-54.1.1-r1.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI="5" +EAPI=7 # testdata.jar, icudata.jar and icutzdata.jar do not contain *.class files # but *.res files. These *.res data files are needed to build the final jar. @@ -19,12 +19,15 @@ SLOT="52" KEYWORDS="amd64 ~arm64 ~ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x86-solaris" IUSE="" -# Beware of jdk version dependant code #361593 -DEPEND=">=virtual/jdk-1.6" -RDEPEND=">=virtual/jre-1.6" +# the build system does not support java > 1.8 +# also the package does not compile with newer jdks because of missing classes +DEPEND="virtual/jdk:1.8" +RDEPEND=">=virtual/jre-1.8:*" S="${WORKDIR}" +HTML_DOCS="readme.html" + JAVA_PKG_BSFIX_NAME+=" common-targets.xml" EANT_DOC_TARGET="docs" @@ -39,7 +42,7 @@ src_install() { java-pkg_dojar ${PN}-charset.jar java-pkg_dojar ${PN}-localespi.jar - dohtml readme.html + einstalldocs use doc && java-pkg_dojavadoc doc use examples && java-pkg_doexamples demos samples