Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 647252 - sys-apps/fd: A simple, fast and user-friendly alternative to find.
Summary: sys-apps/fd: A simple, fast and user-friendly alternative to find.
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Default Assignee for New Packages
URL: https://github.com/sharkdp/fd
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-02-10 20:35 UTC by Georgy Yakovlev
Modified: 2018-02-18 18:11 UTC (History)
3 users (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Georgy Yakovlev archtester gentoo-dev 2018-02-10 20:35:18 UTC
fd is a simple, fast and user-friendly alternative to find.
While it does not seek to mirror all of find's powerful functionality,
it provides sensible (opinionated) defaults for 80% of the use cases.
Written in rust.
Comment 1 Jonas Stein gentoo-dev 2018-02-10 22:03:50 UTC
other distributions with fd
https://repology.org/metapackage/fd/versions

ebuilds in overlays
http://gpo.zugaina.org/sys-apps/fd

Why is RESTRICT="mirror" required here?
Comment 2 Georgy Yakovlev archtester gentoo-dev 2018-02-11 05:03:48 UTC
(In reply to Jonas Stein from comment #1)
> other distributions with fd
> https://repology.org/metapackage/fd/versions
> 
> ebuilds in overlays
> http://gpo.zugaina.org/sys-apps/fd
> 
> Why is RESTRICT="mirror" required here?

in some ditributions it's called fd-find.
https://repology.org/metapackage/fd-find/versions

I was using some other rust/cargo ebuild as a reference and it has RESTRICT="mirror" in place, but I cannot find which one it was. I assumed it's required for all those small cargo crate files.
If it's not required I can remove this line.
Comment 3 Larry the Git Cow gentoo-dev 2018-02-18 18:11:12 UTC
The bug has been closed via the following commit(s):

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

commit 5db7e0b7558b1e1c5c71784a9a3c30386c3b9b28
Author:     Georgy Yakovlev <ya@sysdump.net>
AuthorDate: 2018-01-30 05:24:28 +0000
Commit:     Lars Wendler <polynomial-c@gentoo.org>
CommitDate: 2018-02-18 18:11:06 +0000

    sys-apps/fd: A simple, fast and user-friendly alternative to find.
    
    fd is a simple, fast and user-friendly alternative to find.
    While it does not seek to mirror all of find's powerful functionality,
    it provides sensible (opinionated) defaults for 80% of the use cases.
    
    Closes: https://bugs.gentoo.org/647252
    
    Package-Manager: Portage-2.3.19, Repoman-2.3.6
    Closes: https://github.com/gentoo/gentoo/pull/7001

 sys-apps/fd/Manifest        | 51 +++++++++++++++++++++++++
 sys-apps/fd/fd-6.3.0.ebuild | 93 +++++++++++++++++++++++++++++++++++++++++++++
 sys-apps/fd/metadata.xml    | 20 ++++++++++
 3 files changed, 164 insertions(+)