[gentoo-commits] repo/gentoo:master commit in: dev-java/stax2-api/

2024-04-07 Thread Miroslav Šulc
commit: 9152ec9783d93583c2a442b2d0f818ea81216b60
Author: Michael Mair-Keimberger  levelnine  at>
AuthorDate: Sat Apr  6 17:05:02 2024 +
Commit: Miroslav Šulc  gentoo  org>
CommitDate: Sun Apr  7 08:23:02 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9152ec97

dev-java/stax2-api: add missing remote-id

Signed-off-by: Michael Mair-Keimberger  levelnine.at>
Signed-off-by: Miroslav Šulc  gentoo.org>

 dev-java/stax2-api/metadata.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-java/stax2-api/metadata.xml b/dev-java/stax2-api/metadata.xml
index 995e89fc3df7..fc17369a40da 100644
--- a/dev-java/stax2-api/metadata.xml
+++ b/dev-java/stax2-api/metadata.xml
@@ -9,5 +9,6 @@


https://github.com/FasterXML/stax2-api/issues
+   FasterXML/stax2-api

 



[gentoo-commits] repo/gentoo:master commit in: dev-java/stax2-api/

2022-05-13 Thread Miroslav Šulc
commit: 40e438ea340abb1d37f9ccb2e7034c4701400cf3
Author: Miroslav Šulc  gentoo  org>
AuthorDate: Fri May 13 09:28:07 2022 +
Commit: Miroslav Šulc  gentoo  org>
CommitDate: Fri May 13 09:28:07 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=40e438ea

dev-java/stax2-api: dropped obsolete 4.2.1

Bug: https://bugs.gentoo.org/843683
Signed-off-by: Miroslav Šulc  gentoo.org>

 dev-java/stax2-api/stax2-api-4.2.1.ebuild | 35 ---
 1 file changed, 35 deletions(-)

diff --git a/dev-java/stax2-api/stax2-api-4.2.1.ebuild 
b/dev-java/stax2-api/stax2-api-4.2.1.ebuild
deleted file mode 100644
index e0db485cf34e..
--- a/dev-java/stax2-api/stax2-api-4.2.1.ebuild
+++ /dev/null
@@ -1,35 +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/stax2-api/archive/refs/tags/stax2-api-4.2.1.tar.gz 
--slot 0 --keywords "~amd64 ~arm ~arm64 ~ppc64 ~x86" --ebuild 
stax2-api-4.2.1.ebuild
-
-EAPI=8
-
-JAVA_PKG_IUSE="doc source"
-MAVEN_ID="org.codehaus.woodstox:stax2-api:4.2.1"
-
-inherit java-pkg-2 java-pkg-simple
-
-DESCRIPTION="stax2 API is an extension to basic Stax 1.0 API"
-HOMEPAGE="https://github.com/FasterXML/stax2-api";
-SRC_URI="https://github.com/FasterXML/${PN}/archive/refs/tags/${P}.tar.gz";
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ppc64 x86"
-
-DEPEND=">=virtual/jdk-1.8:*"
-RDEPEND=">=virtual/jre-1.8:*"
-
-DOCS=( README.md release-notes/VERSION )
-
-S="${WORKDIR}/${PN}-${P}"
-
-JAVA_SRC_DIR=( "src/main/java" "src/moditect" )
-JAVA_RESOURCE_DIRS="src/main/resources"
-
-src_install() {
-   default # https://bugs.gentoo.org/789582
-   java-pkg-simple_src_install
-}



[gentoo-commits] repo/gentoo:master commit in: dev-java/stax2-api/

2022-05-13 Thread Jakov Smolić
commit: 364227aad175b5e998b6c84564f111974ca1097f
Author: Jakov Smolić  gentoo  org>
AuthorDate: Fri May 13 07:26:18 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Fri May 13 07:26:18 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=364227aa

dev-java/stax2-api: Stabilize 4.2.1-r1 amd64, #843683

Signed-off-by: Jakov Smolić  gentoo.org>

 dev-java/stax2-api/stax2-api-4.2.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-java/stax2-api/stax2-api-4.2.1-r1.ebuild 
