re-applied changes to app-forensics/libmsiecf

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

View file

@ -0,0 +1,2 @@
DIST libmsiecf-alpha-20210420.tar.gz 1568600 BLAKE2B b3ab95994618096c8a6f8820fb8ea3c15ae8e73a0c23dd92a41732320e15cfbdaa031632b51156ce2e5546f8d9f968e3f8f226b576c18a980603e5d1858a4f25 SHA512 e2a879e28e7e6d7ab8ac7a2373cdbb301e9b5ecd111312b14f2378d1d2836369fdecde30fc9c18688595b3a747b0f7c1ba078d3a3f83ce235cd90ddaf596e017
DIST libmsiecf-alpha-20221024.tar.gz 1610584 BLAKE2B d586079bd8978cd86fb37da9074c444e6ee631e7b75b2dee6e613fe381dfe8f4dbfe8c1f8272b2aff5b5a61946087dec91ca33eb84e5a6fdb2863e7cd31bbd64 SHA512 a82ec856af40253db5085021a19fe500356f917e1167f76b1a2be972a4e6db6b7f5b4b982d69204404c9a81b654b964760d9efdbe0b0292db10f5fbb7b5e9656

View file

@ -0,0 +1,65 @@
# 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 Microsoft Internet Explorer (MSIE) Cache Files"
HOMEPAGE="https://github.com/libyal/libmsiecf"
SRC_URI="https://github.com/libyal/libmsiecf/releases/download/${PV}/${PN}-alpha-${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/libfdatetime[nls=]
dev-libs/libfguid[nls=]
dev-libs/libfole[nls=]
dev-libs/libfvalue[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,65 @@
# 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 Microsoft Internet Explorer (MSIE) Cache Files"
HOMEPAGE="https://github.com/libyal/libmsiecf"
SRC_URI="https://github.com/libyal/libmsiecf/releases/download/${PV}/${PN}-alpha-${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/libfdatetime[nls=]
dev-libs/libfguid[nls=]
dev-libs/libfole[nls=]
dev-libs/libfvalue[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>