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 8AC5D158094 for ; Sun, 24 Jul 2022 17:06:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C5226E101B; Sun, 24 Jul 2022 17:06:48 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A3829E101B for ; Sun, 24 Jul 2022 17:06:48 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CA284340970 for ; Sun, 24 Jul 2022 17:06:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E4C96552 for ; Sun, 24 Jul 2022 17:06:44 +0000 (UTC) From: "Florian Schmaus" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Florian Schmaus" Message-ID: <1658682399.a3d710a045c56e25fcb2b0f27bbbc4f4374ebe3a.flow@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/jaxb-runtime/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-java/jaxb-runtime/jaxb-runtime-4.0.0.ebuild X-VCS-Directories: dev-java/jaxb-runtime/ X-VCS-Committer: flow X-VCS-Committer-Name: Florian Schmaus X-VCS-Revision: a3d710a045c56e25fcb2b0f27bbbc4f4374ebe3a X-VCS-Branch: master Date: Sun, 24 Jul 2022 17:06:44 +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: e2cf4ded-5c5a-404b-a99d-33eba0e69ddc X-Archives-Hash: 8ec104be9482247e2b3053e1947f20f5 commit: a3d710a045c56e25fcb2b0f27bbbc4f4374ebe3a Author: Volkmar W. Pogatzki pogatzki net> AuthorDate: Wed Jul 13 10:27:58 2022 +0000 Commit: Florian Schmaus gentoo org> CommitDate: Sun Jul 24 17:06:39 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a3d710a0 dev-java/jaxb-runtime: drop 4.0.0 Closes: https://bugs.gentoo.org/860084 Signed-off-by: Volkmar W. Pogatzki pogatzki.net> Closes: https://github.com/gentoo/gentoo/pull/26382 Signed-off-by: Florian Schmaus gentoo.org> dev-java/jaxb-runtime/jaxb-runtime-4.0.0.ebuild | 123 ------------------------ 1 file changed, 123 deletions(-) diff --git a/dev-java/jaxb-runtime/jaxb-runtime-4.0.0.ebuild b/dev-java/jaxb-runtime/jaxb-runtime-4.0.0.ebuild deleted file mode 100644 index 0f4c1c55c97d..000000000000 --- a/dev-java/jaxb-runtime/jaxb-runtime-4.0.0.ebuild +++ /dev/null @@ -1,123 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -# Skeleton command: -# java-ebuilder --generate-ebuild --workdir . --pom runtime/impl/pom.xml --download-uri https://github.com/eclipse-ee4j/jaxb-ri/archive/4.0.0-RI.tar.gz --slot 4 --keywords "~amd64 ~arm ~arm64 ~ppc64 ~x86" --ebuild jaxb-runtime-4.0.0.ebuild - -EAPI=8 - -JAVA_PKG_IUSE="doc source test" -MAVEN_ID="org.glassfish.jaxb:jaxb-runtime:4.0.0" -JAVA_TESTING_FRAMEWORKS="junit-4" - -inherit java-pkg-2 java-pkg-simple - -DESCRIPTION="JAXB (JSR 222) Reference Implementation" -HOMEPAGE="https://eclipse-ee4j.github.io/jaxb-ri/" -SRC_URI="https://github.com/eclipse-ee4j/jaxb-ri/archive/${PV}-RI.tar.gz -> jaxb-ri-${PV}.tar.gz" - -LICENSE="EPL-1.0" -SLOT="4" -KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86" - -# Common dependencies -# POM: runtime/impl/pom.xml -# com.sun.xml.fastinfoset:FastInfoset:2.1.0 -> !!!groupId-not-found!!! -# org.glassfish.jaxb:jaxb-core:4.0.0 -> !!!groupId-not-found!!! -# org.jvnet.staxex:stax-ex:2.1.0 -> !!!groupId-not-found!!! - -CP_DEPEND=" - dev-java/fastinfoset:0 - dev-java/jaxb-stax-ex:0 -" - -DEPEND=" - dev-java/istack-commons-runtime:0 - dev-java/jaxb-api:4 - >=virtual/jdk-11:* - ${CP_DEPEND} -" - -# reason: '<>' with anonymous inner classes is not supported in -source 8 -# (use -source 9 or higher to enable '<>' with anonymous inner classes) -RDEPEND=" - >=virtual/jre-11:* - ${CP_DEPEND}" - -DOCS=( ../{CONTRIBUTING,NOTICE,README}.md ) - -S="${WORKDIR}/jaxb-ri-${PV}-RI/jaxb-ri" - -JAVA_TEST_GENTOO_CLASSPATH="junit-4" - -src_compile() { - einfo "Compiling txw-runtime" - JAVA_SRC_DIR="txw/runtime/src/main/java" - JAVA_JAR_FILENAME="txw-runtime.jar" - java-pkg-simple_src_compile - JAVA_GENTOO_CLASSPATH_EXTRA+=":txw-runtime.jar" - rm -r target || die - - einfo "Compiling core" - JAVA_SRC_DIR="core/src/main/java" - JAVA_RESOURCE_DIRS="core/src/main/resources" - JAVA_JAR_FILENAME="core.jar" - JAVA_CLASSPATH_EXTRA="istack-commons-runtime,jaxb-api-4" - java-pkg-simple_src_compile - JAVA_GENTOO_CLASSPATH_EXTRA+=":core.jar" - rm -r target || die - - einfo "Compiling runtime" - JAVA_SRC_DIR="runtime/impl/src/main/java" - JAVA_RESOURCE_DIRS="runtime/impl/src/main/resources" - JAVA_JAR_FILENAME="runtime.jar" - java-pkg-simple_src_compile - JAVA_GENTOO_CLASSPATH_EXTRA+=":runtime.jar" - rm -r target || die - - if use doc; then - einfo "Compiling javadocs" - rm {core,runtime/impl}/src/main/java/module-info.java || die - JAVA_SRC_DIR=( - "txw/runtime/src/main/java" - "core/src/main/java" - "runtime/impl/src/main/java" - ) - JAVA_JAR_FILENAME="ignoreme.jar" - java-pkg-simple_src_compile - fi -} - -src_test() { -# einfo "Testing txw-runtime" -# JAVA_TEST_SRC_DIR="txw/runtime/src/test/java" -# java-pkg-simple_src_test - - einfo "Testing core" - JAVA_TEST_SRC_DIR="core/src/test/java" - JAVA_TEST_RESOURCE_DIRS="core/src/test/resources" - java-pkg-simple_src_test - - einfo "Testing runtime" - JAVA_TEST_SRC_DIR="runtime/impl/src/test/java" - JAVA_TEST_RESOURCE_DIRS=() - java-pkg-simple_src_test -} - -src_install() { - einstalldocs - - java-pkg_dojar "txw-runtime.jar" - java-pkg_dojar "core.jar" - java-pkg_dojar "runtime.jar" - - if use doc; then - java-pkg_dojavadoc target/api - fi - - if use source; then - java-pkg_dosrc "txw/runtime/src/main/java/*" - java-pkg_dosrc "core/src/main/java/*" - java-pkg_dosrc "runtime/impl/src/main/java/*" - fi -}