From d9af035f6e895cfc9faabf2c671d792f18aeb719 Mon Sep 17 00:00:00 2001 From: Volker Wegert Date: Sun, 20 Nov 2022 23:14:23 +0100 Subject: [PATCH] re-applied changes to app-forensics/libmsiecf --- app-forensics/libmsiecf/Manifest | 2 + .../libmsiecf/libmsiecf-20210420.ebuild | 65 +++++++++++++++++++ .../libmsiecf/libmsiecf-20221024.ebuild | 65 +++++++++++++++++++ app-forensics/libmsiecf/metadata.xml | 8 +++ 4 files changed, 140 insertions(+) create mode 100644 app-forensics/libmsiecf/Manifest create mode 100644 app-forensics/libmsiecf/libmsiecf-20210420.ebuild create mode 100644 app-forensics/libmsiecf/libmsiecf-20221024.ebuild create mode 100644 app-forensics/libmsiecf/metadata.xml diff --git a/app-forensics/libmsiecf/Manifest b/app-forensics/libmsiecf/Manifest new file mode 100644 index 000000000..4cca3d823 --- /dev/null +++ b/app-forensics/libmsiecf/Manifest @@ -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 diff --git a/app-forensics/libmsiecf/libmsiecf-20210420.ebuild b/app-forensics/libmsiecf/libmsiecf-20210420.ebuild new file mode 100644 index 000000000..e64b9f024 --- /dev/null +++ b/app-forensics/libmsiecf/libmsiecf-20210420.ebuild @@ -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) \ + +} diff --git a/app-forensics/libmsiecf/libmsiecf-20221024.ebuild b/app-forensics/libmsiecf/libmsiecf-20221024.ebuild new file mode 100644 index 000000000..e64b9f024 --- /dev/null +++ b/app-forensics/libmsiecf/libmsiecf-20221024.ebuild @@ -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) \ + +} diff --git a/app-forensics/libmsiecf/metadata.xml b/app-forensics/libmsiecf/metadata.xml new file mode 100644 index 000000000..ace7c2d3a --- /dev/null +++ b/app-forensics/libmsiecf/metadata.xml @@ -0,0 +1,8 @@ + + + + + unknown@pentoo.ch + Author Unknown + +