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 90FCC158099 for ; Fri, 1 Dec 2023 11:51:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CFAB92BC01F; Fri, 1 Dec 2023 11:51:29 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B5E312BC01F for ; Fri, 1 Dec 2023 11:51:29 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 037D6335D75 for ; Fri, 1 Dec 2023 11:51:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5F67613FA for ; Fri, 1 Dec 2023 11:51:27 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1701430760.c8d6258bee362d838fbad4fd5310ab6446a92f6c.ulm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-benchmarks/forkbomb/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-benchmarks/forkbomb/forkbomb-1.4-r1.ebuild X-VCS-Directories: app-benchmarks/forkbomb/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: c8d6258bee362d838fbad4fd5310ab6446a92f6c X-VCS-Branch: master Date: Fri, 1 Dec 2023 11:51:27 +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: daeeca2b-6e5e-437c-9f4f-3452c46b0423 X-Archives-Hash: b58186aa8299ce5a9b8050f5c274a884 commit: c8d6258bee362d838fbad4fd5310ab6446a92f6c Author: Ulrich Müller gentoo org> AuthorDate: Fri Dec 1 11:39:20 2023 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Fri Dec 1 11:39:20 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c8d6258b app-benchmarks/forkbomb: drop 1.4-r1 Signed-off-by: Ulrich Müller gentoo.org> app-benchmarks/forkbomb/forkbomb-1.4-r1.ebuild | 23 ----------------------- 1 file changed, 23 deletions(-) diff --git a/app-benchmarks/forkbomb/forkbomb-1.4-r1.ebuild b/app-benchmarks/forkbomb/forkbomb-1.4-r1.ebuild deleted file mode 100644 index 0cd893752836..000000000000 --- a/app-benchmarks/forkbomb/forkbomb-1.4-r1.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -DESCRIPTION="Controlled fork() bomber for testing heavy system load" -HOMEPAGE="http://home.tiscali.cz:8080/~cz210552/forkbomb.html" -SRC_URI="http://home.tiscali.cz:8080/~cz210552/distfiles/${P}.tar.gz" - -LICENSE="public-domain" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -src_prepare() { - sed -i '/^all/s/tags//' Makefile || die - default -} - -src_install() { - dobin ${PN} - doman ${PN}.8 -}