Gentoo Archives: gentoo-commits

From: Aaron Bauman <bman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/fdupes/
Date: Sat, 26 Sep 2020 19:40:37
Message-Id: 1601149212.bd9de21bbc3f79e7987b87d27d56e30775de1a63.bman@gentoo
1 commit: bd9de21bbc3f79e7987b87d27d56e30775de1a63
2 Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
3 AuthorDate: Sat Sep 26 19:11:24 2020 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Sat Sep 26 19:40:12 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd9de21b
7
8 app-misc/fdupes: drop old EAPI=5
9
10 Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
11
12 app-misc/fdupes/fdupes-1.6.1.ebuild | 29 -----------------------------
13 1 file changed, 29 deletions(-)
14
15 diff --git a/app-misc/fdupes/fdupes-1.6.1.ebuild b/app-misc/fdupes/fdupes-1.6.1.ebuild
16 deleted file mode 100644
17 index 2858047c4d5..00000000000
18 --- a/app-misc/fdupes/fdupes-1.6.1.ebuild
19 +++ /dev/null
20 @@ -1,29 +0,0 @@
21 -# Copyright 1999-2017 Gentoo Foundation
22 -# Distributed under the terms of the GNU General Public License v2
23 -
24 -EAPI=5
25 -
26 -inherit eutils flag-o-matic toolchain-funcs
27 -
28 -DESCRIPTION="Identify/delete duplicate files residing within specified directories"
29 -HOMEPAGE="https://github.com/adrianlopezroche/fdupes"
30 -SRC_URI="https://github.com/adrianlopezroche/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
31 -
32 -LICENSE="MIT"
33 -SLOT="0"
34 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos"
35 -IUSE=""
36 -
37 -src_prepare() {
38 - append-lfs-flags
39 -}
40 -
41 -src_compile() {
42 - emake CC=$(tc-getCC)
43 -}
44 -
45 -src_install() {
46 - dobin fdupes
47 - doman fdupes.1
48 - dodoc CHANGES CONTRIBUTORS README TODO
49 -}