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 03E2015808E for ; Wed, 27 Apr 2022 08:45:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E9A91E07A9; Wed, 27 Apr 2022 08:45:53 +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 CA414E07A9 for ; Wed, 27 Apr 2022 08:45:53 +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 7C8C03413EC for ; Wed, 27 Apr 2022 08:45:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BADC13B5 for ; Wed, 27 Apr 2022 08:45:50 +0000 (UTC) From: "Florian Schmaus" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Florian Schmaus" Message-ID: <1651049108.0f5d0ebe10f4e299eb23f6f362447e9a4dc4e21f.flow@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/hamcrest-core/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-java/hamcrest-core/hamcrest-core-1.1-r4.ebuild dev-java/hamcrest-core/hamcrest-core-1.3-r2.ebuild dev-java/hamcrest-core/metadata.xml X-VCS-Directories: dev-java/hamcrest-core/ X-VCS-Committer: flow X-VCS-Committer-Name: Florian Schmaus X-VCS-Revision: 0f5d0ebe10f4e299eb23f6f362447e9a4dc4e21f X-VCS-Branch: master Date: Wed, 27 Apr 2022 08:45:50 +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: 499e2efb-6eec-4295-b1f1-f8afb57bddcd X-Archives-Hash: f0fa93fefd67c9d7c5b1a76fedceb4a3 commit: 0f5d0ebe10f4e299eb23f6f362447e9a4dc4e21f Author: Volkmar W. Pogatzki pogatzki net> AuthorDate: Wed Apr 27 07:54:27 2022 +0000 Commit: Florian Schmaus gentoo org> CommitDate: Wed Apr 27 08:45:08 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f5d0ebe dev-java/hamcrest-core: HOMEPAGE, remote-id Signed-off-by: Volkmar W. Pogatzki pogatzki.net> Signed-off-by: Florian Schmaus gentoo.org> dev-java/hamcrest-core/hamcrest-core-1.1-r4.ebuild | 4 ++-- dev-java/hamcrest-core/hamcrest-core-1.3-r2.ebuild | 2 +- dev-java/hamcrest-core/metadata.xml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dev-java/hamcrest-core/hamcrest-core-1.1-r4.ebuild b/dev-java/hamcrest-core/hamcrest-core-1.1-r4.ebuild index 4023e0a16ff8..e8d9fbe997ec 100644 --- a/dev-java/hamcrest-core/hamcrest-core-1.1-r4.ebuild +++ b/dev-java/hamcrest-core/hamcrest-core-1.1-r4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -11,7 +11,7 @@ MY_PN="hamcrest" MY_P="${MY_PN}-${PV}" DESCRIPTION="Library of matchers for building test expressions" -HOMEPAGE="https://github.com/hamcrest" +HOMEPAGE="http://hamcrest.org/JavaHamcrest/" SRC_URI="https://github.com/${MY_PN}/JavaHamcrest/archive/${MY_PN}-java-${PV}.tar.gz -> ${P}.tar.gz" LICENSE="BSD-2" diff --git a/dev-java/hamcrest-core/hamcrest-core-1.3-r2.ebuild b/dev-java/hamcrest-core/hamcrest-core-1.3-r2.ebuild index a8ef97c4a000..27f4ffa43866 100644 --- a/dev-java/hamcrest-core/hamcrest-core-1.3-r2.ebuild +++ b/dev-java/hamcrest-core/hamcrest-core-1.3-r2.ebuild @@ -13,7 +13,7 @@ MY_P="${MY_PN}-${PV}" S="${WORKDIR}/${MY_P}" DESCRIPTION="Core library of matchers for building test expressions" -HOMEPAGE="https://github.com/hamcrest" +HOMEPAGE="http://hamcrest.org/JavaHamcrest/" SRC_URI="mirror://gentoo/${MY_P}.tgz" LICENSE="BSD-2" diff --git a/dev-java/hamcrest-core/metadata.xml b/dev-java/hamcrest-core/metadata.xml index f94f57c00f21..4de8b3f48a51 100644 --- a/dev-java/hamcrest-core/metadata.xml +++ b/dev-java/hamcrest-core/metadata.xml @@ -6,6 +6,6 @@ Java - hamcrest/ + hamcrest/JavaHamcrest