diff --git a/sys-libs/hbaapiwrapper/Manifest b/sys-libs/hbaapiwrapper/Manifest new file mode 100644 index 0000000..ca7837a --- /dev/null +++ b/sys-libs/hbaapiwrapper/Manifest @@ -0,0 +1 @@ +DIST hbaapiwrapper-12.0.1354.0-1.x86_64.rpm 14924 BLAKE2B 5e7bfb91afe592ca91db22e0967666f57b9fad4e4e547c380b9a7c4b3fb9d070704e6e0b2c5278428416f110ce71aaa67036144156565907a1e31e683adfaef2 SHA512 0c1ef2ee6d8a1f7e6d22e26f87e03c89ee58944e85f299bc9b1d02ff31658c85d6d6ddb83b54192aa548e78e52d32a915dc3b823a536d1089237223bb2ec73b9 diff --git a/sys-libs/hbaapiwrapper/hbaapiwrapper-12.0.1354.0.ebuild b/sys-libs/hbaapiwrapper/hbaapiwrapper-12.0.1354.0.ebuild new file mode 100644 index 0000000..9be4f09 --- /dev/null +++ b/sys-libs/hbaapiwrapper/hbaapiwrapper-12.0.1354.0.ebuild @@ -0,0 +1,25 @@ +# Copyright 2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit rpm + +DESCRIPTION="Libs for sys-apps/brcmocmcore" +HOMEPAGE="https://support.hpe.com/hpsc/swd/public/detail?swItemId=MTX-e9ee92fe1202416da05b56b08c" +SRC_URI="https://herbizarre.swordarmor.fr/garbage/${P}-1.x86_64.rpm" + +LICENSE="all-rights-reserved" +SLOT="0" +KEYWORDS="~amd64" + +DEPEND="" +RDEPEND="${DEPEND}" +BDEPEND="" + +S="${WORKDIR}" + +src_install() { + rm -r "${S}/usr/lib/.build-id" || die "rm of /usr/lib/.build-id failed" + cp -a "${S}/"* "${D}/" || die "Install failed!" +}