dev-java/hamcrest-core: HOMEPAGE, remote-id

Signed-off-by: Volkmar W. Pogatzki <gentoo@pogatzki.net>
Signed-off-by: Florian Schmaus <flow@gentoo.org>
This commit is contained in:
Volkmar W. Pogatzki
2022-04-27 09:54:27 +02:00
committed by Florian Schmaus
parent ebf1f3cb5f
commit 0f5d0ebe10
3 changed files with 4 additions and 4 deletions

View File

@@ -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"

View File

@@ -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"

View File

@@ -6,6 +6,6 @@
<name>Java</name>
</maintainer>
<upstream>
<remote-id type="github">hamcrest/</remote-id>
<remote-id type="github">hamcrest/JavaHamcrest</remote-id>
</upstream>
</pkgmetadata>