commit: 6a4aba965782989ce85156dedcf85e3f09a82d8f Author: Petr Vaněk <arkamar <AT> gentoo <DOT> org> AuthorDate: Mon Feb 24 15:45:52 2025 +0000 Commit: Petr Vaněk <arkamar <AT> gentoo <DOT> org> CommitDate: Mon Feb 24 15:46:21 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a4aba96
app-misc/scrub: drop 2.6.1-r1 Signed-off-by: Petr Vaněk <arkamar <AT> gentoo.org> app-misc/scrub/scrub-2.6.1-r1.ebuild | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/app-misc/scrub/scrub-2.6.1-r1.ebuild b/app-misc/scrub/scrub-2.6.1-r1.ebuild deleted file mode 100644 index 3eeaadad94c1..000000000000 --- a/app-misc/scrub/scrub-2.6.1-r1.ebuild +++ /dev/null @@ -1,18 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -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" - -PATCHES=( - "${FILESDIR}"/${P}-implicit-function-declaration-test.patch - "${FILESDIR}"/${PN}-2.6.1-bashism-tests.patch - "${FILESDIR}"/${PN}-2.6.1-tests-block-size.patch -)
