diff options
author | Aaron Bauman <bman@gentoo.org> | 2020-09-26 15:11:24 -0400 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2020-09-26 15:40:12 -0400 |
commit | bd9de21bbc3f79e7987b87d27d56e30775de1a63 (patch) | |
tree | a6504853fbb7baf0245f71df23b0cbc12cba38a7 /app-misc/fdupes/fdupes-1.6.1.ebuild | |
parent | app-misc/emelfm2: drop old EAPI=5 (diff) | |
download | gentoo-bd9de21bbc3f79e7987b87d27d56e30775de1a63.tar.gz gentoo-bd9de21bbc3f79e7987b87d27d56e30775de1a63.tar.bz2 gentoo-bd9de21bbc3f79e7987b87d27d56e30775de1a63.zip |
app-misc/fdupes: drop old EAPI=5
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Diffstat (limited to 'app-misc/fdupes/fdupes-1.6.1.ebuild')
-rw-r--r-- | app-misc/fdupes/fdupes-1.6.1.ebuild | 29 |
1 files changed, 0 insertions, 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 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 -} |