public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-java/stax2-api/, profiles/
@ 2021-05-26 12:37 Sam James
  0 siblings, 0 replies; only message in thread
From: Sam James @ 2021-05-26 12:37 UTC (permalink / raw
  To: gentoo-commits

commit:     81d5b925743beade9d3eaebf676bb8831c38ffdd
Author:     Jakov Smolic <jakov.smolic <AT> sartura <DOT> hr>
AuthorDate: Wed May 26 09:45:47 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed May 26 12:34:20 2021 +0000
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 <jakov.smolic <AT> sartura.hr>
Signed-off-by: Sam James <sam <AT> 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..00000000000
--- 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..00000000000
--- a/dev-java/stax2-api/metadata.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-  <maintainer type="project">
-    <email>java@gentoo.org</email>
-    <name>Java</name>
-  </maintainer>
-  <longdescription>Stax2 API is an extension to standard Stax API ("STandard Api for Xml procesing"), pull-parser API of JDK, added in JDK 6.</longdescription>
-  <upstream>
-    <remote-id type="github">FasterXML/stax2-api</remote-id>
-  </upstream>
-</pkgmetadata>

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..00000000000
--- 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..00000000000
--- 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 <fordfrog@gentoo.org> (2021-04-28)
-# no consumers
-# removal in 30 days
-# see bug: https://bugs.gentoo.org/786831
-dev-java/stax2-api
-
 # Michał Górny <mgorny@gentoo.org> (2021-04-29)
 # The most recent release is still broken with current
 # dev-python/coverage.  Inactive downstream maintainer.  No revdeps.


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2021-05-26 12:37 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-05-26 12:37 [gentoo-commits] repo/gentoo:master commit in: dev-java/stax2-api/, profiles/ Sam James

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox