mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-08 12:30:44 +02:00
commit
e8f9d95250
6 changed files with 37 additions and 5 deletions
|
|
@ -1 +1,2 @@
|
|||
DIST haiti-hash-3.0.0.gem 171008 BLAKE2B cad1c43fe50df75cfc5845fcdcaf1a493b930844d1d77f57d42f5a96763bdfbcf566a6496171f6adad74412e968f18a5633c6d317ea8ac153f71803dee25af3f SHA512 2b2fb288613756fe35d99f7defe113aa35c7bf0ad3d0d5fe84ddcf084ddbfa7851598e969f9d1a9140a9130a156c9432970d2777ee9e0bd34aed02c4b607e2fb
|
||||
DIST haiti-hash-4.0.0.gem 184832 BLAKE2B 69de4fb0f9148df1aec12e1b71f793c389b61e37ce50d7ea64df35968dd25022c2e6c3157f01ed16dc3aefa6ce86da020f61c088849e6ac4d712aaffdb63128d SHA512 25eebad763ce1b752b0941c8047eb1f57fa4c430d3dc1baab09caf77ee83edf3d70d4022090cafa627131074a729df749848306ffdfa5f3203a996ac59166dff
|
||||
|
|
|
|||
26
app-crypt/haiti-hash/haiti-hash-4.0.0.ebuild
Normal file
26
app-crypt/haiti-hash/haiti-hash-4.0.0.ebuild
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
# Copyright 2026 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
USE_RUBY="ruby32 ruby33"
|
||||
|
||||
RUBY_FAKEGEM_EXTRAINSTALL="data"
|
||||
|
||||
inherit ruby-fakegem
|
||||
|
||||
DESCRIPTION="A CLI tool to identify the hash type of a given hash"
|
||||
HOMEPAGE="https://noraj.github.io/haiti/"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
#wait for dev-ruby/paint
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
|
||||
# not bundled in the gem
|
||||
RESTRICT="test"
|
||||
|
||||
ruby_add_rdepend "
|
||||
=dev-ruby/docopt-0.6*
|
||||
=dev-ruby/paint-2.3*
|
||||
"
|
||||
|
|
@ -1 +1 @@
|
|||
DIST oletools-0.60.1.zip 3382775 BLAKE2B da03a81c6bedc170f19eb5febd836a08dc24505706dd54dd03a64743307b90144ceaecc6ca13ef7eaa0baad8c63566f979be3cd0a2805fb6333c833a2ce4849c SHA512 826cb504ca048039823eed8c4919a2dba3a39e5a3635b5b6ca12e857c40bba8c86bae0bce2e31c662f3633de12ec72623087dd4f3d059c1e8ef75d2d64d121a3
|
||||
DIST oletools-0.60.2.zip 3433750 BLAKE2B 03a86a1f2583f0960e83c798cfcba408f77ae14d4930ff624348c5fd5444aedf307bd236c40b111fb33f034b6879d4e1d61551d12c8881ebf2e565d431a9f7a5 SHA512 485b8a6d19ee070cb19f2477606dfd83a4e5180c0487566a458501bece3d1b69e8d02cf550406d07676662d80cf192abde3b7ddb09efbbb8c2c310c34ee9d4a0
|
||||
|
|
|
|||
|
|
@ -11,5 +11,6 @@
|
|||
</maintainer>
|
||||
<upstream>
|
||||
<remote-id type="github">decalage2/oletools</remote-id>
|
||||
<remote-id type="pypi">oletools</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
# Copyright 1999-2021 Gentoo Authors
|
||||
# Copyright 2026 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
|
@ -6,15 +6,15 @@ EAPI=8
|
|||
DISTUTILS_USE_PEP517=setuptools
|
||||
PYTHON_COMPAT=( python3_{12..14} )
|
||||
|
||||
inherit distutils-r1
|
||||
inherit distutils-r1 pypi
|
||||
|
||||
DESCRIPTION="A python tools to analyze MS OLE2 files and MS Office documents"
|
||||
HOMEPAGE="https://github.com/decalage2/oletools"
|
||||
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.zip"
|
||||
SRC_URI="$(pypi_sdist_url ${PN} ${PV} .zip)"
|
||||
|
||||
KEYWORDS="amd64 ~arm64 x86"
|
||||
LICENSE="GPL-2 BSD-2 MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 ~arm64 x86"
|
||||
|
||||
DEPEND="${PYTHON_DEPS}"
|
||||
RDEPEND="${DEPEND}
|
||||
|
|
@ -25,5 +25,6 @@ RDEPEND="${DEPEND}
|
|||
dev-python/msoffcrypto-tool[${PYTHON_USEDEP}]
|
||||
dev-python/pcodedmp[${PYTHON_USEDEP}]
|
||||
"
|
||||
BDEPEND="app-arch/unzip"
|
||||
|
||||
RESTRICT="test"
|
||||
|
|
@ -324,3 +324,6 @@ dev-python/browser-cookie3
|
|||
# dnsrecon
|
||||
=dev-python/loguru-0*
|
||||
=dev-python/ujson-5.11*
|
||||
|
||||
# required by dev-util/lief and python 3.14
|
||||
~dev-python/pydantic-2.12.3
|
||||
|
|
|
|||
Loading…
Reference in a new issue