From 764b549307eb1750c647edc0970bfc95afa44f36 Mon Sep 17 00:00:00 2001 From: "Alex Xu (Hello71)" Date: Sun, 19 Dec 2021 18:27:06 -0500 Subject: dev-util/binaryen: upgrade to 104 --- dev-util/binaryen/Manifest | 2 +- dev-util/binaryen/binaryen-103.ebuild | 33 --------------------------------- dev-util/binaryen/binaryen-104.ebuild | 33 +++++++++++++++++++++++++++++++++ 3 files changed, 34 insertions(+), 34 deletions(-) delete mode 100644 dev-util/binaryen/binaryen-103.ebuild create mode 100644 dev-util/binaryen/binaryen-104.ebuild diff --git a/dev-util/binaryen/Manifest b/dev-util/binaryen/Manifest index cf6d7ab..6896e80 100644 --- a/dev-util/binaryen/Manifest +++ b/dev-util/binaryen/Manifest @@ -1 +1 @@ -DIST binaryen-103.tar.gz 4019610 BLAKE2B 317cd751f105f1d188f2102222919152c6772b312a72f1e4bf217fc187e12dc38b6fae158e96412539e1314c94b9a74b080a4bf2379166e50a06c2778ae15a95 SHA512 57be126b33cd346e65ac41ac46c25b55853eb67890479fd4a006c62c2ba6e5e21f4939520719f2c16214c1675b9b19c7330014405c9aaf5c1953d83774184420 +DIST binaryen-104.tar.gz 4029004 BLAKE2B d7c9195d9c5b9a8e79b0d95af8133ea1365ef1beed8577f6ef2373ee291faee340d8007cc4c456c5824241a608a84f50f89ec1cad1822f6a4304ea5e1bca7dc8 SHA512 441175c4a2bf9d7e32bf76cc32683265a11730ab225524e54b6ae1a0cf19e9fbc9ff22bd3b9fb9fba9dda8fd91b58f755ddc4d6afe2f91502c37d88074eaee26 diff --git a/dev-util/binaryen/binaryen-103.ebuild b/dev-util/binaryen/binaryen-103.ebuild deleted file mode 100644 index f2e64bb..0000000 --- a/dev-util/binaryen/binaryen-103.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit cmake - -DESCRIPTION="Compiler and toolchain infrastructure library for WebAssembly" -HOMEPAGE="https://github.com/WebAssembly/binaryen" -SRC_URI="https://github.com/WebAssembly/binaryen/archive/version_${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="test" - -# broken -RESTRICT="test" - -S="${WORKDIR}/binaryen-version_${PV}" - -src_configure() { - local mycmakeargs=( - -DENABLE_WERROR=no - -DBUILD_LLVM_DWARF=no - ) - cmake_src_configure -} - -src_test() { - cd "${BUILD_DIR}" || die - "${S}/check.py" || die -} diff --git a/dev-util/binaryen/binaryen-104.ebuild b/dev-util/binaryen/binaryen-104.ebuild new file mode 100644 index 0000000..f2e64bb --- /dev/null +++ b/dev-util/binaryen/binaryen-104.ebuild @@ -0,0 +1,33 @@ +# Copyright 2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit cmake + +DESCRIPTION="Compiler and toolchain infrastructure library for WebAssembly" +HOMEPAGE="https://github.com/WebAssembly/binaryen" +SRC_URI="https://github.com/WebAssembly/binaryen/archive/version_${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="test" + +# broken +RESTRICT="test" + +S="${WORKDIR}/binaryen-version_${PV}" + +src_configure() { + local mycmakeargs=( + -DENABLE_WERROR=no + -DBUILD_LLVM_DWARF=no + ) + cmake_src_configure +} + +src_test() { + cd "${BUILD_DIR}" || die + "${S}/check.py" || die +} -- cgit v1.2.3-54-g00ecf