libcerror: drop 20201121

This commit is contained in:
Rick Farina (Zero_Chaos) 2023-09-06 09:11:04 -04:00
parent 5879bdf9ad
commit bb04645506
No known key found for this signature in database
GPG key ID: A29433C0AA431DDC
2 changed files with 0 additions and 42 deletions

View file

@ -1,2 +1 @@
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,41 +0,0 @@
# 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
}
src_install() {
default
# see https://projects.gentoo.org/qa/policy-guide/installed-files.html#pg0303
find "${ED}" -name '*.la' -delete || die
}