b/dev-java/stax2-api/stax2-api-4.2.1-r1.ebuild
index 9e3c9d842122..7f8730949f16 100644
--- a/dev-java/stax2-api/stax2-api-4.2.1-r1.ebuild
+++ b/dev-java/stax2-api/stax2-api-4.2.1-r1.ebuild
@@ -17,7 +17,7 @@ 
SRC_URI="https://github.com/FasterXML/${PN}/archive/refs/tags/${P}.tar.gz";
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm arm64 ppc64 x86"
+KEYWORDS="amd64 ~arm arm64 ppc64 x86"
 
 DEPEND=">=virtual/jdk-1.9:*"
 RDEPEND=">=virtual/jre-1.8:*"



[gentoo-commits] repo/gentoo:master commit in: dev-java/stax2-api/

2022-05-11 Thread Agostino Sarubbo
commit: 4350acdb8b2610ee75751c0dea755ff48bef2387
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed May 11 14:51:56 2022 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed May 11 14:51:56 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4350acdb

dev-java/stax2-api: x86 stable wrt bug #843683

Package-Manager: Portage-3.0.30, Repoman-3.0.3
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-java/stax2-api/stax2-api-4.2.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-java/stax2-api/stax2-api-4.2.1-r1.ebuild 
b/dev-java/stax2-api/stax2-api-4.2.1-r1.ebuild
index eabd8ef144ee..9e3c9d842122 100644
--- a/dev-java/stax2-api/stax2-api-4.2.1-r1.ebuild
+++ b/dev-java/stax2-api/stax2-api-4.2.1-r1.ebuild
@@ -17,7 +17,7 @@ 
SRC_URI="https://github.com/FasterXML/${PN}/archive/refs/tags/${P}.tar.gz";
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm arm64 ppc64 ~x86"
+KEYWORDS="~amd64 ~arm arm64 ppc64 x86"
 
 DEPEND=">=virtual/jdk-1.9:*"
 RDEPEND=">=virtual/jre-1.8:*"



[gentoo-commits] repo/gentoo:master commit in: dev-java/stax2-api/

2022-05-11 Thread Jakov Smolić
commit: 1a1bf7f582d140cfaf19e6eb34afed4b20a29fea
Author: Jakov Smolić  gentoo  org>
AuthorDate: Wed May 11 09:42:06 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Wed May 11 09:42:06 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a1bf7f5

dev-java/stax2-api: Stabilize 4.2.1-r1 ppc64, #843683

Signed-off-by: Jakov Smolić  gentoo.org>

 dev-java/stax2-api/stax2-api-4.2.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-java/stax2-api/stax2-api-4.2.1-r1.ebuild 
b/dev-java/stax2-api/stax2-api-4.2.1-r1.ebuild
index df7bba6a77cc..45cfc4accb1d 100644
--- a/dev-java/stax2-api/stax2-api-4.2.1-r1.ebuild
+++ b/dev-java/stax2-api/stax2-api-4.2.1-r1.ebuild
@@ -17,7 +17,7 @@ 
SRC_URI="https://github.com/FasterXML/${PN}/archive/refs/tags/${P}.tar.gz";
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ppc64 ~x86"
 
 DEPEND=">=virtual/jdk-1.9:*"
 RDEPEND=">=virtual/jre-1.8:*"



[gentoo-commits] repo/gentoo:master commit in: dev-java/stax2-api/

2022-05-11 Thread Jakov Smolić
commit: 2ece2a813b66f01b73f24abfed3830ede5928e91
Author: Jakov Smolić  gentoo  org>
AuthorDate: Wed May 11 09:42:08 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Wed May 11 09:42:08 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ece2a81

dev-java/stax2-api: Stabilize 4.2.1-r1 arm64, #843683

Signed-off-by: Jakov Smolić  gentoo.org>

 dev-java/stax2-api/stax2-api-4.2.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-java/stax2-api/stax2-api-4.2.1-r1.ebuild 
b/dev-java/stax2-api/stax2-api-4.2.1-r1.ebuild
index 45cfc4accb1d..eabd8ef144ee 100644
--- a/dev-java/stax2-api/stax2-api-4.2.1-r1.ebuild
+++ b/dev-java/stax2-api/stax2-api-4.2.1-r1.ebuild
@@ -17,7 +17,7 @@ 
SRC_URI="https://github.com/FasterXML/${PN}/archive/refs/tags/${P}.tar.gz";
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ppc64 ~x86"
+KEYWORDS="~amd64 ~arm arm64 ppc64 ~x86"
 
 DEPEND=">=virtual/jdk-1.9:*"
 RDEPEND=">=virtual/jre-1.8:*"



[gentoo-commits] repo/gentoo:master commit in: dev-java/stax2-api/

