Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/scrub/
Date: Wed, 17 Aug 2022 13:01:15
Message-Id: 1660741245.dd8da56a0150ccf55f5b41297aec5d72c051f9dd.asturm@gentoo
1 commit: dd8da56a0150ccf55f5b41297aec5d72c051f9dd
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Wed Aug 17 11:10:03 2022 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Wed Aug 17 13:00:45 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd8da56a
7
8 app-misc/scrub: drop 2.6.1, EAPI-6--
9
10 Closes: https://bugs.gentoo.org/865443
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 app-misc/scrub/scrub-2.6.1.ebuild | 16 ----------------
14 1 file changed, 16 deletions(-)
15
16 diff --git a/app-misc/scrub/scrub-2.6.1.ebuild b/app-misc/scrub/scrub-2.6.1.ebuild
17 deleted file mode 100644
18 index 547ab898ec2f..000000000000
19 --- a/app-misc/scrub/scrub-2.6.1.ebuild
20 +++ /dev/null
21 @@ -1,16 +0,0 @@
22 -# Copyright 1999-2022 Gentoo Authors
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI="6"
26 -
27 -DESCRIPTION="Overwrite files with iterative patterns"
28 -HOMEPAGE="https://github.com/chaos/scrub"
29 -SRC_URI="https://github.com/chaos/${PN}/releases/download/${PV}/${P}.tar.gz"
30 -
31 -LICENSE="GPL-2"
32 -SLOT="0"
33 -KEYWORDS="amd64 ~arm arm64 ~ppc64 ~riscv ~sparc x86"
34 -IUSE=""
35 -
36 -DEPEND=""
37 -RDEPEND=""