commit: 3180b4c4863b4f200e5ec466044b7aacb70cf034
parent 3095f167e707d16d3f0b8a1cf13182d1edcfed57
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date: Thu, 5 Dec 2024 06:25:47 +0100
dev-lang/wasm3: treeclean
Diffstat:
2 files changed, 0 insertions(+), 37 deletions(-)
diff --git a/dev-lang/wasm3/Manifest b/dev-lang/wasm3/Manifest
@@ -1 +0,0 @@
-DIST wasm3-0.5.0.tar.gz 2582080 BLAKE2B 5ae9fd2aa295cec6a737fa6a56f35ce85a5443dc7b517b019a14bfc30110f3eec7a2421c31905c980694e5017ec6852450c7773e92d4f67fd7af4d41f1de84ed SHA512 87d29f942ef9a93faeb4085f1fc7ae8c274a7bd528ccaaf56a273815c524e43c96635acd6b59ee607d5d0c383c1d1358d09080a0d1a23cf1dcaedcab6c56d39e
diff --git a/dev-lang/wasm3/wasm3-0.5.0.ebuild b/dev-lang/wasm3/wasm3-0.5.0.ebuild
@@ -1,36 +0,0 @@
-# Copyright 2023 Haelwenn (lanodan) Monnier <contact@hacktivis.me>
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit cmake
-
-DESCRIPTION="A fast WebAssembly interpreter and the most universal WASM runtime"
-HOMEPAGE="https://github.com/wasm3/wasm3"
-SRC_URI="https://github.com/wasm3/wasm3/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-src_prepare() {
- # WASM blobs formatted as C headers
- rm source/extra/*.wasm.h || die
-
- cmake_src_prepare
-}
-
-src_configure() {
- local mycmakeargs=(
- -DBUILD_WASI=simple
- )
-
- cmake_src_configure
-}
-
-src_install() {
- einstalldocs
-
- dobin "${BUILD_DIR}/wasm3"
- dolib.a "${BUILD_DIR}source/libm3.a"
-}