Gentoo Archives: gentoo-commits

From: Joonas Niilola <juippis@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/rdfind/
Date: Wed, 27 Apr 2022 13:19:12
Message-Id: 1651065536.22ba289a88f39630090e643bd6bfc83ff6d8742a.juippis@gentoo
1 commit: 22ba289a88f39630090e643bd6bfc83ff6d8742a
2 Author: Ronny (tastytea) Gutbrod <gentoo <AT> tastytea <DOT> de>
3 AuthorDate: Sun Apr 24 10:46:26 2022 +0000
4 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
5 CommitDate: Wed Apr 27 13:18:56 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=22ba289a
7
8 app-misc/rdfind: drop 1.4.1
9
10 Signed-off-by: Ronny (tastytea) Gutbrod <gentoo <AT> tastytea.de>
11 Closes: https://github.com/gentoo/gentoo/pull/25178
12 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
13
14 app-misc/rdfind/Manifest | 1 -
15 app-misc/rdfind/rdfind-1.4.1.ebuild | 24 ------------------------
16 2 files changed, 25 deletions(-)
17
18 diff --git a/app-misc/rdfind/Manifest b/app-misc/rdfind/Manifest
19 index 7351f40829fa..aeaa2ceca5fd 100644
20 --- a/app-misc/rdfind/Manifest
21 +++ b/app-misc/rdfind/Manifest
22 @@ -1,2 +1 @@
23 -DIST rdfind-1.4.1.tar.gz 53708 BLAKE2B 18778fa65f9c5fda18a59e4021b6346bc5722c19a3796f2b4a85e5c8d919c5f8beeeb8fed572fcce0016e2939568f5e3dc3d3e567178a54ad9ac4e89a1ea77ff SHA512 00d34f46e8534074577a0cd32f71dd8da0b9a7c9a175a612a4a858693ca679de3b77fca1796b543ead796c806a693e97611c0a9fdc743229d317136b32ce89dc
24 DIST rdfind-1.5.0.tar.gz 55200 BLAKE2B ad031acba85b6dead8ec3cfb2dfeb13bce424ee3b70dabc2b1ecaf0bcab8ae64c33ce1df22a54b430876d95ff59a58a2c3dc86d93f551ca8dc069488d3319e6d SHA512 007e54c90a74a20913ce8af6e6ecc90414c503260d88afa5a98525d43a7b6445762210c6a957beacdc99ff3dab95adb4100a2553454d177c0cfa3cbbc937f495
25
26 diff --git a/app-misc/rdfind/rdfind-1.4.1.ebuild b/app-misc/rdfind/rdfind-1.4.1.ebuild
27 deleted file mode 100644
28 index 3d1a5b6fa188..000000000000
29 --- a/app-misc/rdfind/rdfind-1.4.1.ebuild
30 +++ /dev/null
31 @@ -1,24 +0,0 @@
32 -# Copyright 1999-2021 Gentoo Authors
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=8
36 -
37 -inherit autotools
38 -
39 -DESCRIPTION="Find duplicate files based on their content"
40 -HOMEPAGE="https://github.com/pauldreik/rdfind"
41 -SRC_URI="https://github.com/pauldreik/rdfind/archive/releases/${PV}.tar.gz -> ${P}.tar.gz"
42 -S="${WORKDIR}/${PN}-releases-${PV}"
43 -
44 -LICENSE="GPL-2+"
45 -SLOT="0"
46 -KEYWORDS="~amd64"
47 -
48 -RDEPEND="dev-libs/nettle"
49 -DEPEND="${RDEPEND}"
50 -BDEPEND="sys-devel/autoconf-archive"
51 -
52 -src_prepare() {
53 - default
54 - eautoreconf
55 -}