summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortastytea <gentoo@tastytea.de>2023-06-27 17:47:22 +0200
committerConrad Kostecki <conikost@gentoo.org>2023-07-07 23:59:20 +0200
commit59cda8dd672e8a83838cff96898f1958199773a9 (patch)
tree6b97b066f2abb3092d87c79b90582a34bd907bef /app-misc
parentapp-benchmarks/stress-ng: add 0.16.00 (diff)
downloadgentoo-59cda8dd672e8a83838cff96898f1958199773a9.tar.gz
gentoo-59cda8dd672e8a83838cff96898f1958199773a9.tar.bz2
gentoo-59cda8dd672e8a83838cff96898f1958199773a9.zip
app-misc/rdfind: add 1.6.0
Signed-off-by: tastytea <gentoo@tastytea.de> Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'app-misc')
-rw-r--r--app-misc/rdfind/Manifest1
-rw-r--r--app-misc/rdfind/rdfind-1.6.0.ebuild30
2 files changed, 31 insertions, 0 deletions
diff --git a/app-misc/rdfind/Manifest b/app-misc/rdfind/Manifest
index aeaa2ceca5fd..8b6daf02e6ac 100644
--- a/app-misc/rdfind/Manifest
+++ b/app-misc/rdfind/Manifest
@@ -1 +1,2 @@
DIST rdfind-1.5.0.tar.gz 55200 BLAKE2B ad031acba85b6dead8ec3cfb2dfeb13bce424ee3b70dabc2b1ecaf0bcab8ae64c33ce1df22a54b430876d95ff59a58a2c3dc86d93f551ca8dc069488d3319e6d SHA512 007e54c90a74a20913ce8af6e6ecc90414c503260d88afa5a98525d43a7b6445762210c6a957beacdc99ff3dab95adb4100a2553454d177c0cfa3cbbc937f495
+DIST rdfind-1.6.0.tar.gz 133937 BLAKE2B 88691864a4822198ca9b14bd61f6eb5371336463f165aad229d753fc925465019fa8c76d799b3889bda5405575cfe8ace404f1e3a4aec2e22edf9db62f89d164 SHA512 21d135551bd2d71a71dfe1e4faece6e980db3df18f34433b7b0a5da9e21ccc9067337892025afa9b4b1fd6069732a144b5b7b8e0441cbc9821a71a8b934cced1
diff --git a/app-misc/rdfind/rdfind-1.6.0.ebuild b/app-misc/rdfind/rdfind-1.6.0.ebuild
new file mode 100644
index 000000000000..9e091ec5ffd3
--- /dev/null
+++ b/app-misc/rdfind/rdfind-1.6.0.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2023 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://rdfind.pauldreik.se/${P}.tar.gz"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="dev-libs/nettle:="
+DEPEND="${RDEPEND}"
+BDEPEND="sys-devel/autoconf-archive"
+
+src_prepare() {
+ default
+ eautoreconf
+}
+
+src_test() {
+ # Bug 840544
+ local -x SANDBOX_PREDICT="${SANDBOX_PREDICT}"
+ addpredict /
+ default
+}