diff options
| author | root <root@alpha.trunkmasters.com> | 2026-06-12 11:50:53 -0500 |
|---|---|---|
| committer | root <root@alpha.trunkmasters.com> | 2026-06-12 11:50:53 -0500 |
| commit | 290aebdea65a02557706eaeda477fef0437b6a48 (patch) | |
| tree | f87a939169a508a2e943570501b64cc16b411cda /dev-util/wasm3 | |
| parent | 6783ddcd4b73d9ce586a71770caed352bec93b16 (diff) | |
| download | baldeagleos-repo-290aebdea65a02557706eaeda477fef0437b6a48.tar.gz baldeagleos-repo-290aebdea65a02557706eaeda477fef0437b6a48.tar.xz baldeagleos-repo-290aebdea65a02557706eaeda477fef0437b6a48.zip | |
Adding metadata
Diffstat (limited to 'dev-util/wasm3')
| -rw-r--r-- | dev-util/wasm3/Manifest | 1 | ||||
| -rw-r--r-- | dev-util/wasm3/files/wasm3-0.5.0-cmake_minimum.patch | 52 | ||||
| -rw-r--r-- | dev-util/wasm3/metadata.xml | 12 | ||||
| -rw-r--r-- | dev-util/wasm3/wasm3-0.5.0.ebuild | 45 |
4 files changed, 0 insertions, 110 deletions
diff --git a/dev-util/wasm3/Manifest b/dev-util/wasm3/Manifest deleted file mode 100644 index ebb17b046c3a..000000000000 --- a/dev-util/wasm3/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST wasm3-0.5.0.tar.gz 2582080 BLAKE2B 5ae9fd2aa295cec6a737fa6a56f35ce85a5443dc7b517b019a14bfc30110f3eec7a2421c31905c980694e5017ec6852450c7773e92d4f67fd7af4d41f1de84ed SHA512 87d29f942ef9a93faeb4085f1fc7ae8c274a7bd528ccaaf56a273815c524e43c96635acd6b59ee607d5d0c383c1d1358d09080a0d1a23cf1dcaedcab6c56d39e diff --git a/dev-util/wasm3/files/wasm3-0.5.0-cmake_minimum.patch b/dev-util/wasm3/files/wasm3-0.5.0-cmake_minimum.patch deleted file mode 100644 index 2d3552f62bf3..000000000000 --- a/dev-util/wasm3/files/wasm3-0.5.0-cmake_minimum.patch +++ /dev/null @@ -1,52 +0,0 @@ ---- a/CMakeLists.txt -+++ b/CMakeLists.txt -@@ -1,4 +1,4 @@ --cmake_minimum_required(VERSION 3.11) -+cmake_minimum_required(VERSION 3.20) - - # Detect WasiEnv - if(DEFINED ENV{WASI_CC} OR DEFINED WASI_SDK_PREFIX) ---- a/platforms/android/app/src/main/cpp/CMakeLists.txt -+++ b/platforms/android/app/src/main/cpp/CMakeLists.txt -@@ -1,4 +1,4 @@ --cmake_minimum_required(VERSION 3.4.1) -+cmake_minimum_required(VERSION 3.20) - - add_definitions(-DANDROID -Wno-format-security -O3 - #-fno-optimize-sibling-calls ---- a/platforms/cpp/CMakeLists.txt -+++ b/platforms/cpp/CMakeLists.txt -@@ -1,4 +1,4 @@ --cmake_minimum_required(VERSION 3.9) -+cmake_minimum_required(VERSION 3.20) - project(wasm3_cpp_example) - - set(target ${CMAKE_PROJECT_NAME}) ---- a/platforms/cpp/wasm3_cpp/CMakeLists.txt -+++ b/platforms/cpp/wasm3_cpp/CMakeLists.txt -@@ -1,4 +1,4 @@ --cmake_minimum_required(VERSION 3.5) -+cmake_minimum_required(VERSION 3.20) - add_library(wasm3_cpp INTERFACE) - target_include_directories(wasm3_cpp INTERFACE include) - target_compile_features(wasm3_cpp INTERFACE cxx_std_17) ---- a/platforms/embedded/esp32-idf-wasi/CMakeLists.txt -+++ b/platforms/embedded/esp32-idf-wasi/CMakeLists.txt -@@ -1,6 +1,6 @@ - # The following lines of boilerplate have to be in your project's - # CMakeLists in this exact order for cmake to work correctly --cmake_minimum_required(VERSION 3.5) -+cmake_minimum_required(VERSION 3.20) - - include($ENV{IDF_PATH}/tools/cmake/project.cmake) - project(wasm3) ---- a/platforms/embedded/esp32-idf/CMakeLists.txt -+++ b/platforms/embedded/esp32-idf/CMakeLists.txt -@@ -1,6 +1,6 @@ - # The following lines of boilerplate have to be in your project's - # CMakeLists in this exact order for cmake to work correctly --cmake_minimum_required(VERSION 3.5) -+cmake_minimum_required(VERSION 3.20) - - include($ENV{IDF_PATH}/tools/cmake/project.cmake) - project(wasm3) diff --git a/dev-util/wasm3/metadata.xml b/dev-util/wasm3/metadata.xml deleted file mode 100644 index 7c8a82efc495..000000000000 --- a/dev-util/wasm3/metadata.xml +++ /dev/null @@ -1,12 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="person"> - <email>xgqt@gentoo.org</email> - <name>Maciej Barć</name> - </maintainer> - <upstream> - <bugs-to>https://github.com/wasm3/wasm3/issues/</bugs-to> - </upstream> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/dev-util/wasm3/wasm3-0.5.0.ebuild b/dev-util/wasm3/wasm3-0.5.0.ebuild deleted file mode 100644 index d603d625a502..000000000000 --- a/dev-util/wasm3/wasm3-0.5.0.ebuild +++ /dev/null @@ -1,45 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit cmake flag-o-matic - -DESCRIPTION="A fast WebAssembly interpreter and the most universal WASM runtime" -HOMEPAGE="https://github.com/wasm3/wasm3/" - -if [[ "${PV}" == *9999* ]] ; then - inherit git-r3 - - EGIT_REPO_URI="https://github.com/${PN}/${PN}.git" -else - SRC_URI="https://github.com/${PN}/${PN}/archive/refs/tags/v${PV}.tar.gz - -> ${P}.tar.gz" - - KEYWORDS="~amd64 ~x86" -fi - -LICENSE="MIT" -SLOT="0" - -PATCHES=( "${FILESDIR}/wasm3-0.5.0-cmake_minimum.patch" ) - -DOCS=( README.md docs ) - -src_configure() { - # bug https://bugs.gentoo.org/925933 - filter-lto - append-flags -fno-strict-aliasing - - local -a mycmakeargs=( - -DBUILD_WASI=simple - ) - - cmake_src_configure -} - -src_install() { - dobin "${BUILD_DIR}/wasm3" - - einstalldocs -} |
