Diff rdfind-1.5.0-r1 with a rdfind-1.6.0
/usr/portage/app-misc/rdfind/rdfind-1.6.0.ebuild 2023-10-09 14:52:28.816368333 +0300 | ||
---|---|---|
7 | 7 | |
8 | 8 |
DESCRIPTION="Find duplicate files based on their content" |
9 | 9 |
HOMEPAGE="https://github.com/pauldreik/rdfind" |
10 |
SRC_URI="https://github.com/pauldreik/rdfind/archive/releases/${PV}.tar.gz -> ${P}.tar.gz" |
|
11 |
S="${WORKDIR}/${PN}-releases-${PV}" |
|
10 |
SRC_URI="https://rdfind.pauldreik.se/${P}.tar.gz" |
|
12 | 11 | |
13 | 12 |
LICENSE="GPL-2+" |
14 | 13 |
SLOT="0" |
... | ... | |
18 | 17 |
DEPEND="${RDEPEND}" |
19 | 18 |
BDEPEND="sys-devel/autoconf-archive" |
20 | 19 | |
21 |
PATCHES=( |
|
22 |
"${FILESDIR}/${PN}-1.5.0_include-limits-header.patch" |
|
23 |
"${FILESDIR}/${PN}-1.5.0-configure-nettle.patch" |
|
24 |
"${FILESDIR}/${PN}-1.5.0-gcc-13.patch" |
|
25 |
) |
|
26 | ||
27 | 20 |
src_prepare() { |
28 | 21 |
default |
29 | 22 |
eautoreconf |