2022-05-03 Thread Florian Schmaus
commit: 768542eb1a03dd9bec85bb2a038a710bb0c4b214
Author: Florian Schmaus  gentoo  org>
AuthorDate: Tue May  3 14:10:52 2022 +
Commit: Florian Schmaus  gentoo  org>
CommitDate: Tue May  3 14:12:29 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=768542eb

dev-java/stax2-api: ensure that module-info.class is generated

Ensure that the resulting .jar contains the compiled module-info.java,
i.e., module-info.class, by compiling with a JDK >= 9.

Bug: https://bugs.gentoo.org/841785
Signed-off-by: Florian Schmaus  gentoo.org>

 dev-java/stax2-api/stax2-api-4.2.1-r1.ebuild | 35 
 1 file changed, 35 insertions(+)

diff --git a/dev-java/stax2-api/stax2-api-4.2.1-r1.ebuild 
b/dev-java/stax2-api/stax2-api-4.2.1-r1.ebuild
new file mode 100644
index ..df7bba6a77cc
--- /dev/null
+++ b/dev-java/stax2-api/stax2-api-4.2.1-r1.ebuild
@@ -0,0 +1,35 @@
+# 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/stax2-api/archive/refs/tags/stax2-api-4.2.1.tar.gz 
--slot 0 --keywords "~amd64 ~arm ~arm64 ~ppc64 ~x86" --ebuild 
stax2-api-4.2.1.ebuild
+
+EAPI=8
+
+JAVA_PKG_IUSE="doc source"
+MAVEN_ID="org.codehaus.woodstox:stax2-api:4.2.1"
+
+inherit java-pkg-2 java-pkg-simple
+
+DESCRIPTION="stax2 API is an extension to basic Stax 1.0 API"
+HOMEPAGE="https://github.com/FasterXML/stax2-api";
+SRC_URI="https://github.com/FasterXML/${PN}/archive/refs/tags/${P}.tar.gz";
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+
+DEPEND=">=virtual/jdk-1.9:*"
+RDEPEND=">=virtual/jre-1.8:*"
+
+DOCS=( README.md release-notes/VERSION )
+
+S="${WORKDIR}/${PN}-${P}"
+
+JAVA_SRC_DIR=( "src/main/java" "src/moditect" )
+JAVA_RESOURCE_DIRS="src/main/resources"
+
+src_install() {
+   default # https://bugs.gentoo.org/789582
+   java-pkg-simple_src_install
+}



[gentoo-commits] repo/gentoo:master commit in: dev-java/stax2-api/

2022-03-06 Thread Agostino Sarubbo
commit: a62f91681548b42f983020ed2980cd46506c5674
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sun Mar  6 08:53:20 2022 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sun Mar  6 08:54:12 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a62f9168

dev-java/stax2-api: x86 stable wrt bug #834080

Package-Manager: Portage-3.0.30, Repoman-3.0.3
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-java/stax2-api/stax2-api-4.2.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-java/stax2-api/stax2-api-4.2.1.ebuild 
b/dev-java/stax2-api/stax2-api-4.2.1.ebuild
index 2b01d966971a..e0db485cf34e 100644
--- a/dev-java/stax2-api/stax2-api-4.2.1.ebuild
+++ b/dev-java/stax2-api/stax2-api-4.2.1.ebuild
@@ -17,7 +17,7 @@ 
SRC_URI="https://github.com/FasterXML/${PN}/archive/refs/tags/${P}.tar.gz";
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ppc64 ~x86"
+KEYWORDS="amd64 ~arm arm64 ppc64 x86"
 
 DEPEND=">=virtual/jdk-1.8:*"
 RDEPEND=">=virtual/jre-1.8:*"



[gentoo-commits] repo/gentoo:master commit in: dev-java/stax2-api/

2022-03-06 Thread Agostino Sarubbo
commit: 741dad1be364e9d8e7b7dfea218a0710283af97a
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sun Mar  6 08:51:33 2022 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sun Mar  6 08:51:33 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=741dad1b

dev-java/stax2-api: ppc64 stable wrt bug #834080

