Revert "dev-libs/hardened_malloc: new package, add 13"

This reverts commit 3ac488ff2e.

Fundamentally broken.
Lacks copyright header and EAPI.

Run `pkgcheck scan --commits` before commiting.

Signed-off-by: Paul Zander <negril.nx+gentoo@gmail.com>
This commit is contained in:
Paul Zander
2025-08-09 17:31:32 +02:00
parent 3ac488ff2e
commit a4f06cd0ae
3 changed files with 0 additions and 34 deletions

View File

@@ -1,20 +0,0 @@
HOMEPAGE="https://github.com/GrapheneOS/hardened_malloc"
SRC_URI="https://github.com/GrapheneOS/hardened_malloc/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"
src_test() {
emake test
}
src_compile() {
emake VARIANT=light
emake VARIANT=default
}
src_install() {
dolib.so out-light/libhardened_malloc-light.so
dolib.so out/libhardened_malloc.so
}