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 58FB6158089 for ; Wed, 25 Oct 2023 08:16:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9034B2BC013; Wed, 25 Oct 2023 08:16:57 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 1E1572BC013 for ; Wed, 25 Oct 2023 08:16:57 +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 5A28D335CB4 for ; Wed, 25 Oct 2023 08:16:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D2D1F11E2 for ; Wed, 25 Oct 2023 08:16:54 +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: <1698221809.42bea1753b5510413d7c4c2db7dca26e11a2c468.fordfrog@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/xmlunit/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-java/xmlunit/xmlunit-1.6-r1.ebuild X-VCS-Directories: dev-java/xmlunit/ X-VCS-Committer: fordfrog X-VCS-Committer-Name: Miroslav Šulc X-VCS-Revision: 42bea1753b5510413d7c4c2db7dca26e11a2c468 X-VCS-Branch: master Date: Wed, 25 Oct 2023 08:16:54 +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: ad0d6ea1-e5c5-4327-b185-057fdb7e56b7 X-Archives-Hash: e1a4000b0ea1355d030eb5a2290571e4 commit: 42bea1753b5510413d7c4c2db7dca26e11a2c468 Author: Volkmar W. Pogatzki pogatzki net> AuthorDate: Tue Oct 24 16:26:57 2023 +0000 Commit: Miroslav Šulc gentoo org> CommitDate: Wed Oct 25 08:16:49 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=42bea175 dev-java/xmlunit: update HOMEPAGE old HOMEPAGE was redirecting to https://www.xmlunit.org/ also avoid permanent redirect of SRC_URI Signed-off-by: Volkmar W. Pogatzki pogatzki.net> Closes: https://github.com/gentoo/gentoo/pull/33495 Signed-off-by: Miroslav Šulc gentoo.org> dev-java/xmlunit/xmlunit-1.6-r1.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-java/xmlunit/xmlunit-1.6-r1.ebuild b/dev-java/xmlunit/xmlunit-1.6-r1.ebuild index d3c83446d281..5f464a7ad02a 100644 --- a/dev-java/xmlunit/xmlunit-1.6-r1.ebuild +++ b/dev-java/xmlunit/xmlunit-1.6-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -9,8 +9,8 @@ MAVEN_ID="xmlunit:xmlunit:1.6" inherit java-pkg-2 java-ant-2 DESCRIPTION="XMLUnit extends JUnit and NUnit to enable unit testing of XML" -SRC_URI="mirror://sourceforge/${PN}/${P}-src.zip" -HOMEPAGE="http://xmlunit.sourceforge.net/" +HOMEPAGE="https://sourceforge.net/projects/xmlunit/ https://www.xmlunit.org" +SRC_URI="mirror://sourceforge/project/xmlunit/xmlunit%20for%20Java/XMLUnit%20for%20Java%20${PV}/${P}-src.zip" LICENSE="BSD" SLOT="1"