commit: 11b26ff9457dfdb2a489cbeff23480388ccb46a9 Author: David Roman <davidroman96 <AT> gmail <DOT> com> AuthorDate: Mon Jan 19 11:21:07 2026 +0000 Commit: David Roman <davidroman96 <AT> gmail <DOT> com> CommitDate: Mon Jan 19 11:21:38 2026 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=11b26ff9
sys-fs/jefferson: switch from python-lzo to lzallright Closes: https://bugs.gentoo.org/966702 Signed-off-by: David Roman <davidroman96 <AT> gmail.com> sys-fs/jefferson/jefferson-0.4.6-r1.ebuild | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/sys-fs/jefferson/jefferson-0.4.6-r1.ebuild b/sys-fs/jefferson/jefferson-0.4.6-r1.ebuild new file mode 100644 index 0000000000..ade74250a7 --- /dev/null +++ b/sys-fs/jefferson/jefferson-0.4.6-r1.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +PYTHON_COMPAT=( python3_{12..14} ) +DISTUTILS_USE_PEP517=poetry + +inherit distutils-r1 + +DESCRIPTION=" JFFS2 filesystem extraction tool " +HOMEPAGE="https://github.com/onekey-sec/jefferson" +SRC_URI="https://github.com/onekey-sec/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.gh.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64" + +RDEPEND=" + dev-python/cstruct[${PYTHON_USEDEP}] + dev-python/click[${PYTHON_USEDEP}] + dev-python/lzallright[${PYTHON_USEDEP}] +"
