re-applied changes to dev-libs/libsigscan

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

View file

@ -0,0 +1,2 @@
DIST libsigscan-experimental-20220124.tar.gz 1396513 BLAKE2B 1d7abfc2ae75a4a379c2bdb0f99b393cf8208d4dfaa3bb2bb9bfb3ae1298bebc1be14aeaeba0b8045b82e13b52c949b8cb9f74b962f2524cb4bdda3b25cb2f09 SHA512 d5aef335b6ff58f5fd39a392be83ed3519b6eff21918dc7b2a22f3bc1b76a2ad1816bdff6f09141078706a126a0a6914a6305984776678052a692083a878efea
DIST libsigscan-experimental-20221027.tar.gz 1409838 BLAKE2B 972fc5eb4df15bab73e2d1d36a9dbcd6bf9894d20d248548fae245c172e88180750318a33d0fc161d2d8ca8ea7ae5ce01574883ef8cbedf8ef5cd69f49156af0 SHA512 3746ae3de020daee1ea9fb904d1f9251625040182c8c6b6847ff42a3cb734a7cc1af56e3b3857a455fab93a1be6ade592aa6b32c7c664962b8fb3a1a55848549

View file

@ -0,0 +1,61 @@
# 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 for binary signature scanning."
HOMEPAGE="https://github.com/libyal/libsigscan"
SRC_URI="https://github.com/libyal/libsigscan/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/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,61 @@
# 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 for binary signature scanning."
HOMEPAGE="https://github.com/libyal/libsigscan"
SRC_URI="https://github.com/libyal/libsigscan/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/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>