mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 17:09:10 -07:00
dev-java/jbcrypt: update HOMEPAGE
Signed-off-by: Valérian Rousset <tharvik@users.noreply.github.com> Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
This commit is contained in:
committed by
Miroslav Šulc
parent
16d8931f0a
commit
652a5a1408
@@ -10,8 +10,9 @@ JAVA_TESTING_FRAMEWORKS="junit"
|
||||
inherit java-pkg-2 java-pkg-simple
|
||||
|
||||
DESCRIPTION="Java implementation of OpenBSD's Blowfish password hashing code"
|
||||
HOMEPAGE="https://www.mindrot.org/projects/jBCrypt"
|
||||
HOMEPAGE="https://www.mindrot.org/projects/jBCrypt/"
|
||||
SRC_URI="https://www.mindrot.org/files/jBCrypt/jBCrypt-${PV}.tar.gz"
|
||||
S="${WORKDIR}/jBCrypt-${PV}"
|
||||
LICENSE="BSD"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 ~arm64"
|
||||
@@ -19,8 +20,6 @@ KEYWORDS="amd64 ~arm64"
|
||||
DEPEND=">=virtual/jdk-1.8:*"
|
||||
RDEPEND=">=virtual/jre-1.8:*"
|
||||
|
||||
S="${WORKDIR}/jBCrypt-${PV}"
|
||||
|
||||
JAVA_SRC_DIR="src"
|
||||
JAVA_TEST_SRC_DIR="test"
|
||||
JAVA_TEST_GENTOO_CLASSPATH="junit"
|
||||
|
||||
Reference in New Issue
Block a user