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 5FACA158094 for ; Sun, 10 Jul 2022 11:21:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8C870E0BD4; Sun, 10 Jul 2022 11:21:58 +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 6F789E0BD4 for ; Sun, 10 Jul 2022 11:21:58 +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 6F79A340C9C for ; Sun, 10 Jul 2022 11:21:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BE5B2105 for ; Sun, 10 Jul 2022 11:21:55 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1657452108.5f758d31e33528889083875e58c9cc8fc5c74591.sam@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: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 5f758d31e33528889083875e58c9cc8fc5c74591 X-VCS-Branch: master Date: Sun, 10 Jul 2022 11:21:55 +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: 20a886c2-c893-4787-9f15-c5c458764691 X-Archives-Hash: dddd8f7b39bfd78c0767b4745c0413f9 commit: 5f758d31e33528889083875e58c9cc8fc5c74591 Author: Sam James gentoo org> AuthorDate: Sun Jul 10 11:21:48 2022 +0000 Commit: Sam James gentoo org> CommitDate: Sun Jul 10 11:21:48 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f758d31 app-misc/scrub: restore old 2.6.1 Signed-off-by: Sam James gentoo.org> app-misc/scrub/scrub-2.6.1.ebuild | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/app-misc/scrub/scrub-2.6.1.ebuild b/app-misc/scrub/scrub-2.6.1.ebuild new file mode 100644 index 000000000000..547ab898ec2f --- /dev/null +++ b/app-misc/scrub/scrub-2.6.1.ebuild @@ -0,0 +1,16 @@ +# 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=""