Package-Manager: Portage-3.0.30, Repoman-3.0.3
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-java/stax2-api/stax2-api-4.2.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-java/stax2-api/stax2-api-4.2.1.ebuild 
b/dev-java/stax2-api/stax2-api-4.2.1.ebuild
index 5c1e774ccc3a..2b01d966971a 100644
--- a/dev-java/stax2-api/stax2-api-4.2.1.ebuild
+++ b/dev-java/stax2-api/stax2-api-4.2.1.ebuild
@@ -17,7 +17,7 @@ 
SRC_URI="https://github.com/FasterXML/${PN}/archive/refs/tags/${P}.tar.gz";
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm arm64 ppc64 ~x86"
 
 DEPEND=">=virtual/jdk-1.8:*"
 RDEPEND=">=virtual/jre-1.8:*"



[gentoo-commits] repo/gentoo:master commit in: dev-java/stax2-api/

2022-03-06 Thread Agostino Sarubbo
commit: fb2e65a1e07a1a3a4fc57311f8858eeca35e108a
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sun Mar  6 08:49:24 2022 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sun Mar  6 08:49:24 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb2e65a1

dev-java/stax2-api: amd64 stable wrt bug #834080

Package-Manager: Portage-3.0.30, Repoman-3.0.3
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-java/stax2-api/stax2-api-4.2.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-java/stax2-api/stax2-api-4.2.1.ebuild 
b/dev-java/stax2-api/stax2-api-4.2.1.ebuild
index 77d3be25415e..5c1e774ccc3a 100644
--- a/dev-java/stax2-api/stax2-api-4.2.1.ebuild
+++ b/dev-java/stax2-api/stax2-api-4.2.1.ebuild
@@ -17,7 +17,7 @@ 
SRC_URI="https://github.com/FasterXML/${PN}/archive/refs/tags/${P}.tar.gz";
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm arm64 ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm arm64 ~ppc64 ~x86"
 
 DEPEND=">=virtual/jdk-1.8:*"
 RDEPEND=">=virtual/jre-1.8:*"



[gentoo-commits] repo/gentoo:master commit in: dev-java/stax2-api/

2022-03-05 Thread Sam James
commit: 8e8052e0a6e924d15e46179c0259110f4c27f63c
Author: Sam James  gentoo  org>
AuthorDate: Sun Mar  6 07:43:03 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Mar  6 07:43:03 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e8052e0

dev-java/stax2-api: Stabilize 4.2.1 arm64, #834080

Signed-off-by: Sam James  gentoo.org>

 dev-java/stax2-api/stax2-api-4.2.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-java/stax2-api/stax2-api-4.2.1.ebuild 
b/dev-java/stax2-api/stax2-api-4.2.1.ebuild
index 840f4bd5e431..77d3be25415e 100644
--- a/dev-java/stax2-api/stax2-api-4.2.1.ebuild
+++ b/dev-java/stax2-api/stax2-api-4.2.1.ebuild
@@ -17,7 +17,7 @@ 
SRC_URI="https://github.com/FasterXML/${PN}/archive/refs/tags/${P}.tar.gz";
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm arm64 ~ppc64 ~x86"
 
 DEPEND=">=virtual/jdk-1.8:*"
 RDEPEND=">=virtual/jre-1.8:*"



[gentoo-commits] repo/gentoo:master commit in: dev-java/stax2-api/

2022-02-04 Thread Florian Schmaus
commit: 7a90fbcbe2564ce62a2a4bd9465dafd34a3283a9
Author: Volkmar W. Pogatzki  pogatzki  net>
AuthorDate: Fri Feb  4 16:31:39 2022 +
Commit: Florian Schmaus  gentoo  org>
CommitDate: Fri Feb  4 16:46:02 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a90fbcb

dev-java/stax2-api: Adjust typo in DESCRIPTION

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Volkmar W. Pogatzki  pogatzki.net>
Signed-off-by: Florian Schmaus  gentoo.org>

 dev-java/stax2-api/stax2-api-4.2.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-java/stax2-api/stax2-api-4.2.1.ebuild 
b/dev-java/stax2-api/stax2-api-4.2.1.ebuild
index a12eccf5a5c8..840f4bd5e431 100644
--- a/dev-java/stax2-api/stax2-api-4.2.1.ebuild
+++ b/dev-java/stax2-api/stax2-api-4.2.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 # Skeleton command:
@@ -11,7 +11,7 @@ MAVEN_ID="org.codehaus.woodstox:stax2-api:4.2.1"
 
 inherit java-pkg-2 java-pkg-simple
 
