From bd9de21bbc3f79e7987b87d27d56e30775de1a63 Mon Sep 17 00:00:00 2001 From: Aaron Bauman Date: Sat, 26 Sep 2020 15:11:24 -0400 Subject: app-misc/fdupes: drop old EAPI=5 Signed-off-by: Aaron Bauman --- app-misc/fdupes/fdupes-1.6.1.ebuild | 29 ----------------------------- 1 file changed, 29 deletions(-) delete mode 100644 app-misc/fdupes/fdupes-1.6.1.ebuild diff --git a/app-misc/fdupes/fdupes-1.6.1.ebuild b/app-misc/fdupes/fdupes-1.6.1.ebuild deleted file mode 100644 index 2858047c4d5b..000000000000 --- a/app-misc/fdupes/fdupes-1.6.1.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit eutils flag-o-matic toolchain-funcs - -DESCRIPTION="Identify/delete duplicate files residing within specified directories" -HOMEPAGE="https://github.com/adrianlopezroche/fdupes" -SRC_URI="https://github.com/adrianlopezroche/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos" -IUSE="" - -src_prepare() { - append-lfs-flags -} - -src_compile() { - emake CC=$(tc-getCC) -} - -src_install() { - dobin fdupes - doman fdupes.1 - dodoc CHANGES CONTRIBUTORS README TODO -} -- cgit v1.2.3-65-gdbad