From 5f758d31e33528889083875e58c9cc8fc5c74591 Mon Sep 17 00:00:00 2001 From: Sam James Date: Sun, 10 Jul 2022 12:21:48 +0100 Subject: app-misc/scrub: restore old 2.6.1 Signed-off-by: Sam James --- app-misc/scrub/scrub-2.6.1.ebuild | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 app-misc/scrub/scrub-2.6.1.ebuild (limited to 'app-misc') 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="" -- cgit v1.2.3-65-gdbad