-DESCRIPTION="istax2 API is an extension to basic Stax 1.0 API"
+DESCRIPTION="stax2 API is an extension to basic Stax 1.0 API"
 HOMEPAGE="https://github.com/FasterXML/stax2-api";
 SRC_URI="https://github.com/FasterXML/${PN}/archive/refs/tags/${P}.tar.gz";
 



[gentoo-commits] repo/gentoo:master commit in: dev-java/stax2-api/

2022-02-02 Thread Florian Schmaus
commit: 0f98f5c693ccd2da7a269fdcc5d454f914071957
Author: Volkmar W. Pogatzki  pogatzki  net>
AuthorDate: Thu Dec 16 12:39:50 2021 +
Commit: Florian Schmaus  gentoo  org>
CommitDate: Thu Feb  3 06:55:51 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f98f5c6

dev-java/stax2-api: new package

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Volkmar W. Pogatzki  pogatzki.net>
Signed-off-by: Florian Schmaus  gentoo.org>

 dev-java/stax2-api/Manifest   |  1 +
 dev-java/stax2-api/metadata.xml   | 13 
 dev-java/stax2-api/stax2-api-4.2.1.ebuild | 35 +++
 3 files changed, 49 insertions(+)

diff --git a/dev-java/stax2-api/Manifest b/dev-java/stax2-api/Manifest
new file mode 100644
index ..487d6cb5f013
--- /dev/null
+++ b/dev-java/stax2-api/Manifest
@@ -0,0 +1 @@
+DIST stax2-api-4.2.1.tar.gz 128806 BLAKE2B 
64254b0bbd269e5d62931280773e0e7e7915204ce41a86eb10a08e3d8d27691d48094e17a8deb0ca3fa916b413800d75969af05db1ba897277c0dae13771e3b4
 SHA512 
f6fada289e75db0c4c911d3f70e8b8167c96342390168c87563ab4e3e1498360d47c393407cd8ae670716fcb7e1c83d6a8d38364d00648ed380844cf08bdc063

diff --git a/dev-java/stax2-api/metadata.xml b/dev-java/stax2-api/metadata.xml
new file mode 100644
index ..995e89fc3df7
--- /dev/null
+++ b/dev-java/stax2-api/metadata.xml
@@ -0,0 +1,13 @@
+
+https://www.gentoo.org/dtd/metadata.dtd";>
+
+   
+   j...@gentoo.org
+   
+   
+   stax2 API is an extension to basic Stax 1.0 API that adds 
significant new functionality, such as full-featured bi-direction validation 
interface and high-performance Typed Access API.
+   
+   
+   https://github.com/FasterXML/stax2-api/issues
+   
+

diff --git a/dev-java/stax2-api/stax2-api-4.2.1.ebuild 
b/dev-java/stax2-api/stax2-api-4.2.1.ebuild
new file mode 100644
index ..a12eccf5a5c8
--- /dev/null
+++ b/dev-java/stax2-api/stax2-api-4.2.1.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2021 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/stax2-api/archive/refs/tags/stax2-api-4.2.1.tar.gz 
--slot 0 --keywords "~amd64 ~arm ~arm64 ~ppc64 ~x86" --ebuild 
stax2-api-4.2.1.ebuild
+
+EAPI=8
+
+JAVA_PKG_IUSE="doc source"
+MAVEN_ID="org.codehaus.woodstox:stax2-api:4.2.1"
+
+inherit java-pkg-2 java-pkg-simple
+
+DESCRIPTION="istax2 API is an extension to basic Stax 1.0 API"
+HOMEPAGE="https://github.com/FasterXML/stax2-api";
+SRC_URI="https://github.com/FasterXML/${PN}/archive/refs/tags/${P}.tar.gz";
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+
+DEPEND=">=virtual/jdk-1.8:*"
+RDEPEND=">=virtual/jre-1.8:*"
+
+DOCS=( README.md release-notes/VERSION )
+
+S="${WORKDIR}/${PN}-${P}"
+
+JAVA_SRC_DIR=( "src/main/java" "src/moditect" )
+JAVA_RESOURCE_DIRS="src/main/resources"
+
+src_install() {
+   default # https://bugs.gentoo.org/789582
+   java-pkg-simple_src_install
+}



[gentoo-commits] repo/gentoo:master commit in: dev-java/stax2-api/, profiles/

2021-05-26 Thread Sam James
commit: 81d5b925743beade9d3eaebf676bb8831c38ffdd
Author: Jakov Smolic  sartura  hr>
AuthorDate: Wed May 26 09:45:47 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed May 26 12:34:20 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=81d5b925

