Gentoo Archives: gentoo-commits

From: Arthur Zamarin <arthurzam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/woodstox-core/
Date: Thu, 03 Nov 2022 18:10:49
Message-Id: 1667499041.c05dd858693ef933ffddd905daf103629d005b71.arthurzam@gentoo
1 commit: c05dd858693ef933ffddd905daf103629d005b71
2 Author: Volkmar W. Pogatzki <gentoo <AT> pogatzki <DOT> net>
3 AuthorDate: Thu Nov 3 08:55:16 2022 +0000
4 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
5 CommitDate: Thu Nov 3 18:10:41 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c05dd858
7
8 dev-java/woodstox-core: drop 6.2.8-r1
9
10 Closes: https://bugs.gentoo.org/843185
11 Signed-off-by: Volkmar W. Pogatzki <gentoo <AT> pogatzki.net>
12 Closes: https://github.com/gentoo/gentoo/pull/28120
13 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
14
15 dev-java/woodstox-core/Manifest | 1 -
16 .../woodstox-core/woodstox-core-6.2.8-r1.ebuild | 102 ---------------------
17 2 files changed, 103 deletions(-)
18
19 diff --git a/dev-java/woodstox-core/Manifest b/dev-java/woodstox-core/Manifest
20 index df08ed0f3b78..4bf6f9a20850 100644
21 --- a/dev-java/woodstox-core/Manifest
22 +++ b/dev-java/woodstox-core/Manifest
23 @@ -1,2 +1 @@
24 -DIST woodstox-core-6.2.8.tar.gz 5250255 BLAKE2B 69e45da9c7e09652ffc45b366359ae12954ad0450157d8639833d41600958d10ff1203502c926f0f23cd3e3d03dbc83378a9614e5eb19367fb60fad1232f4dd8 SHA512 c5af386891ab63fb2efc8510353e35c20fa157048631c809ed3d7e070b377ef5c21ffb1b7a0f9e597113db714ebc778951ac8a8e049c3d8291a89c3a0e7a044e
25 DIST woodstox-core-6.3.1.tar.gz 6029586 BLAKE2B 04fcd7fd958cd3efa8a1e864786b88a1f8c3f0d6d6faecb5eb91a7cf755da4cef2664c0583702bf21dde741632638242131f0d46acb8f1b91bd00bf4c9a7af5b SHA512 fee1d8dc33aa2e3617b451fab285dbc91154738765eb9d93e8c1809a70f09ccb2f1cf2b70f57f836323d0a80bd5caeae0f5a4c5e2cee609c2a9d30106bf42acb
26
27 diff --git a/dev-java/woodstox-core/woodstox-core-6.2.8-r1.ebuild b/dev-java/woodstox-core/woodstox-core-6.2.8-r1.ebuild
28 deleted file mode 100644
29 index 53a600676959..000000000000
30 --- a/dev-java/woodstox-core/woodstox-core-6.2.8-r1.ebuild
31 +++ /dev/null
32 @@ -1,102 +0,0 @@
33 -# Copyright 1999-2022 Gentoo Authors
34 -# Distributed under the terms of the GNU General Public License v2
35 -
36 -# Skeleton command:
37 -# java-ebuilder --generate-ebuild --workdir . --pom pom.xml --download-uri https://github.com/FasterXML/woodstox/archive/woodstox-core-6.2.8.tar.gz --slot 0 --keywords "~amd64 ~arm ~arm64 ~ppc64 ~x86" --ebuild woodstox-core-6.2.8.ebuild
38 -
39 -EAPI=8
40 -
41 -JAVA_PKG_IUSE="doc source test"
42 -MAVEN_ID="com.fasterxml.woodstox:woodstox-core:6.2.8"
43 -JAVA_TESTING_FRAMEWORKS="junit-4"
44 -
45 -inherit java-pkg-2 java-pkg-simple
46 -
47 -DESCRIPTION="An XML processor that implements Stax (JSR-173), SAX2 and Stax2 APIs"
48 -HOMEPAGE="https://github.com/FasterXML/woodstox"
49 -SRC_URI="https://github.com/FasterXML/woodstox/archive/${P}.tar.gz"
50 -
51 -LICENSE="Apache-2.0"
52 -SLOT="0"
53 -KEYWORDS="amd64 ~arm arm64 ppc64 x86"
54 -
55 -# Common dependencies
56 -# POM: pom.xml
57 -# net.java.dev.msv:msv-core:2013.6.1 -> >=dev-java/msv-20130601:0
58 -# net.java.dev.msv:xsdlib:2013.6.1 -> >=dev-java/xsdlib-20090415:0
59 -# org.codehaus.woodstox:stax2-api:4.2.1 -> >=dev-java/stax2-api-4.2.1:0
60 -# relaxngDatatype:relaxngDatatype:20020414 -> !!!groupId-not-found!!!
61 -
62 -CP_DEPEND="
63 - dev-java/msv:0
64 - dev-java/relaxng-datatype:0
65 - dev-java/stax2-api:0
66 - dev-java/xsdlib:0
67 -"
68 -
69 -# Compile dependencies
70 -# POM: pom.xml
71 -# org.apache.felix:org.osgi.core:1.4.0 -> !!!groupId-not-found!!!
72 -# POM: pom.xml
73 -# test? junit:junit:4.13.1 -> >=dev-java/junit-4.13.2:4
74 -
75 -DEPEND="${CP_DEPEND}
76 - >=virtual/jdk-11:*
77 - dev-java/osgi-core-api:0"
78 -
79 -RDEPEND="${CP_DEPEND}
80 - >=virtual/jre-1.8:*"
81 -
82 -DOCS=( {README,SECURITY}.md release-notes/{CREDITS,VERSION} )
83 -
84 -S="${WORKDIR}/woodstox-${P}"
85 -
86 -JAVA_CLASSPATH_EXTRA="osgi-core-api"
87 -JAVA_SRC_DIR=( "src/main/java" "src/moditect" )
88 -JAVA_RESOURCE_DIRS="src/main/resources"
89 -
90 -JAVA_TEST_GENTOO_CLASSPATH="junit-4"
91 -JAVA_TEST_SRC_DIR="src/test/java"
92 -JAVA_TEST_RESOURCE_DIRS="src/test/resources"
93 -
94 -JAVA_TEST_EXCLUDES=(
95 - # Upstream: Tests run: 864, Failures: 0, Errors: 0, Skipped: 0
96 - # "No tests found in ..."
97 - wstxtest.vstream.BaseValidationTest
98 - wstxtest.BaseWstxTest
99 - stax2.vstream.BaseStax2ValidationTest
100 - stax2.BaseStax2Test
101 - stax2.wstream.BaseWriterTest
102 - org.codehaus.stax.test.BaseStaxTest
103 - org.codehaus.stax.test.wstream.BaseWriterTest
104 - org.codehaus.stax.test.stream.BaseStreamTest
105 - # "... has no public constructor"
106 - wstxtest.stream.BaseStreamTest
107 - wstxtest.wstream.BaseWriterTest
108 - stax2.vwstream.BaseOutputTest
109 - org.codehaus.stax.test.vstream.BaseVStreamTest
110 - org.codehaus.stax.test.evt.BaseEventTest
111 - # Upstream does not run these:
112 - failing.TestBasicSax
113 - failing.TestExtLocationInfo91
114 - failing.TestRelaxNG
115 - failing.TestW3CDefaultValues
116 - failing.TestW3CDefaultValues
117 - failing.TestW3CSchemaComplexTypes
118 - failing.TestW3CSchemaTypes
119 - failing.TestW3CSchemaTypes
120 -)
121 -
122 -src_prepare() {
123 - default
124 -
125 - # We do not bundle any shaded (aka relocated) classes.
126 - sed -e '/com.ctc.wstx.shaded.msv/d' \
127 - -e '/org.codehaus.stax2.validation/d' \
128 - -i "src/moditect/module-info.java" || die
129 -}
130 -
131 -src_install() {
132 - default # https://bugs.gentoo.org/789582
133 - java-pkg-simple_src_install
134 -}