From fef049d93d1dac6362447246fdfd5ef97b77a217 Mon Sep 17 00:00:00 2001 From: Anton Bolshakov Date: Sat, 21 Feb 2026 09:02:45 +0800 Subject: [PATCH 1/3] oletools-0.60.2.ebuild --- app-forensics/oletools/Manifest | 2 +- app-forensics/oletools/metadata.xml | 1 + .../{oletools-0.60.1.ebuild => oletools-0.60.2.ebuild} | 9 +++++---- 3 files changed, 7 insertions(+), 5 deletions(-) rename app-forensics/oletools/{oletools-0.60.1.ebuild => oletools-0.60.2.ebuild} (83%) diff --git a/app-forensics/oletools/Manifest b/app-forensics/oletools/Manifest index a81ba3f21..d880cc9b2 100644 --- a/app-forensics/oletools/Manifest +++ b/app-forensics/oletools/Manifest @@ -1 +1 @@ -DIST oletools-0.60.1.zip 3382775 BLAKE2B da03a81c6bedc170f19eb5febd836a08dc24505706dd54dd03a64743307b90144ceaecc6ca13ef7eaa0baad8c63566f979be3cd0a2805fb6333c833a2ce4849c SHA512 826cb504ca048039823eed8c4919a2dba3a39e5a3635b5b6ca12e857c40bba8c86bae0bce2e31c662f3633de12ec72623087dd4f3d059c1e8ef75d2d64d121a3 +DIST oletools-0.60.2.zip 3433750 BLAKE2B 03a86a1f2583f0960e83c798cfcba408f77ae14d4930ff624348c5fd5444aedf307bd236c40b111fb33f034b6879d4e1d61551d12c8881ebf2e565d431a9f7a5 SHA512 485b8a6d19ee070cb19f2477606dfd83a4e5180c0487566a458501bece3d1b69e8d02cf550406d07676662d80cf192abde3b7ddb09efbbb8c2c310c34ee9d4a0 diff --git a/app-forensics/oletools/metadata.xml b/app-forensics/oletools/metadata.xml index e888c139c..f7359a7fc 100644 --- a/app-forensics/oletools/metadata.xml +++ b/app-forensics/oletools/metadata.xml @@ -11,5 +11,6 @@ decalage2/oletools + oletools diff --git a/app-forensics/oletools/oletools-0.60.1.ebuild b/app-forensics/oletools/oletools-0.60.2.ebuild similarity index 83% rename from app-forensics/oletools/oletools-0.60.1.ebuild rename to app-forensics/oletools/oletools-0.60.2.ebuild index 563251349..7d5a544ad 100644 --- a/app-forensics/oletools/oletools-0.60.1.ebuild +++ b/app-forensics/oletools/oletools-0.60.2.ebuild @@ -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" From 9d92ddfc077f9c712f2615061b7a83a5caa3a895 Mon Sep 17 00:00:00 2001 From: Anton Bolshakov Date: Sat, 21 Feb 2026 18:12:38 +0800 Subject: [PATCH 2/3] haiti-hash-4.0.0.ebuild --- app-crypt/haiti-hash/Manifest | 1 + app-crypt/haiti-hash/haiti-hash-4.0.0.ebuild | 26 ++++++++++++++++++++ 2 files changed, 27 insertions(+) create mode 100644 app-crypt/haiti-hash/haiti-hash-4.0.0.ebuild diff --git a/app-crypt/haiti-hash/Manifest b/app-crypt/haiti-hash/Manifest index e137361a4..cb9b3dba8 100644 --- a/app-crypt/haiti-hash/Manifest +++ b/app-crypt/haiti-hash/Manifest @@ -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 diff --git a/app-crypt/haiti-hash/haiti-hash-4.0.0.ebuild b/app-crypt/haiti-hash/haiti-hash-4.0.0.ebuild new file mode 100644 index 000000000..e296f53ec --- /dev/null +++ b/app-crypt/haiti-hash/haiti-hash-4.0.0.ebuild @@ -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* +" From 8e894a8a6791867c47c873a84d2fd428bc1af70c Mon Sep 17 00:00:00 2001 From: Anton Bolshakov Date: Sat, 21 Feb 2026 18:34:01 +0800 Subject: [PATCH 3/3] profile: newer version pydantic --- profiles/pentoo/base/package.accept_keywords/dev-python | 3 +++ 1 file changed, 3 insertions(+) diff --git a/profiles/pentoo/base/package.accept_keywords/dev-python b/profiles/pentoo/base/package.accept_keywords/dev-python index 3fd03558f..c15c00d5e 100644 --- a/profiles/pentoo/base/package.accept_keywords/dev-python +++ b/profiles/pentoo/base/package.accept_keywords/dev-python @@ -323,3 +323,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