dev-java/stax2-api: Remove last-rited pkg

Closes: https://bugs.gentoo.org/786831
Signed-off-by: Jakov Smolic  sartura.hr>
Signed-off-by: Sam James  gentoo.org>

 dev-java/stax2-api/Manifest  |  1 -
 dev-java/stax2-api/metadata.xml  | 12 ---
 dev-java/stax2-api/stax2-api-4.0.0-r1.ebuild | 28 
 dev-java/stax2-api/stax2-api-4.0.0.ebuild| 32 
 profiles/package.mask|  6 --
 5 files changed, 79 deletions(-)

diff --git a/dev-java/stax2-api/Manifest b/dev-java/stax2-api/Manifest
deleted file mode 100644
index ecb71b1e39c..000
--- a/dev-java/stax2-api/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST stax2-api-4.0.0.tar.gz 127125 BLAKE2B 
43d29aa29ce010b950489811fd4128b37b86a329464bc02ae9259fceefd407b1f7b4f3cff1da27395003b6c893946e863c6f443e7e7708a487685740713ddac0
 SHA512 
a8636de873c97534fe17738efb9892d38c52a1a6adfec9502b727082f24b57dc5bfd10a67b5f5d9e196a53d7ee461978dcf8e6c306168bd1cf96a6d67c655b5b

