commit:     652a5a1408b9125657495cd6bb75bc7790208f9e
Author:     Valérian Rousset <tharvik <AT> users <DOT> noreply <DOT> github 
<DOT> com>
AuthorDate: Sat Oct 26 09:13:34 2024 +0000
Commit:     Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
CommitDate: Sun Oct 27 07:37:57 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=652a5a14

dev-java/jbcrypt: update HOMEPAGE

Signed-off-by: Valérian Rousset <tharvik <AT> users.noreply.github.com>
Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>

 dev-java/jbcrypt/jbcrypt-0.4.ebuild | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/dev-java/jbcrypt/jbcrypt-0.4.ebuild 
b/dev-java/jbcrypt/jbcrypt-0.4.ebuild
index 164af8eea9a8..cde1c1bd8355 100644
--- a/dev-java/jbcrypt/jbcrypt-0.4.ebuild
+++ b/dev-java/jbcrypt/jbcrypt-0.4.ebuild
@@ -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"

Reply via email to