parlay

yet another gentoo overlay
git clone https://git.parazyd.org/parlay
Log | Files | Refs | README

commit f6f2a8f8d2b20b672552b6d5b140b21df1f94fb0
parent 5f17261ab506184121de634abb71f96a20c5339c
Author: parazyd <parazyd@dyne.org>
Date:   Mon, 29 Mar 2021 13:00:56 +0200

dev-util/binaryen: Remove.

Diffstat:
Ddev-util/binaryen/Manifest | 1-
Ddev-util/binaryen/binaryen-98.ebuild | 29-----------------------------
Ddev-util/binaryen/metadata.xml | 7-------
3 files changed, 0 insertions(+), 37 deletions(-)

diff --git a/dev-util/binaryen/Manifest b/dev-util/binaryen/Manifest @@ -1 +0,0 @@ -DIST binaryen-98.tar.gz 3680217 BLAKE2B 9026183a39148f6e1727fa23d754a9f882af44bdd8c72edc832804cdf85c86cdf37af487155e51dc2da49d8a677074e725907a3d54b0e337e85dae8e5c97bee0 SHA512 b5678cd12a125f9a57add6ce3c220cd79226bbc71b8abb71951ef2095376549da8ba362cdf99e4d1a01211db91b63c1f5314fd5df68d56bfd36315e21368f8c0 diff --git a/dev-util/binaryen/binaryen-98.ebuild b/dev-util/binaryen/binaryen-98.ebuild @@ -1,29 +0,0 @@ -# Copyright 1999-2021 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" -RESTRICT="test" - -S="${WORKDIR}/binaryen-version_${PV}" - -src_configure() { - local mycmakeargs=( - -DENABLE_WERROR=no - -DBUILD_LLVM_DWARF=no - ) - cmake_src_configure -} - -src_test() { - ./check.py || die -} diff --git a/dev-util/binaryen/metadata.xml b/dev-util/binaryen/metadata.xml @@ -1,7 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> -<maintainer type="person"> - <email>parazyd@dyne.org</email> -</maintainer> -</pkgmetadata>