From deba8115d2c2af26df42966b91ef04ff4dd79cde Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Thu, 14 May 2020 11:09:11 +0100 Subject: gentoo resync : 14.05.2020 --- app-forensics/honggfuzz/honggfuzz-2.1.ebuild | 43 ---------------------------- 1 file changed, 43 deletions(-) delete mode 100644 app-forensics/honggfuzz/honggfuzz-2.1.ebuild (limited to 'app-forensics/honggfuzz/honggfuzz-2.1.ebuild') diff --git a/app-forensics/honggfuzz/honggfuzz-2.1.ebuild b/app-forensics/honggfuzz/honggfuzz-2.1.ebuild deleted file mode 100644 index 4d8108afc11d..000000000000 --- a/app-forensics/honggfuzz/honggfuzz-2.1.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit toolchain-funcs - -DESCRIPTION="A general purpose fuzzer with feedback support" -HOMEPAGE="https://google.github.io/honggfuzz/" -SRC_URI="https://github.com/google/honggfuzz/archive/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="~amd64" -IUSE="" - -RDEPEND=" - >=sys-libs/binutils-libs-2.29:= - sys-libs/libunwind:= -" - -DEPEND="${RDEPEND}" - -DOCS=( - CHANGELOG - COPYING - CONTRIBUTING - README.md -) - -PATCHES=( - "${FILESDIR}"/${PN}-2.0-no-werror.patch -) - -src_compile() { - CC="$(tc-getCC)" CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" emake -} - -src_install() { - dobin ${PN} - - einstalldocs -} -- cgit v1.2.3