dev-util/binaryen: Remove. - parlay - yet another gentoo overlay
HTML git clone https://git.parazyd.org/parlay
DIR Log
DIR Files
DIR Refs
DIR README
---
DIR commit f6f2a8f8d2b20b672552b6d5b140b21df1f94fb0
DIR parent 5f17261ab506184121de634abb71f96a20c5339c
HTML Author: parazyd <parazyd@dyne.org>
Date: Mon, 29 Mar 2021 13:00:56 +0200
dev-util/binaryen: Remove.
Diffstat:
D dev-util/binaryen/Manifest | 1 -
D dev-util/binaryen/binaryen-98.ebui⦠| 29 -----------------------------
D dev-util/binaryen/metadata.xml | 7 -------
3 files changed, 0 insertions(+), 37 deletions(-)
---
DIR 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
DIR 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
-}
DIR 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>