commit:     bd9de21bbc3f79e7987b87d27d56e30775de1a63
Author:     Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 26 19:11:24 2020 +0000
Commit:     Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Sat Sep 26 19:40:12 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd9de21b

app-misc/fdupes: drop old EAPI=5

Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>

 app-misc/fdupes/fdupes-1.6.1.ebuild | 29 -----------------------------
 1 file changed, 29 deletions(-)

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 2858047c4d5..00000000000
--- 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
-}

Reply via email to