re-applied changes to app-forensics/libesedb

This commit is contained in:
Volker Wegert 2022-11-20 23:06:36 +01:00
parent 99e2331873
commit 564695ab47
No known key found for this signature in database
GPG key ID: 1BCEC13D2F171EC4
4 changed files with 148 additions and 0 deletions

View file

@ -0,0 +1,2 @@
DIST libesedb-experimental-20210424.tar.gz 1919999 BLAKE2B 9db0046c1a01cc22c265e56030b488bb8e65575bda30abfef32abe7877a7c7f4a8c5c8f474deb0c13b4782a7678836c69f40643ea2631cd4778301fe89202764 SHA512 5952fa368f90bf41ae2bde87667842695f705c505c7e1c73074fdf0b93e8ada56d0ab9895c7f7f63af846aed239e02d0582ba94c4cff37f1e3761b3d2ca94d85
DIST libesedb-experimental-20220806.tar.gz 1964311 BLAKE2B d96a66558d4537f3cc2bc2ef2d20524eace1e324b0b2e8952ef665280ea792ce000728c50c5c49580d99e4bc4c33579253208cf222b8187789c0f34e8ec8aac0 SHA512 f27e48048e9099d5de741b3c2f8f4d6878a21eef76824170297e52d5874f15930939222901e647346711462c39dba96619dee33296367e0ca6f3b7960c63f7d6

View file

@ -0,0 +1,69 @@
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{10..11} )
inherit autotools python-single-r1
DESCRIPTION="Library and tools to access the Extensible Storage Engine Database File format."
HOMEPAGE="https://github.com/libyal/libesedb"
SRC_URI="https://github.com/libyal/libesedb/releases/download/${PV}/${PN}-experimental-${PV}.tar.gz"
LICENSE="LGPL-3"
SLOT="0"
KEYWORDS="amd64 ~arm64 x86"
IUSE="nls unicode python +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/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/libfdata[nls=,threads=]
dev-libs/libfdatetime[nls=]
dev-libs/libfguid[nls=]
dev-libs/libfmapi[nls=,threads=]
dev-libs/libfvalue[nls=]
dev-libs/libfwnt[nls=,threads=,python=]
dev-libs/libmapidb[nls=]
dev-libs/libuna[nls=,unicode=]
"
RDEPEND="
${DEPEND}
python? ( ${PYTHON_DEPS} )
"
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) \
}

View file

@ -0,0 +1,69 @@
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{10..11} )
inherit autotools python-single-r1
DESCRIPTION="Library and tools to access the Extensible Storage Engine Database File format."
HOMEPAGE="https://github.com/libyal/libesedb"
SRC_URI="https://github.com/libyal/libesedb/releases/download/${PV}/${PN}-experimental-${PV}.tar.gz"
LICENSE="LGPL-3"
SLOT="0"
KEYWORDS="amd64 ~arm64 x86"
IUSE="nls unicode python +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/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/libfdata[nls=,threads=]
dev-libs/libfdatetime[nls=]
dev-libs/libfguid[nls=]
dev-libs/libfmapi[nls=,threads=]
dev-libs/libfvalue[nls=]
dev-libs/libfwnt[nls=,threads=,python=]
dev-libs/libmapidb[nls=]
dev-libs/libuna[nls=,unicode=]
"
RDEPEND="
${DEPEND}
python? ( ${PYTHON_DEPS} )
"
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) \
}

View file

@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>unknown@pentoo.ch</email>
<name>Author Unknown</name>
</maintainer>
</pkgmetadata>