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/binaryen-103.ebuild | 33 --------------------------------- 1 file changed, 33 deletions(-) delete mode 100644 dev-util/binaryen/binaryen-103.ebuild (limited to 'dev-util/binaryen/binaryen-103.ebuild') 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 -} -- cgit v1.2.3-70-g09d2