From: "Arthur Zamarin" <arthurzam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/woodstox-core/
Date: Sat, 28 Jan 2023 06:52:31 +0000 (UTC) [thread overview]
Message-ID: <1674888733.a3d8f721df1201ed1da96904a9ac6bab5f5b55d2.arthurzam@gentoo> (raw)
commit: a3d8f721df1201ed1da96904a9ac6bab5f5b55d2
Author: Volkmar W. Pogatzki <gentoo <AT> pogatzki <DOT> net>
AuthorDate: Fri Jan 27 21:03:38 2023 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Jan 28 06:52:13 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a3d8f721
dev-java/woodstox-core: drop 6.3.1
Signed-off-by: Volkmar W. Pogatzki <gentoo <AT> pogatzki.net>
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
dev-java/woodstox-core/Manifest | 1 -
dev-java/woodstox-core/woodstox-core-6.3.1.ebuild | 89 -----------------------
2 files changed, 90 deletions(-)
diff --git a/dev-java/woodstox-core/Manifest b/dev-java/woodstox-core/Manifest
index b58cc4a47a7e..be5e4bc9c5ff 100644
--- a/dev-java/woodstox-core/Manifest
+++ b/dev-java/woodstox-core/Manifest
@@ -1,2 +1 @@
-DIST woodstox-core-6.3.1.tar.gz 6029586 BLAKE2B 04fcd7fd958cd3efa8a1e864786b88a1f8c3f0d6d6faecb5eb91a7cf755da4cef2664c0583702bf21dde741632638242131f0d46acb8f1b91bd00bf4c9a7af5b SHA512 fee1d8dc33aa2e3617b451fab285dbc91154738765eb9d93e8c1809a70f09ccb2f1cf2b70f57f836323d0a80bd5caeae0f5a4c5e2cee609c2a9d30106bf42acb
DIST woodstox-core-6.4.0.tar.gz 6030457 BLAKE2B 0506a4af84eff8ac11bc6363581f8de737116bd254d0c3b2f68a9ce062325934188c5a05eeff918ae012330d885ba7940f9dc1afb01ee951ff58cdcd1c86b2c7 SHA512 ca8033084c0355c5a321ab51ab6cfee62737b49ab98106fab0abb3ac8950ddd773dc91d864e4e62bdddaca1b7ba98f3639d1a61d8c436892b35193a8c838659f
diff --git a/dev-java/woodstox-core/woodstox-core-6.3.1.ebuild b/dev-java/woodstox-core/woodstox-core-6.3.1.ebuild
deleted file mode 100644
index 3a6b3c2a149a..000000000000
--- a/dev-java/woodstox-core/woodstox-core-6.3.1.ebuild
+++ /dev/null
@@ -1,89 +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/woodstox-core-6.3.1.tar.gz --slot 0 --keywords "~amd64 ~arm ~arm64 ~ppc64 ~x86" --ebuild woodstox-core-6.3.1.ebuild
-
-EAPI=8
-
-JAVA_PKG_IUSE="doc source test"
-MAVEN_ID="com.fasterxml.woodstox:woodstox-core:6.3.1"
-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/${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 -> >=dev-java/msv-2022.7:0
-# net.java.dev.msv:xsdlib:2013.6.1 -> >=dev-java/xsdlib-2022.7:0
-# org.codehaus.woodstox:stax2-api:4.2.1 -> >=dev-java/stax2-api-4.2.1:0
-# relaxngDatatype:relaxngDatatype:20020414 -> >=dev-java/relaxng-datatype-20020414:0
-
-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
-# biz.aQute.bnd:biz.aQute.bnd.annotation:6.3.1 -> >=dev-java/aqute-bnd-annotation-6.3.1:0
-# org.osgi:osgi.core:5.0.0 -> >=dev-java/osgi-core-8.0.0:0
-# POM: pom.xml
-# test? junit:junit:4.13.2 -> >=dev-java/junit-4.13.2:4
-
-DEPEND="${CP_DEPEND}
- >=virtual/jdk-11:*
- dev-java/aqute-bnd-annotation:0
- dev-java/osgi-core:0"
-
-RDEPEND="${CP_DEPEND}
- >=virtual/jre-1.8:*"
-
-DOCS=( {README,SECURITY}.md release-notes/{CREDITS,VERSION} )
-
-S="${WORKDIR}/woodstox-${P}"
-
-JAVA_CLASSPATH_EXTRA="aqute-bnd-annotation,osgi-core"
-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"
-
-# https://github.com/FasterXML/woodstox/blob/woodstox-core-6.3.0/pom.xml#L229-L243
-src_test() {
- pushd src/test/java > /dev/null || die
- local JAVA_TEST_RUN_ONLY=$(find * \
- \( -wholename "**/Test*.java" \
- -o -wholename "**/*Test.java" \) \
- ! -wholename "failing/*.java" \
- ! -wholename "**/Abstract*.jav" \
- ! -wholename "**/Base*.java" \
- )
- popd > /dev/null
- JAVA_TEST_RUN_ONLY="${JAVA_TEST_RUN_ONLY//.java}"
- JAVA_TEST_RUN_ONLY="${JAVA_TEST_RUN_ONLY//\//.}"
- java-pkg-simple_src_test
-}
-
-src_prepare() {
- default
-
- # src/moditect/module-info.java:33: error: cannot find symbol
- # provides org.codehaus.stax2.validation.XMLValidationSchemaFactory.dtd with com.ctc.wstx.dtd.DTDSchemaFactory;
- # https://bugs.gentoo.org/858302
- sed -e '/com.ctc.wstx.shaded.msv/d' \
- -e '/org.codehaus.stax2.validation/d' \
- -i "src/moditect/module-info.java" || die
-}
next reply other threads:[~2023-01-28 6:52 UTC|newest]
Thread overview: 32+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-01-28 6:52 Arthur Zamarin [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-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
2022-04-23 7:05 Miroslav Šulc
[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=1674888733.a3d8f721df1201ed1da96904a9ac6bab5f5b55d2.arthurzam@gentoo \
--to=arthurzam@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