commit: dd8da56a0150ccf55f5b41297aec5d72c051f9dd Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Wed Aug 17 11:10:03 2022 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> 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 <asturm <AT> 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=""
