Merge pull request #1284 from vwegert/update-libcerror

dev-libs/libcerror consolidated updates
This commit is contained in:
Anton Bolshakov 2022-11-17 13:43:09 +08:00 committed by GitHub
commit 05ea8220e0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 54 additions and 82 deletions

View file

@ -1,4 +1,2 @@
DIST libcerror-beta-20181117.tar.gz 480313 BLAKE2B 62b1eb00b2bc4dcb5b35e01b09450e1fbb85f8a3e4d283089f647e2bfbb6d15efb5467beea15494961ce7ac7c47cb457d7aa9a5927c5e1df48b2004c257bb9bb SHA512 4856d7a659bb5594bca8fd42a91b6c4f0a76e857a397cc0c71087411d3b38982f88bb3343e2b3d832528ba802860b7d79f57c3f37652c47aeafb1b6104c4b0ef
DIST libcerror-beta-20191112.tar.gz 492146 BLAKE2B 0c60aeba46ea329586c0d3417885fe934e29df0898902010ffad4c62d48ae9631cea9765298c286dd3b91087dff0d8562c3bff914b52d3e38b263d0bdcda0764 SHA512 dd9e704ba1eab5328b40871b585c05e4971ffd9022cec7395d8f6b2f8372cadcdc9041561186ffb06cabe2d9efcecdb88fff409f38ef1cd26d9e28075813b3ec
DIST libcerror-beta-20200615.tar.gz 492585 BLAKE2B 7bbdb47d3902811b0192fda0b9daa5cdb56aff9eb73cdb3d5b630981cb4d1dc8bbe9878e41c2c2edee73f15b900e0b90e51980a24c0aa3f52ca4fb54f428cab2 SHA512 33d4d587b429c22e08665dee0941142c9a805398b925f1ddd8e068820c92a5e6d61577908da721db927bf6dd180fa45b092093d32260b83ba94f38244b661602
DIST libcerror-beta-20201121.tar.gz 492646 BLAKE2B 32ddf28c63191c972f5a24dd3836d863e36ed8be371082b67c85e357f1753c4e0f6e935ab07678578ee1efc37f6bc0349076a17ecab6422953639999708f4731 SHA512 6b74834657f53b5c547917f82522f762fc374930c86d656c97d0e02034fb1f5e8ca54b2b92eb03efb2ffec991ecf9a1a4ea1452bf4bf069bbbcd334c1580d990
DIST libcerror-beta-20220101.tar.gz 493194 BLAKE2B 254fcb173d7093de0b8fefd79503ae841d2f703801cd587be8109cc54f2caec7a7d87ce4827d85cec3a2f854d319d80f50ec28fa59f680a8fb0eb689995c7ea4 SHA512 0daf1ce5dfdccf4994fc1387db4b7fcf57f2d8fa464160ad8fb45c3cee6efa054e60233d674791c2636c54fa4ae5e1183ae838829723b99c526d6febae8b2d63

View file

@ -1,24 +0,0 @@
# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
DESCRIPTION="Library for cross-platform C error functions"
HOMEPAGE="https://github.com/libyal/${PN}"
SRC_URI="https://github.com/libyal/${PN}/releases/download/${PV}/${PN}-beta-${PV}.tar.gz"
LICENSE="LGPL-3"
SLOT="0"
KEYWORDS="~amd64 ~arm ~arm64 ~x86"
IUSE="nls"
DEPEND="nls? ( virtual/libiconv
virtual/libintl )"
RDEPEND="${DEPEND}"
# --disable-rpath do not hardcode runtime library paths
src_configure() {
econf $(use_enable nls) \
$(use_with nls libiconv-prefix) \
$(use_with nls libintl-prefix)
}

View file

@ -1,24 +0,0 @@
# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
DESCRIPTION="Library for cross-platform C error functions"
HOMEPAGE="https://github.com/libyal/${PN}"
SRC_URI="https://github.com/libyal/${PN}/releases/download/${PV}/${PN}-beta-${PV}.tar.gz"
LICENSE="LGPL-3"
SLOT="0"
KEYWORDS="~amd64 ~arm ~arm64 ~x86"
IUSE="nls"
DEPEND="nls? ( virtual/libiconv
virtual/libintl )"
RDEPEND="${DEPEND}"
# --disable-rpath do not hardcode runtime library paths
src_configure() {
econf $(use_enable nls) \
$(use_with nls libiconv-prefix) \
$(use_with nls libintl-prefix)
}

View file

@ -1,24 +0,0 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
DESCRIPTION="Library for cross-platform C error functions"
HOMEPAGE="https://github.com/libyal/${PN}"
SRC_URI="https://github.com/libyal/${PN}/releases/download/${PV}/${PN}-beta-${PV}.tar.gz"
LICENSE="LGPL-3"
SLOT="0"
KEYWORDS="amd64 ~arm64 x86"
IUSE="nls"
DEPEND="nls? ( virtual/libiconv
virtual/libintl )"
RDEPEND="${DEPEND}"
# --disable-rpath do not hardcode runtime library paths
src_configure() {
econf $(use_enable nls) \
$(use_with nls libiconv-prefix) \
$(use_with nls libintl-prefix)
}

View file

@ -1,24 +1,35 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
EAPI=8
DESCRIPTION="Library for cross-platform C error functions"
HOMEPAGE="https://github.com/libyal/${PN}"
SRC_URI="https://github.com/libyal/${PN}/releases/download/${PV}/${PN}-beta-${PV}.tar.gz"
HOMEPAGE="https://github.com/libyal/libcerror"
SRC_URI="https://github.com/libyal/libcerror/releases/download/${PV}/${PN}-beta-${PV}.tar.gz"
LICENSE="LGPL-3"
SLOT="0"
KEYWORDS="amd64 ~arm64 x86"
IUSE="nls"
DEPEND="nls? ( virtual/libiconv
virtual/libintl )"
DEPEND="
nls? (
virtual/libiconv
virtual/libintl
)
"
RDEPEND="${DEPEND}"
# --disable-rpath do not hardcode runtime library paths
src_configure() {
econf $(use_enable nls) \
econf \
$(use_enable nls) \
$(use_with nls libiconv-prefix) \
$(use_with nls libintl-prefix)
# --disable-shared-libs disable shared library support
# not supported in the ebuild at the moment - kind of defeats the entire process
# --enable-winapi enable WINAPI support for cross-compilation
# [default=auto-detect]
# not supported in the ebuild at the moment - requires windows.h, does not make much sense for us
}

View file

@ -0,0 +1,35 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DESCRIPTION="Library for cross-platform C error functions"
HOMEPAGE="https://github.com/libyal/libcerror"
SRC_URI="https://github.com/libyal/libcerror/releases/download/${PV}/${PN}-beta-${PV}.tar.gz"
LICENSE="LGPL-3"
SLOT="0"
KEYWORDS="amd64 ~arm64 x86"
IUSE="nls"
DEPEND="
nls? (
virtual/libiconv
virtual/libintl
)
"
RDEPEND="${DEPEND}"
src_configure() {
econf \
$(use_enable nls) \
$(use_with nls libiconv-prefix) \
$(use_with nls libintl-prefix)
# --disable-shared-libs disable shared library support
# not supported in the ebuild at the moment - kind of defeats the entire process
# --enable-winapi enable WINAPI support for cross-compilation
# [default=auto-detect]
# not supported in the ebuild at the moment - requires windows.h, does not make much sense for us
}