Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 637344 - new app-misc/jdupes-1.8
Summary: new app-misc/jdupes-1.8
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal enhancement with 2 votes (vote)
Assignee: Default Assignee for New Packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-11-13 18:29 UTC by Fabiano
Modified: 2021-11-29 09:48 UTC (History)
6 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
ebuild for app-misc/jdups-1.8 (jdupes-1.8.ebuild,662 bytes, text/plain)
2017-11-13 18:29 UTC, Fabiano
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Fabiano 2017-11-13 18:29:34 UTC
Created attachment 503864 [details]
ebuild for app-misc/jdups-1.8

I am attaching an ebuild for jdupes. jdupes is, according to upstream:

"A powerful duplicate file finder and an enhanced fork of fdupes (...)

jdupes is over 7 times faster than fdupes-1.51 on average (...)

Code in jdupes is written with data loss avoidance as the highest priority. (...)

jdupes includes features that are not always found elsewhere. Examples of
such features include btrfs block-level deduplication and control over
which file is kept when a match set is automatically deleted. (...)"

Since we already have an ebuild for app-misc/fdupes, I thought of creating one for jdupes, which was basically just copying and updating package name and source uri.
Comment 1 Andreas Thalhammer 2021-09-19 14:08:24 UTC
It's e.g. in ace's overlay, https://github.com/ananace/overlay, which can be conveniently added by using "eselect repository".

That said, I think jdupes should be in the main portage tree.
Comment 2 Larry the Git Cow gentoo-dev 2021-10-19 10:51:11 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef32933b0fdabfafa27e5b75840e3ff7e109f6b5

commit ef32933b0fdabfafa27e5b75840e3ff7e109f6b5
Author:     Jakov Petrina <jakov.petrina@sartura.hr>
AuthorDate: 2021-10-14 14:38:51 +0000
Commit:     Jakov Smolić <jsmolic@gentoo.org>
CommitDate: 2021-10-19 10:50:24 +0000

    app-misc/jdupes: initial import
    
    This change introduces the jdupes package which is an improved fork of
    the original fdupes package.
    
    Closes: https://bugs.gentoo.org/637344
    Signed-off-by: Jakov Petrina <jakov.petrina@sartura.hr>
    Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>

 app-misc/jdupes/Manifest             |  1 +
 app-misc/jdupes/jdupes-1.20.0.ebuild | 37 ++++++++++++++++++++++++++++++++++++
 app-misc/jdupes/jdupes-9999.ebuild   | 37 ++++++++++++++++++++++++++++++++++++
 app-misc/jdupes/metadata.xml         | 15 +++++++++++++++
 4 files changed, 90 insertions(+)
Comment 3 Andreas Thalhammer 2021-10-19 14:43:08 UTC
(In reply to Larry the Git Cow from comment #2)
>     app-misc/jdupes: initial import
>     
>     This change introduces the jdupes package which is an improved fork of
>     the original fdupes package.

Jakov Petrina and Jakov Smolić, thank you so much!