commit: 5f758d31e33528889083875e58c9cc8fc5c74591 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sun Jul 10 11:21:48 2022 +0000 Commit: Sam James <sam <AT> gentoo <DOT> 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 <sam <AT> 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=""
