From 4287945c93482466bfe01571331adc017a93cbfe Mon Sep 17 00:00:00 2001 From: rick Date: Tue, 2 Dec 2025 01:11:41 +0100 Subject: [PATCH] app-forensics/libluksde: drop 2022, bump 2024 --- app-forensics/libluksde/Manifest | 3 +- .../libluksde/libluksde-20221103.ebuild | 75 ------------------- ...20807.ebuild => libluksde-20240503.ebuild} | 4 +- 3 files changed, 3 insertions(+), 79 deletions(-) delete mode 100644 app-forensics/libluksde/libluksde-20221103.ebuild rename app-forensics/libluksde/{libluksde-20220807.ebuild => libluksde-20240503.ebuild} (94%) diff --git a/app-forensics/libluksde/Manifest b/app-forensics/libluksde/Manifest index d382071b7..55000eeb4 100644 --- a/app-forensics/libluksde/Manifest +++ b/app-forensics/libluksde/Manifest @@ -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 diff --git a/app-forensics/libluksde/libluksde-20221103.ebuild b/app-forensics/libluksde/libluksde-20221103.ebuild deleted file mode 100644 index 46077df31..000000000 --- a/app-forensics/libluksde/libluksde-20221103.ebuild +++ /dev/null @@ -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 -} diff --git a/app-forensics/libluksde/libluksde-20220807.ebuild b/app-forensics/libluksde/libluksde-20240503.ebuild similarity index 94% rename from app-forensics/libluksde/libluksde-20220807.ebuild rename to app-forensics/libluksde/libluksde-20240503.ebuild index 46077df31..f35542975 100644 --- a/app-forensics/libluksde/libluksde-20220807.ebuild +++ b/app-forensics/libluksde/libluksde-20240503.ebuild @@ -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"