From bd576392dbcf2409583c9729acadb7399e8878da Mon Sep 17 00:00:00 2001 From: "Rick Farina (Zero_Chaos)" Date: Mon, 4 Sep 2023 21:37:05 -0400 Subject: [PATCH] bulk_extractor: qa and updates --- ...1.ebuild => bulk_extractor-2.0.3-r2.ebuild} | 18 +++++++----------- 1 file changed, 7 insertions(+), 11 deletions(-) rename app-forensics/bulk_extractor/{bulk_extractor-2.0.3-r1.ebuild => bulk_extractor-2.0.3-r2.ebuild} (92%) diff --git a/app-forensics/bulk_extractor/bulk_extractor-2.0.3-r1.ebuild b/app-forensics/bulk_extractor/bulk_extractor-2.0.3-r2.ebuild similarity index 92% rename from app-forensics/bulk_extractor/bulk_extractor-2.0.3-r1.ebuild rename to app-forensics/bulk_extractor/bulk_extractor-2.0.3-r2.ebuild index eb97918d6..79b0c58d4 100644 --- a/app-forensics/bulk_extractor/bulk_extractor-2.0.3-r1.ebuild +++ b/app-forensics/bulk_extractor/bulk_extractor-2.0.3-r2.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 -inherit autotools desktop eutils xdg-utils +inherit autotools desktop xdg-utils DESCRIPTION="Scans a disk image for regular expressions and other content" HOMEPAGE="https://github.com/simsong/bulk_extractor" @@ -21,11 +21,8 @@ IUSE="aff doc beviewer exiv2 hashdb +rar" # ewf? ( app-forensics/libewf ) RDEPEND=" aff? ( app-forensics/afflib ) - dev-libs/boost dev-libs/expat - dev-libs/openssl:0= - dev-db/sqlite:3 - dev-libs/libxml2 + dev-libs/libgcrypt:= exiv2? ( media-gfx/exiv2 ) sys-libs/zlib hashdb? ( dev-libs/hashdb ) @@ -34,6 +31,10 @@ RDEPEND=" )" DEPEND="${RDEPEND} + dev-db/sqlite:3 + dev-libs/boost + dev-libs/openssl:0= + dev-libs/libxml2 doc? ( app-doc/doxygen ) virtual/man" @@ -44,11 +45,6 @@ BDEPEND=" src_prepare() { eapply "${FILESDIR}/bulk_extractor-2.0.3_uint32_t.patch" - if [[ ${PV} != *9999 ]]; then - sed -e "s/AC_INIT(BULK_EXTRACTOR, \(.*\),/AC_INIT(BULK_EXTRACTOR, ${PV},/" \ - -i configure.ac || die - fi - eautoreconf default }