diff --git a/dev-java/stax2-api/metadata.xml b/dev-java/stax2-api/metadata.xml
deleted file mode 100644
index fa93f6583ab..000
--- a/dev-java/stax2-api/metadata.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd";>
-
-  
-j...@gentoo.org
-Java
-  
-  Stax2 API is an extension to standard Stax API ("STandard 
Api for Xml procesing"), pull-parser API of JDK, added in JDK 
6.
-  
-FasterXML/stax2-api
-  
-

diff --git a/dev-java/stax2-api/stax2-api-4.0.0-r1.ebuild 
b/dev-java/stax2-api/stax2-api-4.0.0-r1.ebuild
deleted file mode 100644
index 7ac668e79e2..000
--- a/dev-java/stax2-api/stax2-api-4.0.0-r1.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-JAVA_PKG_IUSE="doc source"
-
-inherit java-pkg-2 java-pkg-simple
-
-DESCRIPTION="Extended Stax (STandard Api for Xml procesing) API"
-HOMEPAGE="https://github.com/FasterXML/stax2-api";
-SRC_URI="https://github.com/FasterXML/${PN}/archive/${P}.tar.gz";
-
-LICENSE="BSD-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc64 ~x86"
-IUSE=""
-
-RDEPEND=">=virtual/jre-1.6"
-DEPEND=">=virtual/jdk-1.6"
-
-S="${WORKDIR}/${PN}-${P}/src"
-JAVA_SRC_DIR="main/java"
-
-src_install() {
-   java-pkg-simple_src_install
-   dodoc ../README.md ../release-notes/VERSION
-}

diff --git a/dev-java/stax2-api/stax2-api-4.0.0.ebuild 
b/dev-java/stax2-api/stax2-api-4.0.0.ebuild
deleted file mode 100644
index 63a661dec1c..000
--- a/dev-java/stax2-api/stax2-api-4.0.0.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-JAVA_PKG_IUSE="doc source"
-
-inherit java-pkg-2 java-pkg-simple
-
-DESCRIPTION="Extended Stax (STandard Api for Xml procesing) API"
-HOMEPAGE="https://github.com/FasterXML/stax2-api";
-SRC_URI="https://github.com/FasterXML/${PN}/archive/${P}.tar.gz";
-
-LICENSE="BSD-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-RDEPEND="java-virtuals/stax-api:0
-   >=virtual/jre-1.5"
-
-DEPEND="java-virtuals/stax-api:0
-   >=virtual/jdk-1.5"
-
-S="${WORKDIR}/${PN}-${P}/src"
-JAVA_SRC_DIR="main/java"
-JAVA_GENTOO_CLASSPATH="stax-api"
-
-src_install() {
-   java-pkg-simple_src_install
-   dodoc ../README.md ../release-notes/VERSION
-}

diff --git a/profiles/package.mask b/profiles/package.mask
index a51ad7c2703..ee314dff9ef 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -309,12 +309,6 @@ dev-java/sun-httpserver-bin
 dev-java/stax-ex
 dev-java/xmlstreambuffer
 
-# Miroslav Šulc  (2021-04-28)
-# no consumers
-# removal in 30 days
-# see bug: https://bugs.gentoo.org/786831
-dev-java/stax2-api
-
 # Michał Górny  (2021-04-29)
 # The most recent release is still broken with current
 # dev-python/coverage.  Inactive downstream maintainer.  No revdeps.



[gentoo-commits] repo/gentoo:master commit in: dev-java/stax2-api/

2015-09-29 Thread Patrice Clement
commit: ae2d9c7915896ce16084d55f3e60f87644eb08dd
Author: Patrice Clement  gentoo  org>
AuthorDate: Tue Sep 29 08:10:59 2015 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Tue Sep 29 08:10:59 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae2d9c79

dev-java/stax2-api: Keyword for ppc+ppc64.

Package-Manager: portage-2.2.18
Signed-off-by: Patrice Clement  gentoo.org>

 dev-java/stax2-api/stax2-api-4.0.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-java/stax2-api/stax2-api-4.0.0-r1.ebuild 
b/dev-java/stax2-api/stax2-api-4.0.0-r1.ebuild
index c0d2d61..5a9e27e 100644
--- a/dev-java/stax2-api/stax2-api-4.0.0-r1.ebuild
+++ b/dev-java/stax2-api/stax2-api-4.0.0-r1.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://github.com/FasterXML/${PN}/archive/${P}.tar.gz";
 
 LICENSE="BSD-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
 IUSE=""
 
 RDEPEND=">=virtual/jre-1.6"



[gentoo-commits] repo/gentoo:master commit in: dev-java/stax2-api/

2015-09-29 Thread Patrice Clement
commit: b621db10fd30ef45e2ed0d7413afd6077e1f5beb
Author: Patrice Clement  gentoo  org>
AuthorDate: Tue Sep 29 08:09:57 2015 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Tue Sep 29 08:09:57 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b621db10

dev-java/stax2-api: Removes java-virtual/stax-api dependency and fixes bug 
561504.

Package-Manager: portage-2.2.18
Signed-off-by: Patrice Clement  gentoo.org>

 dev-java/stax2-api/stax2-api-4.0.0-r1.ebuild | 28 
 1 file changed, 28 insertions(+)

diff --git a/dev-java/stax2-api/stax2-api-4.0.0-r1.ebuild 
b/dev-java/stax2-api/stax2-api-4.0.0-r1.ebuild
new file mode 100644
index 000..c0d2d61
--- /dev/null
+++ b/dev-java/stax2-api/stax2-api-4.0.0-r1.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+EAPI=5
+
+JAVA_PKG_IUSE="doc source"
+
+inherit java-pkg-2 java-pkg-simple
+
+DESCRIPTION="Extended Stax (STandard Api for Xml procesing) API"
+HOMEPAGE="https://github.com/FasterXML/stax2-api";
+SRC_URI="https://github.com/FasterXML/${PN}/archive/${P}.tar.gz";
+
+LICENSE="BSD-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND=">=virtual/jre-1.6"
+DEPEND=">=virtual/jdk-1.6"
+
+S="${WORKDIR}/${PN}-${P}/src"
+JAVA_SRC_DIR="main/java"
+
+src_install() {
+   java-pkg-simple_src_install
+   dodoc ../README.md ../release-notes/VERSION
+}



[gentoo-commits] repo/gentoo:master commit in: dev-java/stax2-api/

2015-08-19 Thread Patrice Clement
commit: 732ec0b0d30bbccee7ecdfd0da5c4ba0b470be45
Author: Patrice Clement  gentoo  org>
AuthorDate: Tue Aug 18 20:52:49 2015 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Wed Aug 19 13:26:21 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=732ec0b0

dev-java/stax2-api: Stable for amd64+x86.

Package-Manager: portage-2.2.18
Signed-off-by: Patrice Clement  gentoo.org>

 dev-java/stax2-api/stax2-api-4.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-java/stax2-api/stax2-api-4.0.0.ebuild 
b/dev-java/stax2-api/stax2-api-4.0.0.ebuild
index 30f2514..301cb33 100644
--- a/dev-java/stax2-api/stax2-api-4.0.0.ebuild
+++ b/dev-java/stax2-api/stax2-api-4.0.0.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="https://github.com/FasterXML/${PN}/archive/${P}.tar.gz";
 
 LICENSE="BSD-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE=""
 
 RDEPEND="java-virtuals/stax-api:0