From: "Miroslav Šulc" <fordfrog@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/woodstox-core/
Date: Sat, 23 Apr 2022 07:05:10 +0000 (UTC) [thread overview]
Message-ID: <1650697507.b4f47febbcc5122a7b614f633058d2cd4277388e.fordfrog@gentoo> (raw)
commit: b4f47febbcc5122a7b614f633058d2cd4277388e
Author: Volkmar W. Pogatzki <gentoo <AT> pogatzki <DOT> net>
AuthorDate: Sat Apr 23 06:13:53 2022 +0000
Commit: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
CommitDate: Sat Apr 23 07:05:07 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b4f47feb
dev-java/woodstox-core: drop 6.2.7
Signed-off-by: Volkmar W. Pogatzki <gentoo <AT> pogatzki.net>
Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>
dev-java/woodstox-core/Manifest | 1 -
dev-java/woodstox-core/woodstox-core-6.2.7.ebuild | 106 ----------------------
2 files changed, 107 deletions(-)
diff --git a/dev-java/woodstox-core/Manifest b/dev-java/woodstox-core/Manifest
index 372653e8ebba..28967d079b9e 100644
--- a/dev-java/woodstox-core/Manifest
+++ b/dev-java/woodstox-core/Manifest
@@ -1,2 +1 @@
-DIST woodstox-core-6.2.7.tar.gz 5250524 BLAKE2B 3f5be53a459e8999cb53b3e89398bd94439815dd58cc30df7e1b71b9e98ef94b7704d04ae20401d39afff67210e423a4c5a148909a3a7ed750f7e0e24146c24a SHA512 0e2e11607c26d97509708523c4617d9e75fc529fbf5294b25deba5ca570797692e31e65621c77e7c4d9bdf0b3dee4b3c4fe0486a1e23d19dc41035d7d710668e
DIST woodstox-core-6.2.8.tar.gz 5250255 BLAKE2B 69e45da9c7e09652ffc45b366359ae12954ad0450157d8639833d41600958d10ff1203502c926f0f23cd3e3d03dbc83378a9614e5eb19367fb60fad1232f4dd8 SHA512 c5af386891ab63fb2efc8510353e35c20fa157048631c809ed3d7e070b377ef5c21ffb1b7a0f9e597113db714ebc778951ac8a8e049c3d8291a89c3a0e7a044e
diff --git a/dev-java/woodstox-core/woodstox-core-6.2.7.ebuild b/dev-java/woodstox-core/woodstox-core-6.2.7.ebuild
deleted file mode 100644
index be656d0b16aa..000000000000
--- a/dev-java/woodstox-core/woodstox-core-6.2.7.ebuild
+++ /dev/null
@@ -1,106 +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 pom.xml --download-uri https://github.com/FasterXML/woodstox/archive/refs/tags/woodstox-core-6.2.7.tar.gz --slot 0 --keywords "~amd64 ~arm ~arm64 ~ppc64 ~x86" --ebuild woodstox-core-6.2.7.ebuild
-
-EAPI=8
-
-JAVA_PKG_IUSE="doc source test"
-MAVEN_ID="com.fasterxml.woodstox:woodstox-core:6.2.7"
-JAVA_TESTING_FRAMEWORKS="junit-4"
-
-inherit java-pkg-2 java-pkg-simple
-
-DESCRIPTION="An XML processor that implements Stax (JSR-173), SAX2 and Stax2 APIs"
-HOMEPAGE="https://github.com/FasterXML/woodstox"
-SRC_URI="https://github.com/FasterXML/woodstox/archive/refs/tags/${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ppc64 x86"
-
-# Common dependencies
-# POM: pom.xml
-# net.java.dev.msv:msv-core:2013.6.1 -> !!!artifactId-not-found!!!
-# net.java.dev.msv:xsdlib:2013.6.1 -> >=dev-java/xsdlib-20090415:0
-# org.codehaus.woodstox:stax2-api:4.2.1 -> >=dev-java/stax2-api-4.2.1:0
-# relaxngDatatype:relaxngDatatype:20020414 -> !!!groupId-not-found!!!
-
-CP_DEPEND="
- dev-java/msv:0
- dev-java/relaxng-datatype:0
- dev-java/stax2-api:0
- dev-java/xsdlib:0
-"
-
-# Compile dependencies
-# POM: pom.xml
-# org.apache.felix:org.osgi.core:1.4.0 -> !!!groupId-not-found!!!
-# POM: pom.xml
-# test? junit:junit:4.13.1 -> >=dev-java/junit-4.13.2:4
-
-DEPEND="${CP_DEPEND}
- >=virtual/jdk-1.8:*
- dev-java/osgi-core-api:0"
-
-RDEPEND="${CP_DEPEND}
- >=virtual/jre-1.8:*"
-
-DOCS=( LICENSE {README,SECURITY}.md release-notes/{CREDITS,VERSION} )
-
-S="${WORKDIR}/woodstox-${P}"
-
-JAVA_CLASSPATH_EXTRA="osgi-core-api"
-JAVA_SRC_DIR=( "src/main/java" "src/moditect" )
-JAVA_RESOURCE_DIRS="src/main/resources"
-
-JAVA_TEST_GENTOO_CLASSPATH="junit-4"
-JAVA_TEST_SRC_DIR="src/test/java"
-JAVA_TEST_RESOURCE_DIRS="src/test/resources"
-
-JAVA_TEST_EXCLUDES=(
- # Upstream: Tests run: 864, Failures: 0, Errors: 0, Skipped: 0
- # "No tests found in ..."
- wstxtest.vstream.BaseValidationTest
- wstxtest.BaseWstxTest
- stax2.vstream.BaseStax2ValidationTest
- stax2.BaseStax2Test
- stax2.wstream.BaseWriterTest
- org.codehaus.stax.test.BaseStaxTest
- org.codehaus.stax.test.wstream.BaseWriterTest
- org.codehaus.stax.test.stream.BaseStreamTest
- # "... has no public constructor"
- wstxtest.stream.BaseStreamTest
- wstxtest.wstream.BaseWriterTest
- stax2.vwstream.BaseOutputTest
- org.codehaus.stax.test.vstream.BaseVStreamTest
- org.codehaus.stax.test.evt.BaseEventTest
- # Upstream does not run these:
- failing.TestBasicSax
- failing.TestExtLocationInfo91
- failing.TestRelaxNG
- failing.TestW3CDefaultValues
- failing.TestW3CDefaultValues
- failing.TestW3CSchemaComplexTypes
- failing.TestW3CSchemaTypes
- failing.TestW3CSchemaTypes
-)
-
-src_prepare() {
- default
-
- #rc/moditect/module-info.java:32: error: package com.ctc.wstx.shaded.msv.relaxng_datatype does not exist
- # provides com.ctc.wstx.shaded.msv.relaxng_datatype.DatatypeLibraryFactory with com.ctc.wstx.shaded.msv_core.datatype.xsd.ngimpl.DataTypeLibraryImpl;
- # ^
- #src/moditect/module-info.java:32: error: package com.ctc.wstx.shaded.msv_core.datatype.xsd.ngimpl does not exist
- # provides com.ctc.wstx.shaded.msv.relaxng_datatype.DatatypeLibraryFactory with com.ctc.wstx.shaded.msv_core.datatype.xsd.ngimpl.DataTypeLibraryImpl
- sed -e '/com.ctc.wstx.shaded.msv/d' \
- -e '/org.codehaus.stax2.validation/d' \
- -i "src/moditect/module-info.java" || die
-}
-
-src_install() {
- default # https://bugs.gentoo.org/789582
- java-pkg-simple_src_install
-}
next reply other threads:[~2022-04-23 7:05 UTC|newest]
Thread overview: 32+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-04-23 7:05 Miroslav Šulc [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-10-12 17:12 [gentoo-commits] repo/gentoo:master commit in: dev-java/woodstox-core/ Arthur Zamarin
2023-11-29 9:19 Miroslav Šulc
2023-01-28 6:52 Arthur Zamarin
2023-01-27 20:25 Arthur Zamarin
2023-01-27 20:18 Arthur Zamarin
2023-01-27 20:14 Arthur Zamarin
2023-01-27 19:43 Arthur Zamarin
2022-12-28 18:53 Florian Schmaus
2022-11-03 18:16 Arthur Zamarin
2022-11-03 18:10 Arthur Zamarin
2022-11-03 8:43 Agostino Sarubbo
2022-10-19 17:35 Arthur Zamarin
2022-10-12 18:56 Arthur Zamarin
2022-10-10 23:40 Sam James
2022-10-10 11:49 Sam James
2022-09-25 8:24 Arthur Zamarin
2022-09-10 19:13 Arthur Zamarin
2022-09-10 18:59 Arthur Zamarin
2022-09-10 16:36 Florian Schmaus
2022-05-10 6:37 Florian Schmaus
2022-05-10 6:37 Florian Schmaus
[not found] <1650651017.9470a2ba448d165a206e3bb413a6a896f2baea0d.arthurzam@gentoo>
2022-04-22 18:10 ` Arthur Zamarin
2022-04-22 18:10 Arthur Zamarin
2022-04-15 6:36 Arthur Zamarin
2022-04-15 6:22 Agostino Sarubbo
2022-03-16 22:29 Sam James
2022-03-06 8:54 Agostino Sarubbo
2022-03-06 8:52 Agostino Sarubbo
2022-03-06 8:50 Agostino Sarubbo
2022-03-06 7:43 Sam James
2022-02-03 6:56 Florian Schmaus
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=1650697507.b4f47febbcc5122a7b614f633058d2cd4277388e.fordfrog@gentoo \
--to=fordfrog@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