app-forensics/libbde: drop 2022, 2021, bump 2024

This commit is contained in:
rick 2025-11-30 19:48:42 +01:00
parent c5d2cdf3bb
commit e4f02cbd6f
No known key found for this signature in database
GPG key ID: D3FB4A5EDD2CBF02
3 changed files with 3 additions and 79 deletions

View file

@ -1,2 +1 @@
DIST libbde-alpha-20220807.tar.gz 1754080 BLAKE2B f0d59abd4f52507c723c5fe3bef8bc81802ec4f02fb81ff183207ea539ab2955dab8c0201d1e7d3b513dc2fc76d950a02becb70c4ad8f7db9f9882b9e2aa8ceb SHA512 5d7b665579a7fa18e9d21282f51c3135559c22823826c6ef95fec908a6fc330ee51fd8671dea55f032885405db8720f488c38dbf1766668dbf02ff0cc1d108d9
DIST libbde-alpha-20221031.tar.gz 1754152 BLAKE2B ce456a5d29c5263dfd56d75a1c4b56d10903c545d2fa2c2468a17816d1401cd141cbc8ee7eb2841843edea352268c98337c0ce7c1c9fe6f7e9f2f378d839b6f3 SHA512 8002fe06ea2c789565d35be7994d1cc470dcabadc109852e293cd5c49626378b438a77c493a8667e7cd57005732532cd9ae87594cf70e0e9afc952de5b68be7f
DIST libbde-20240502.gh.tar.gz 1744192 BLAKE2B 2a61c0c37c028c2577797e7b7dd2856588d9c8dbf1c3edb1eaf480a95c9d6653de09023fdbe9d01001ead7206e259f0969d271d0cc33ac07e6d919a9b32c9f39 SHA512 fc84181b30ac4d29fc5ec78441740dc6a1a701f311cc673fd40ed814da346920968f4aa629d1f6df0a7a4e633705a0e4dbf33e080a8514cf94f03866e3f0638e

View file

@ -1,75 +0,0 @@
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{12..14} )
inherit autotools python-single-r1
DESCRIPTION="Library and tools to access BitLocker Drive Encryption (BDE) encrypted volumes"
HOMEPAGE="https://github.com/libyal/libbde"
SRC_URI="https://github.com/libyal/libbde/releases/download/${PV}/${PN}-alpha-${PV}.tar.gz"
LICENSE="LGPL-3"
SLOT="0"
KEYWORDS="amd64 ~arm64 x86"
IUSE="nls unicode python +fuse +threads debug"
REQUIRED_USE="
python? ( ${PYTHON_REQUIRED_USE} )
"
DEPEND="
nls? (
virtual/libiconv
virtual/libintl
)
python? ( dev-lang/python:* )
app-forensics/libbfio[nls=,unicode=,threads=]
dev-libs/libcaes[nls=,python=]
dev-libs/libcdata[nls=]
dev-libs/libcerror[nls=]
dev-libs/libcfile[nls=,unicode=]
dev-libs/libclocale[nls=,unicode=]
dev-libs/libcnotify[nls=]
dev-libs/libcpath[nls=,unicode=]
dev-libs/libcsplit[nls=,unicode=]
dev-libs/libcthreads[nls=]
dev-libs/libfcache[nls=]
dev-libs/libfdatetime[nls=]
dev-libs/libfguid[nls=]
dev-libs/libfvalue[nls=]
dev-libs/libhmac[nls=,unicode=,threads=]
dev-libs/libuna[nls=,unicode=]
"
RDEPEND="
${DEPEND}
python? ( ${PYTHON_DEPS} )
fuse? ( sys-fs/fuse )
"
src_prepare() {
eautoreconf
eapply_user
}
src_configure() {
econf \
$(use_enable nls) \
$(use_with nls libiconv-prefix) \
$(use_with nls libintl-prefix) \
$(use_enable unicode wide-character-type) \
$(use_enable debug verbose-output ) \
$(use_enable debug debug-output ) \
$(use_enable threads multi-threading-support) \
$(use_enable python) \
$(use_enable python python3) \
$(use_with fuse libfuse) \
}
src_install() {
default
# see https://projects.gentoo.org/qa/policy-guide/installed-files.html#pg0303
find "${ED}" -name '*.la' -delete || die
}

View file

@ -1,4 +1,4 @@
# Copyright 1999-2019 Gentoo Authors
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@ -8,7 +8,7 @@ inherit autotools python-single-r1
DESCRIPTION="Library and tools to access BitLocker Drive Encryption (BDE) encrypted volumes"
HOMEPAGE="https://github.com/libyal/libbde"
SRC_URI="https://github.com/libyal/libbde/releases/download/${PV}/${PN}-alpha-${PV}.tar.gz"
SRC_URI="https://github.com/libyal/libbde/releases/download/${PV}/${PN}-alpha-${PV}.tar.gz -> ${P}.gh.tar.gz"
LICENSE="LGPL-3"
SLOT="0"