From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 3F7DC1382C5 for ; Wed, 26 May 2021 12:37:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8BA24E1240; Wed, 26 May 2021 12:37:23 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 692D7E1240 for ; Wed, 26 May 2021 12:37:23 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6CD74340E76 for ; Wed, 26 May 2021 12:37:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0D28B792 for ; Wed, 26 May 2021 12:37:21 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1622032460.81d5b925743beade9d3eaebf676bb8831c38ffdd.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/stax2-api/, profiles/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-java/stax2-api/Manifest dev-java/stax2-api/metadata.xml dev-java/stax2-api/stax2-api-4.0.0-r1.ebuild dev-java/stax2-api/stax2-api-4.0.0.ebuild profiles/package.mask X-VCS-Directories: dev-java/stax2-api/ profiles/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 81d5b925743beade9d3eaebf676bb8831c38ffdd X-VCS-Branch: master Date: Wed, 26 May 2021 12:37:21 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: b28ad9c7-f4c8-456c-9514-80d06bd4c60b X-Archives-Hash: b342ba11771f9d39012a4b99517362fd commit: 81d5b925743beade9d3eaebf676bb8831c38ffdd Author: Jakov Smolic sartura hr> AuthorDate: Wed May 26 09:45:47 2021 +0000 Commit: Sam James gentoo 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 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..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 @@ - - - - - java@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..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 (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.