mirror of
https://github.com/pentoo/pentoo-overlay
synced 2025-12-06 08:25:01 +01:00
libvshadow-20240229.ebuild
This commit is contained in:
parent
2c9251fb7f
commit
c3097720b0
3 changed files with 1 additions and 74 deletions
|
|
@ -1,2 +1 @@
|
|||
DIST libvshadow-alpha-20211114.tar.gz 1503209 BLAKE2B a8b0427d268aa6c3f17f0fc4d3c0517aaa7a16d03aaa01632d4d4b9072c1b9a830bfb14296a20d8634aaa13bdab03df648ae98bf4146b5fe10b9d85600098ace SHA512 9300944259e9744c6933b5b76df25115113c563a9e272f985fe5cfd7984cd61c47a95ebd93ed53b2d10d3b6cfca31f99146347f89ea1b69e941ffa4bd22cdd38
|
||||
DIST libvshadow-alpha-20221030.tar.gz 1542648 BLAKE2B e242dcc13db103ed9c18d8b9f659a55130aeb216e481d738a288c71a29a3168fedc5004cbedccde34260bced98d8a4eefd2dbb996d9fe8045cff31915650e168 SHA512 8a548786dd27b4ec860f729ada558218d9c1db7811c385a708841451bceacd2c2731eec29bb6c50f671e4db731a14c9545c19ab86a3b711f44673e8c873ea2d8
|
||||
DIST libvshadow-alpha-20240229.tar.gz 1526413 BLAKE2B df043f14670efb4a6a02162359ae9ffacc32991ee7c5c7f42a516620afdcac433f96a8691ba618967798b9316f082b4d16b2f66c095e57eb89d345f2436c8368 SHA512 0706b44f798899eb9404bf3c97af0e7ebe256ef661f247899df46f66dbd888948855e0d247c4952ce2b64edfea36050a4627cb41725c372a8fe3b514346c06d5
|
||||
|
|
|
|||
|
|
@ -1,71 +0,0 @@
|
|||
# Copyright 1999-2019 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{10..12} )
|
||||
inherit autotools python-single-r1
|
||||
|
||||
DESCRIPTION="Library and tools to access the Volume Shadow Snapshot (VSS) format"
|
||||
HOMEPAGE="https://github.com/libyal/libvshadow"
|
||||
SRC_URI="https://github.com/libyal/libvshadow/releases/download/${PV}/${PN}-alpha-${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/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/libuna[nls=,unicode=]
|
||||
"
|
||||
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
|
||||
}
|
||||
|
|
@ -59,7 +59,6 @@ src_configure() {
|
|||
$(use_enable debug debug-output ) \
|
||||
$(use_enable threads multi-threading-support) \
|
||||
$(use_enable python) \
|
||||
$(use_enable python python3) \
|
||||
$(use_with fuse libfuse) \
|
||||
|
||||
}
|
||||
Loading…
Reference in a new issue