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 4E58213835A for ; Wed, 14 Apr 2021 14:41:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8D4A7E0AB2; Wed, 14 Apr 2021 14:41:54 +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 75563E0AB2 for ; Wed, 14 Apr 2021 14:41:54 +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 04937340D50 for ; Wed, 14 Apr 2021 14:41:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7170E647 for ; Wed, 14 Apr 2021 14:41:51 +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: <1618411304.abcecdf8e1047dd912323ff494f557e03d3b813c.fordfrog@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/jaxen/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-java/jaxen/jaxen-1.1.6-r2.ebuild X-VCS-Directories: dev-java/jaxen/ X-VCS-Committer: fordfrog X-VCS-Committer-Name: Miroslav Šulc X-VCS-Revision: abcecdf8e1047dd912323ff494f557e03d3b813c X-VCS-Branch: master Date: Wed, 14 Apr 2021 14:41:51 +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: bd460779-e10c-4892-83d3-753618d9eb06 X-Archives-Hash: 17fef0576aaef2e0f90bfe0c9b291a90 commit: abcecdf8e1047dd912323ff494f557e03d3b813c Author: Miroslav Šulc gentoo org> AuthorDate: Wed Apr 14 14:40:44 2021 +0000 Commit: Miroslav Šulc gentoo org> CommitDate: Wed Apr 14 14:41:44 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=abcecdf8 dev-java/jaxen: removed code that is already part of jdk Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Miroslav Šulc gentoo.org> dev-java/jaxen/jaxen-1.1.6-r2.ebuild | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dev-java/jaxen/jaxen-1.1.6-r2.ebuild b/dev-java/jaxen/jaxen-1.1.6-r2.ebuild index bc0878f8ca6..6890318a492 100644 --- a/dev-java/jaxen/jaxen-1.1.6-r2.ebuild +++ b/dev-java/jaxen/jaxen-1.1.6-r2.ebuild @@ -33,4 +33,7 @@ src_prepare() { # I fear though that removing those classes might bite us somewhere down # the line... rm -rv org/jaxen/{dom4j,jdom,xom} || die + + # this is now part of jdk + rm -rv org/w3c || die }