From 956b468590f662970b6c15b639de27c83c1921c1 Mon Sep 17 00:00:00 2001 From: Anton Bolshakov Date: Thu, 17 Nov 2022 11:47:22 +0800 Subject: [PATCH] reglookup: quick fix, mask it --- app-forensics/reglookup/reglookup-1.0.1-r1.ebuild | 14 ++++++++------ app-forensics/reglookup/reglookup-9999.ebuild | 4 ++-- 2 files changed, 10 insertions(+), 8 deletions(-) diff --git a/app-forensics/reglookup/reglookup-1.0.1-r1.ebuild b/app-forensics/reglookup/reglookup-1.0.1-r1.ebuild index fc8c3180c..fc8ece4bb 100644 --- a/app-forensics/reglookup/reglookup-1.0.1-r1.ebuild +++ b/app-forensics/reglookup/reglookup-1.0.1-r1.ebuild @@ -1,11 +1,11 @@ # Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 PYTHON_COMPAT=( python3_{10..11} ) -inherit scons-utils distutils-r1 +inherit python-any-r1 scons-utils DESCRIPTION="An utility for reading and querying Windows NT/2K/XP registries" HOMEPAGE="http://projects.sentinelchicken.org/reglookup/" @@ -13,7 +13,8 @@ SRC_URI="http://projects.sentinelchicken.org/data/downloads/${PN}-src-${PV}.tar. LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~x86 ~x64-macos ~x86-macos" +# The tool is dead +#KEYWORDS="~amd64 ~x86 ~x64-macos ~x86-macos" RDEPEND=" sys-libs/talloc @@ -25,16 +26,17 @@ PATCHES=( "${FILESDIR}"/${PV}-cflags.patch ) src_prepare() { mv pyregfi-distutils.py setup.py || die - distutils-r1_src_prepare +# distutils-r1_src_prepare + eapply_user } src_compile() { escons - distutils-r1_src_compile +# distutils-r1_src_compile } src_install() { - distutils-r1_src_install +# distutils-r1_src_install dobin bin/reglookup-timeline src/reglookup src/reglookup-recover dolib.so lib/libregfi.so doman doc/*.1.gz diff --git a/app-forensics/reglookup/reglookup-9999.ebuild b/app-forensics/reglookup/reglookup-9999.ebuild index ada2be394..d9aa8dc26 100644 --- a/app-forensics/reglookup/reglookup-9999.ebuild +++ b/app-forensics/reglookup/reglookup-9999.ebuild @@ -1,11 +1,11 @@ # Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 PYTHON_COMPAT=( python3_{10..11} ) -inherit scons-utils distutils-r1 subversion +inherit python-any-r1 scons-utils subversion DESCRIPTION="An utility for reading and querying Windows NT/2K/XP registries" HOMEPAGE="http://projects.sentinelchicken.org/reglookup/"