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 15B8613835A for ; Tue, 13 Apr 2021 13:16:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6E3ABE0D65; Tue, 13 Apr 2021 13:16:40 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 569DDE0D65 for ; Tue, 13 Apr 2021 13:16:40 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 22649335D40 for ; Tue, 13 Apr 2021 13:16:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CFE1E646 for ; Tue, 13 Apr 2021 13:16:37 +0000 (UTC) From: "Miroslav Šulc" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Miroslav Šulc" Message-ID: <1618319794.164ec483382d128778316c2e185f2481b95b544b.fordfrog@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/xerces/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-java/xerces/xerces-2.12.0-r1.ebuild X-VCS-Directories: dev-java/xerces/ X-VCS-Committer: fordfrog X-VCS-Committer-Name: Miroslav Šulc X-VCS-Revision: 164ec483382d128778316c2e185f2481b95b544b X-VCS-Branch: master Date: Tue, 13 Apr 2021 13:16:37 +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: b7a38eb4-ef2c-401e-8d3f-228cd5756ed0 X-Archives-Hash: 10f8874a2e8328386393f1e26d79f848 commit: 164ec483382d128778316c2e185f2481b95b544b Author: Volkmar W. Pogatzki pogatzki net> AuthorDate: Tue Apr 13 12:54:01 2021 +0000 Commit: Miroslav Šulc gentoo org> CommitDate: Tue Apr 13 13:16:34 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=164ec483 dev-java/xerces: remove obsolete Package-Manager: Portage-3.0.17, Repoman-3.0.2 Signed-off-by: Volkmar W. Pogatzki pogatzki.net> Closes: https://github.com/gentoo/gentoo/pull/20364 Signed-off-by: Miroslav Šulc gentoo.org> dev-java/xerces/xerces-2.12.0-r1.ebuild | 43 --------------------------------- 1 file changed, 43 deletions(-) diff --git a/dev-java/xerces/xerces-2.12.0-r1.ebuild b/dev-java/xerces/xerces-2.12.0-r1.ebuild deleted file mode 100644 index 398636f173d..00000000000 --- a/dev-java/xerces/xerces-2.12.0-r1.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -JAVA_PKG_IUSE="doc source" -MAVEN_ID="xerces:xercesImpl:2.12.0" - -inherit java-pkg-2 java-pkg-simple - -MY_PN="xercesImpl" -MY_P="${MY_PN}-${PV}" - -DESCRIPTION="Xerces Java XML parser" -HOMEPAGE="https://xml.apache.org/xerces2-j/index.html" -SRC_URI="https://repo1.maven.org/maven2/xerces/${MY_PN}/${PV}/${MY_P}-sources.jar -> ${P}.jar" - -LICENSE="Apache-2.0" -SLOT="2" -KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86" - -CDEPEND="dev-java/xml-commons-resolver:0" - -RDEPEND=" - ${CDEPEND} - >=virtual/jre-1.8:*" - -DEPEND=" - ${CDEPEND} - >=virtual/jdk-1.8:*" - -JAVA_SRC_DIR="org" - -JAVA_GENTOO_CLASSPATH="xml-commons-resolver" - -S="${WORKDIR}" - -src_prepare() { - default - - eapply "${FILESDIR}/${P}-overrides.patch" - rm -rv "org/w3c" || die -}