hash_commit: use the same name to make ajak happy

This commit is contained in:
Anton Bolshakov 2021-09-26 21:54:33 +08:00
parent 8538b05f6f
commit b1b9d52303
No known key found for this signature in database
GPG key ID: 32BDCED870788F04
4 changed files with 12 additions and 12 deletions

View file

@ -7,8 +7,8 @@ inherit eutils java-pkg-2 java-ant-2
DESCRIPTION="Cyber Attack Management for Metasploit"
HOMEPAGE="http://www.fastandeasyhacking.com/"
MY_COMMIT="c8ca6c00b5584444ef3c3a8e32341f43974567bd"
SRC_URI="https://github.com/rsmudge/armitage/archive/${MY_COMMIT}.zip -> ${P}.zip"
HASH_COMMIT="c8ca6c00b5584444ef3c3a8e32341f43974567bd"
SRC_URI="https://github.com/rsmudge/armitage/archive/${HASH_COMMIT}.zip -> ${P}.zip"
LICENSE="BSD"
SLOT="0"
@ -31,7 +31,7 @@ DEPEND="${CDEPEND}
RDEPEND="${CDEPEND}
>=virtual/jre-1.6"
S="${WORKDIR}/${PN}-${MY_COMMIT}"
S="${WORKDIR}/${PN}-${HASH_COMMIT}"
JAVA_GENTOO_CLASSPATH="sleep,jgraphx-${JGRAPHX_SLOT},msgpack-${MSGPACK_SLOT},jdbc-postgresql,javassist-3"

View file

@ -6,11 +6,11 @@ EAPI=7
PYTHON_COMPAT=( python3_{8..9} )
inherit python-single-r1
MY_COMMIT="fc989b1b9e8869f9182922dcafd58a1f30cb8973"
HASH_COMMIT="fc989b1b9e8869f9182922dcafd58a1f30cb8973"
DESCRIPTION="Information gathering tool designed for extracting metadata of public documents"
HOMEPAGE="http://www.edge-security.com/metagoofil.php"
SRC_URI="https://github.com/opsdisk/metagoofil/archive/${MY_COMMIT}.zip -> ${P}.zip"
SRC_URI="https://github.com/opsdisk/metagoofil/archive/${HASH_COMMIT}.zip -> ${P}.zip"
LICENSE="GPL-2"
SLOT="0"
@ -26,7 +26,7 @@ RDEPEND="media-libs/libextractor
"
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
S=${WORKDIR}/${PN}-${MY_COMMIT}
S=${WORKDIR}/${PN}-${HASH_COMMIT}
src_configure() {
# Add the following line, so metagoofil.py can be executed directly.

View file

@ -6,11 +6,11 @@ EAPI=7
PYTHON_COMPAT=( python3_{8..9} )
inherit python-r1
COMMIT_HASH="3f5fc6da0142540c56e97c98f9925bb7d0855fb5"
HASH_COMMIT="3f5fc6da0142540c56e97c98f9925bb7d0855fb5"
DESCRIPTION="Enumerate subdomains of websites using OSINT"
HOMEPAGE="https://github.com/aboul3la/Sublist3r"
SRC_URI="https://github.com/aboul3la/Sublist3r/archive/${COMMIT_HASH}.zip -> ${P}.zip"
SRC_URI="https://github.com/aboul3la/Sublist3r/archive/${HASH_COMMIT}.zip -> ${P}.zip"
LICENSE="GPL-3"
SLOT="0"
@ -21,7 +21,7 @@ RDEPEND="dev-python/dnspython[${PYTHON_USEDEP}]
dev-python/requests[${PYTHON_USEDEP}]"
DEPEND="${RDEPEND}"
S="${WORKDIR}/Sublist3r-${COMMIT_HASH}"
S="${WORKDIR}/Sublist3r-${HASH_COMMIT}"
src_prepare() {
#make it a module

View file

@ -6,11 +6,11 @@ EAPI=7
PYTHON_COMPAT=( python3_{8..9} )
inherit python-r1
COMMIT_HASH="729d649ec5370730172bf6f5314aafd68c874124"
HASH_COMMIT="729d649ec5370730172bf6f5314aafd68c874124"
DESCRIPTION="Enumerate subdomains of websites using OSINT"
HOMEPAGE="https://github.com/aboul3la/Sublist3r"
SRC_URI="https://github.com/aboul3la/Sublist3r/archive/${COMMIT_HASH}.zip -> ${P}.zip"
SRC_URI="https://github.com/aboul3la/Sublist3r/archive/${HASH_COMMIT}.zip -> ${P}.zip"
LICENSE="GPL-3"
SLOT="0"
@ -21,7 +21,7 @@ RDEPEND="dev-python/dnspython[${PYTHON_USEDEP}]
dev-python/requests[${PYTHON_USEDEP}]"
DEPEND="${RDEPEND}"
S="${WORKDIR}/Sublist3r-${COMMIT_HASH}"
S="${WORKDIR}/Sublist3r-${HASH_COMMIT}"
src_prepare() {
#make it a module