diff options
author | Sam James <sam@gentoo.org> | 2022-07-10 12:21:48 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-07-10 12:21:48 +0100 |
commit | 5f758d31e33528889083875e58c9cc8fc5c74591 (patch) | |
tree | 87915fde24064848be56d90ba57cee8187114350 /app-misc/scrub | |
parent | sys-devel/gcc: add 12.1.1_p20220709 (diff) | |
download | gentoo-5f758d31e33528889083875e58c9cc8fc5c74591.tar.gz gentoo-5f758d31e33528889083875e58c9cc8fc5c74591.tar.bz2 gentoo-5f758d31e33528889083875e58c9cc8fc5c74591.zip |
app-misc/scrub: restore old 2.6.1
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-misc/scrub')
-rw-r--r-- | app-misc/scrub/scrub-2.6.1.ebuild | 16 |
1 files changed, 16 insertions, 0 deletions
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="" |