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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 1B74D158091 for ; Sun, 19 Jun 2022 09:06:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 259A5E094F; Sun, 19 Jun 2022 09:06:49 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C6132E094F for ; Sun, 19 Jun 2022 09:06:48 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D84B1341316 for ; Sun, 19 Jun 2022 09:06:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 12688507 for ; Sun, 19 Jun 2022 09:06:46 +0000 (UTC) From: "Jakov Smolić" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jakov Smolić" Message-ID: <1655628740.7fd6434eaffe10bf9ffae1e4c8342bfcbf1e6788.jsmolic@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/, dev-java/commons-jxpath/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-java/commons-jxpath/Manifest dev-java/commons-jxpath/commons-jxpath-1.3-r5.ebuild dev-java/commons-jxpath/metadata.xml profiles/package.mask X-VCS-Directories: profiles/ dev-java/commons-jxpath/ X-VCS-Committer: jsmolic X-VCS-Committer-Name: Jakov Smolić X-VCS-Revision: 7fd6434eaffe10bf9ffae1e4c8342bfcbf1e6788 X-VCS-Branch: master Date: Sun, 19 Jun 2022 09:06:46 +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: 61142682-6463-4c54-9597-0164f0694b45 X-Archives-Hash: 46b60e6983e996003129fe488e9c38e2 commit: 7fd6434eaffe10bf9ffae1e4c8342bfcbf1e6788 Author: Jakov Smolić gentoo org> AuthorDate: Sun Jun 19 08:52:20 2022 +0000 Commit: Jakov Smolić gentoo org> CommitDate: Sun Jun 19 08:52:20 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7fd6434e dev-java/commons-jxpath: treeclean Signed-off-by: Jakov Smolić gentoo.org> dev-java/commons-jxpath/Manifest | 1 - .../commons-jxpath/commons-jxpath-1.3-r5.ebuild | 62 ---------------------- dev-java/commons-jxpath/metadata.xml | 11 ---- profiles/package.mask | 4 -- 4 files changed, 78 deletions(-) diff --git a/dev-java/commons-jxpath/Manifest b/dev-java/commons-jxpath/Manifest deleted file mode 100644 index 290591108534..000000000000 --- a/dev-java/commons-jxpath/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST commons-jxpath-1.3-src.tar.gz 285339 BLAKE2B c0127ff90c51b7ba69c12072689cc7ca5b969fa29e4793839bef3200b0dc3fbb529c89e21877daa4def4386f94298e43054828d4b4b05be3671e38d9f728d3d0 SHA512 a0ad0b90c9aa4c732c47c8f38f036990438f526295b782fbdc00fd67e4c0e92643c7850429eb5263f9d322aff7cb7000b8ff2bffcdcfa88fa3ba5354dce7e152 diff --git a/dev-java/commons-jxpath/commons-jxpath-1.3-r5.ebuild b/dev-java/commons-jxpath/commons-jxpath-1.3-r5.ebuild deleted file mode 100644 index af6d503a2289..000000000000 --- a/dev-java/commons-jxpath/commons-jxpath-1.3-r5.ebuild +++ /dev/null @@ -1,62 +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 mirror://apache/commons/jxpath/source/commons-jxpath-1.3-src.tar.gz --slot 0 --keywords "~amd64 ~ppc64 ~x86" --ebuild commons-jxpath-1.3-r5.ebuild - -EAPI=8 - -JAVA_PKG_IUSE="doc source" -MAVEN_ID="commons-jxpath:commons-jxpath:1.3" -# Tests depend on mockrunner-jdk1.3-j2ee1 which we don't have -# JAVA_TESTING_FRAMEWORKS="junit" - -inherit java-pkg-2 java-pkg-simple - -DESCRIPTION="Applies XPath expressions to graphs of objects of all kinds" -HOMEPAGE="https://commons.apache.org/jxpath/" -SRC_URI="mirror://apache/commons/jxpath/source/${P}-src.tar.gz" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="amd64 ppc64 x86" - -# Common dependencies -# POM: pom.xml -# commons-beanutils:commons-beanutils:1.7.0 -> >=dev-java/commons-beanutils-1.9.4:1.7 -# jdom:jdom:1.0 -> !!!groupId-not-found!!! - -CP_DEPEND=" - dev-java/commons-beanutils:1.7 - dev-java/jdom:0 - java-virtuals/servlet-api:3.0 -" - -# Compile dependencies -# POM: pom.xml -# javax.servlet:jsp-api:2.0 -> !!!groupId-not-found!!! -# javax.servlet:servlet-api:2.4 -> !!!groupId-not-found!!! -# xerces:xercesImpl:2.4.0 -> >=dev-java/xerces-2.12.0:2 -# xml-apis:xml-apis:1.3.04 -> !!!groupId-not-found!!! -# POM: pom.xml -# test? com.mockrunner:mockrunner-jdk1.3-j2ee1.3:0.4 -> !!!groupId-not-found!!! -# test? junit:junit:3.8.1 -> >=dev-java/junit-3.8.2:0 - -DEPEND="${CP_DEPEND} - >=virtual/jdk-1.8:* - dev-java/xerces:2" - -RDEPEND="${CP_DEPEND} - >=virtual/jre-1.8:*" - -DOCS=( {LICENSE,NOTICE}.txt ) - -S="${WORKDIR}/${P}-src" - -JAVA_CLASSPATH_EXTRA="xerces-2" -JAVA_SRC_DIR="src/java" - -src_install() { - default # https://bugs.gentoo.org/789582 - java-pkg-simple_src_install -} diff --git a/dev-java/commons-jxpath/metadata.xml b/dev-java/commons-jxpath/metadata.xml deleted file mode 100644 index f918f7019466..000000000000 --- a/dev-java/commons-jxpath/metadata.xml +++ /dev/null @@ -1,11 +0,0 @@ - - - - - java@gentoo.org - Java - - - A Java-based implementation of XPath 1.0 that, in addition to XML processing, can inspect/modify Java object graphs (the library's explicit purpose) and even mixed Java/XML structures. - - diff --git a/profiles/package.mask b/profiles/package.mask index e00424578666..cd5759935f3a 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -429,10 +429,6 @@ net-analyzer/greenbone-security-assistant # Removal on 2022-06-10. net-analyzer/ospd -# Volkmar W. Pogatzki (2022-05-06) -# Unused java library. Removal on 2022-06-06 -dev-java/commons-jxpath - # Matt Turner (2022-04-30) # Masked for testing. Apparently causes crashes. Bug #841857. >=x11-libs/libX11-1.8