Diff johntheripper-jumbo-1.9.0_p20230717 with a johntheripper-jumbo-9999

/usr/portage/app-crypt/johntheripper-jumbo/johntheripper-jumbo-9999.ebuild 2023-10-09 14:52:28.236368318 +0300
8 8
DESCRIPTION="Fast password cracker, community enhanced version"
9 9
HOMEPAGE="http://www.openwall.com/john/"
10 10

  
11
MY_PN="JohnTheRipper"
12

  
11 13
if [[ ${PV} == "9999" ]] ; then
12
	EGIT_REPO_URI="https://github.com/magnumripper/JohnTheRipper.git"
14
	EGIT_REPO_URI="https://github.com/magnumripper/${MY_PN}.git"
13 15
	inherit git-r3
14 16
else
15
	HASH_COMMIT="c798c3f39215f6e08c67677eb9b79f65cfe08e40"
17
	JUMBO="jumbo-1.1"
18
	MY_PV="${PV}-${JUMBO}"
19
	MY_P="john-${MY_PV}"
20
	HASH_COMMIT="5d0c85f16f96ca7b6dd06640e95a5801081d6e20"
16 21

  
17 22
	SRC_URI="https://github.com/openwall/john/archive/${HASH_COMMIT}.tar.gz -> ${P}.tar.gz"
18 23
	S="${WORKDIR}/john-${HASH_COMMIT}"
Thank you!