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 2700C158094 for ; Wed, 17 Aug 2022 13:01:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9AFF1E0896; Wed, 17 Aug 2022 13:01:11 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7071CE0896 for ; Wed, 17 Aug 2022 13:01:11 +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 56F2934130A for ; Wed, 17 Aug 2022 13:01:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 91A65581 for ; Wed, 17 Aug 2022 13:01:07 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1660741245.dd8da56a0150ccf55f5b41297aec5d72c051f9dd.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/scrub/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-misc/scrub/scrub-2.6.1.ebuild X-VCS-Directories: app-misc/scrub/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: dd8da56a0150ccf55f5b41297aec5d72c051f9dd X-VCS-Branch: master Date: Wed, 17 Aug 2022 13:01:07 +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: a73bc059-4e1b-4bd7-9826-793edae48a52 X-Archives-Hash: 2b2447af2502fd08def2d86adac39e47 commit: dd8da56a0150ccf55f5b41297aec5d72c051f9dd Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed Aug 17 11:10:03 2022 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed Aug 17 13:00:45 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd8da56a app-misc/scrub: drop 2.6.1, EAPI-6-- Closes: https://bugs.gentoo.org/865443 Signed-off-by: Andreas Sturmlechner gentoo.org> app-misc/scrub/scrub-2.6.1.ebuild | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/app-misc/scrub/scrub-2.6.1.ebuild b/app-misc/scrub/scrub-2.6.1.ebuild deleted file mode 100644 index 547ab898ec2f..000000000000 --- a/app-misc/scrub/scrub-2.6.1.ebuild +++ /dev/null @@ -1,16 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI="6" - -DESCRIPTION="Overwrite files with iterative patterns" -HOMEPAGE="https://github.com/chaos/scrub" -SRC_URI="https://github.com/chaos/${PN}/releases/download/${PV}/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ~arm arm64 ~ppc64 ~riscv ~sparc x86" -IUSE="" - -DEPEND="" -RDEPEND=""