From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 0708D158003 for ; Fri, 19 Nov 2021 14:59:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D0C2DE07FE; Fri, 19 Nov 2021 14:59:10 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6FF22E07FE for ; Fri, 19 Nov 2021 14:59:10 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7783F342F3F for ; Fri, 19 Nov 2021 14:59:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B797F1DD for ; Fri, 19 Nov 2021 14:59:06 +0000 (UTC) From: "Marek Szuba" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Marek Szuba" Message-ID: <1637333939.ac9c8d27c0ff16c77d7c1eb7b5dacf138f672eb7.marecki@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-forensics/zzuf/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-forensics/zzuf/Manifest app-forensics/zzuf/zzuf-0.15-r2.ebuild X-VCS-Directories: app-forensics/zzuf/ X-VCS-Committer: marecki X-VCS-Committer-Name: Marek Szuba X-VCS-Revision: ac9c8d27c0ff16c77d7c1eb7b5dacf138f672eb7 X-VCS-Branch: master Date: Fri, 19 Nov 2021 14:59:06 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 7daae750-9907-4fb7-9586-d3a988921734 X-Archives-Hash: 3a949f0190065217e8a4c2e2e1b4db63 commit: ac9c8d27c0ff16c77d7c1eb7b5dacf138f672eb7 Author: Marek Szuba gentoo org> AuthorDate: Fri Nov 19 14:55:52 2021 +0000 Commit: Marek Szuba gentoo org> CommitDate: Fri Nov 19 14:58:59 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac9c8d27 app-forensics/zzuf: drop 0.15-r2 Signed-off-by: Marek Szuba gentoo.org> app-forensics/zzuf/Manifest | 1 - app-forensics/zzuf/zzuf-0.15-r2.ebuild | 30 ------------------------------ 2 files changed, 31 deletions(-) diff --git a/app-forensics/zzuf/Manifest b/app-forensics/zzuf/Manifest index 58c8d3c72ef9..54710407b8a1 100644 --- a/app-forensics/zzuf/Manifest +++ b/app-forensics/zzuf/Manifest @@ -1,2 +1 @@ -DIST zzuf-0.15.tar.bz2 394859 BLAKE2B a040bc0c43050d36b4dcc59ad49e42a81a0f944fdcaea537a33c925cc9a60cebe46bbd165df4a309204e4c125fb871e9aaaf532183cdb1101ac33230b83f5979 SHA512 7e5b55761c0f75af10920e1ffdde1564022b8d43ce8f59d6b0a27d2c59779ef98dd561cb26f781b8cee09016f08144439770ea2db250874d4bebd2443f592898 DIST zzuf-0.15_p20190208.tar.gz 140812 BLAKE2B 908661fdb51a5b2d5b188ac7df2731c5f069db8489651145f6d4a5cb0f02dc99fa10c3771a034645043f547ef92dfe9e3cfa3f1442dbad690d88ef620f2cfdd8 SHA512 e4d6b4356385642323520c1f1d476b572465881df539d0c6e7110ca7974da81b4b744896df7deac8b462707ca9e0db578ca0c118d6ba2da4bc78ffe31328f711 diff --git a/app-forensics/zzuf/zzuf-0.15-r2.ebuild b/app-forensics/zzuf/zzuf-0.15-r2.ebuild deleted file mode 100644 index 8e8009ec5c58..000000000000 --- a/app-forensics/zzuf/zzuf-0.15-r2.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit multilib-minimal - -DESCRIPTION="Transparent application input fuzzer" -HOMEPAGE="http://caca.zoy.org/wiki/zzuf" -SRC_URI="https://github.com/samhocevar/zzuf/releases/download/v${PV}/${P}.tar.bz2" - -LICENSE="WTFPL-2" -SLOT="0" -KEYWORDS="~amd64 ~sparc ~x86" - -# Uses dlopen hack to hijack many libc functions. -# Fails 2 tests with sandbox enabled: check-zzuf-A-autoinc check-utils -RESTRICT="test" - -DOCS=( AUTHORS COPYING TODO ) - -multilib_src_configure() { - ECONF_SOURCE="${S}" econf -} - -multilib_src_install_all() { - default - - find "${ED}" -name '*.la' -delete || die -}