commit: 22ba289a88f39630090e643bd6bfc83ff6d8742a Author: Ronny (tastytea) Gutbrod <gentoo <AT> tastytea <DOT> de> AuthorDate: Sun Apr 24 10:46:26 2022 +0000 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org> CommitDate: Wed Apr 27 13:18:56 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=22ba289a
app-misc/rdfind: drop 1.4.1 Signed-off-by: Ronny (tastytea) Gutbrod <gentoo <AT> tastytea.de> Closes: https://github.com/gentoo/gentoo/pull/25178 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org> app-misc/rdfind/Manifest | 1 - app-misc/rdfind/rdfind-1.4.1.ebuild | 24 ------------------------ 2 files changed, 25 deletions(-) diff --git a/app-misc/rdfind/Manifest b/app-misc/rdfind/Manifest index 7351f40829fa..aeaa2ceca5fd 100644 --- a/app-misc/rdfind/Manifest +++ b/app-misc/rdfind/Manifest @@ -1,2 +1 @@ -DIST rdfind-1.4.1.tar.gz 53708 BLAKE2B 18778fa65f9c5fda18a59e4021b6346bc5722c19a3796f2b4a85e5c8d919c5f8beeeb8fed572fcce0016e2939568f5e3dc3d3e567178a54ad9ac4e89a1ea77ff SHA512 00d34f46e8534074577a0cd32f71dd8da0b9a7c9a175a612a4a858693ca679de3b77fca1796b543ead796c806a693e97611c0a9fdc743229d317136b32ce89dc DIST rdfind-1.5.0.tar.gz 55200 BLAKE2B ad031acba85b6dead8ec3cfb2dfeb13bce424ee3b70dabc2b1ecaf0bcab8ae64c33ce1df22a54b430876d95ff59a58a2c3dc86d93f551ca8dc069488d3319e6d SHA512 007e54c90a74a20913ce8af6e6ecc90414c503260d88afa5a98525d43a7b6445762210c6a957beacdc99ff3dab95adb4100a2553454d177c0cfa3cbbc937f495 diff --git a/app-misc/rdfind/rdfind-1.4.1.ebuild b/app-misc/rdfind/rdfind-1.4.1.ebuild deleted file mode 100644 index 3d1a5b6fa188..000000000000 --- a/app-misc/rdfind/rdfind-1.4.1.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit autotools - -DESCRIPTION="Find duplicate files based on their content" -HOMEPAGE="https://github.com/pauldreik/rdfind" -SRC_URI="https://github.com/pauldreik/rdfind/archive/releases/${PV}.tar.gz -> ${P}.tar.gz" -S="${WORKDIR}/${PN}-releases-${PV}" - -LICENSE="GPL-2+" -SLOT="0" -KEYWORDS="~amd64" - -RDEPEND="dev-libs/nettle" -DEPEND="${RDEPEND}" -BDEPEND="sys-devel/autoconf-archive" - -src_prepare() { - default - eautoreconf -}
