public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Joonas Niilola" <juippis@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/rdfind/
Date: Mon, 19 Jul 2021 11:15:45 +0000 (UTC)	[thread overview]
Message-ID: <1626693337.dbb055268716dbc65cb7d45515370927cc39bd67.juippis@gentoo> (raw)

commit:     dbb055268716dbc65cb7d45515370927cc39bd67
Author:     Ronny (tastytea) Gutbrod <gentoo <AT> tastytea <DOT> de>
AuthorDate: Fri Jul 16 15:09:22 2021 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Mon Jul 19 11:15:37 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dbb05526

app-misc/rdfind: New package, import from ::guru

Find duplicate files based on their content

Closes: https://bugs.gentoo.org/637384
Signed-off-by: Ronny (tastytea) Gutbrod <gentoo <AT> tastytea.de>
Closes: https://github.com/gentoo/gentoo/pull/21675
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 app-misc/rdfind/Manifest            |  1 +
 app-misc/rdfind/metadata.xml        | 22 ++++++++++++++++++++++
 app-misc/rdfind/rdfind-1.4.1.ebuild | 24 ++++++++++++++++++++++++
 3 files changed, 47 insertions(+)

diff --git a/app-misc/rdfind/Manifest b/app-misc/rdfind/Manifest
new file mode 100644
index 00000000000..6b722569fab
--- /dev/null
+++ b/app-misc/rdfind/Manifest
@@ -0,0 +1 @@
+DIST rdfind-1.4.1.tar.gz 53708 BLAKE2B 18778fa65f9c5fda18a59e4021b6346bc5722c19a3796f2b4a85e5c8d919c5f8beeeb8fed572fcce0016e2939568f5e3dc3d3e567178a54ad9ac4e89a1ea77ff SHA512 00d34f46e8534074577a0cd32f71dd8da0b9a7c9a175a612a4a858693ca679de3b77fca1796b543ead796c806a693e97611c0a9fdc743229d317136b32ce89dc

diff --git a/app-misc/rdfind/metadata.xml b/app-misc/rdfind/metadata.xml
new file mode 100644
index 00000000000..b130a960d03
--- /dev/null
+++ b/app-misc/rdfind/metadata.xml
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="person" proxied="yes">
+		<email>gentoo@tastytea.de</email>
+		<name>Ronny (tastytea) Gutbrod</name>
+	</maintainer>
+	<maintainer type="project" proxied="proxy">
+		<email>proxy-maint@gentoo.org</email>
+		<name>Proxy Maintainers</name>
+	</maintainer>
+	<longdescription lang="en">
+		Rdfind is a command line tool that is useful for compressing backup
+		directories or just finding duplicate files. It compares files based on
+		their content, NOT on their file names.
+	</longdescription>
+	<upstream>
+		<remote-id type="github">pauldreik/rdfind</remote-id>
+		<bugs-to>https://github.com/pauldreik/rdfind/issues</bugs-to>
+		<doc>https://rdfind.pauldreik.se/rdfind.1.html</doc>
+	</upstream>
+</pkgmetadata>

diff --git a/app-misc/rdfind/rdfind-1.4.1.ebuild b/app-misc/rdfind/rdfind-1.4.1.ebuild
new file mode 100644
index 00000000000..3d1a5b6fa18
--- /dev/null
+++ b/app-misc/rdfind/rdfind-1.4.1.ebuild
@@ -0,0 +1,24 @@
+# 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
+}


             reply	other threads:[~2021-07-19 11:15 UTC|newest]

Thread overview: 26+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-07-19 11:15 Joonas Niilola [this message]
  -- strict thread matches above, loose matches on Subject: below --
2021-08-15 18:25 [gentoo-commits] repo/gentoo:master commit in: app-misc/rdfind/ Joonas Niilola
2021-09-11 11:27 Joonas Niilola
2022-04-27 13:19 Joonas Niilola
2022-04-27 13:19 Joonas Niilola
2023-04-14 19:45 Sam James
2023-07-07 22:00 Conrad Kostecki
2023-07-07 22:00 Conrad Kostecki
2023-08-23  5:35 Joonas Niilola
2023-11-13  2:11 Sam James
2023-11-13  2:11 Sam James
2023-11-13  2:11 Sam James
2023-11-13  8:35 Joonas Niilola
2023-11-13 10:24 Yixun Lan
2023-11-30 22:35 James Le Cuirot
2023-12-01 19:04 Arthur Zamarin
2023-12-08 13:56 Arthur Zamarin
2023-12-12  6:30 Viorel Munteanu
2023-12-16 16:17 Arthur Zamarin
2023-12-16 19:16 Arthur Zamarin
2023-12-16 19:16 Arthur Zamarin
2023-12-17  6:20 Arthur Zamarin
2023-12-18  9:01 Arthur Zamarin
2023-12-20  2:34 Ionen Wolkens
2023-12-20  2:34 Ionen Wolkens
2023-12-27  1:36 Ionen Wolkens

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1626693337.dbb055268716dbc65cb7d45515370927cc39bd67.juippis@gentoo \
    --to=juippis@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox