mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-09 04:51:27 +02:00
app-forensics/libluksde: drop 2022, bump 2024
This commit is contained in:
parent
08a0735395
commit
4287945c93
3 changed files with 3 additions and 79 deletions
|
|
@ -1,2 +1 @@
|
|||
DIST libluksde-experimental-20220807.tar.gz 1606406 BLAKE2B ca9eed496e7cd74305c362169a74d1bdd8d09665f170527aade5f38faf0db72db59fdb2b977122495c111284da5ea6f43827b07e53eb0974ae4e5933cec8ad0e SHA512 35644f918ed385913cbb5d3baf93c52b06fb40c95d2d2e7a851b90022c37f7b87b8d537c2c793458dba304e1315f5521a3b7733260237ae683b90f143e2e5ed9
|
||||
DIST libluksde-experimental-20221103.tar.gz 1605578 BLAKE2B eb9396cb646b7ae399179a191b59c67ce4e83826029ff4393226a363517dc2e5d6c3bec998d3296681c470986c0e38c20a073e4cab55415bd5eaea4dd0d7b759 SHA512 416fa34fa1d6b92a31ed20f48960e030f592dcae5a244f5f7ec2b86d7667caf12b43dd5b26f265cdaea02e123832930399c4e82b247745b09ce7bc01146f6142
|
||||
DIST libluksde-20240503.gh.tar.gz 1606837 BLAKE2B 595dc793b91fe9de62da64aa77e52cd854a0fcf519895bb403d6bd08e37f060976e1e47ad78deab2bad84e49d022fa30177ba53aa17abc116542729eef530ef7 SHA512 7b1eb4d8220baf10f8c02666c8dcd7095428f5b3581ea06b9c2575f683d5ca2f21e1230b1dd3a52dbabb217940c5e3b1aa17bde00f9b4d81b1ce6d1705612509
|
||||
|
|
|
|||
|
|
@ -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 LUKS Disk Encryption encrypted volumes"
|
||||
HOMEPAGE="https://github.com/libyal/libluksde"
|
||||
SRC_URI="https://github.com/libyal/libluksde/releases/download/${PV}/${PN}-experimental-${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/libfcrypto[nls=]
|
||||
dev-libs/libfguid[nls=]
|
||||
dev-libs/libhmac[nls=,unicode=,threads=]
|
||||
dev-libs/libuna[nls=,unicode=]
|
||||
dev-libs/openssl
|
||||
"
|
||||
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
|
||||
}
|
||||
|
|
@ -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 LUKS Disk Encryption encrypted volumes"
|
||||
HOMEPAGE="https://github.com/libyal/libluksde"
|
||||
SRC_URI="https://github.com/libyal/libluksde/releases/download/${PV}/${PN}-experimental-${PV}.tar.gz"
|
||||
SRC_URI="https://github.com/libyal/libluksde/releases/download/${PV}/${PN}-experimental-${PV}.tar.gz -> ${P}.gh.tar.gz"
|
||||
|
||||
LICENSE="LGPL-3"
|
||||
SLOT="0"
|
||||
Loading…
Reference in a new issue