summaryrefslogtreecommitdiff
path: root/app-shells/fzf
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2020-06-13 10:39:22 +0100
committerV3n3RiX <venerix@redcorelinux.org>2020-06-13 10:39:22 +0100
commit9452a6e87b6c2c70513bc47a2470bf9f1168920e (patch)
tree8ac67e26b45f34d71c5aab3621813b100a0d5f00 /app-shells/fzf
parentf516638b7fe9592837389826a6152a7e1b251c54 (diff)
gentoo resync : 13.06.2020
Diffstat (limited to 'app-shells/fzf')
-rw-r--r--app-shells/fzf/Manifest2
-rw-r--r--app-shells/fzf/metadata.xml23
2 files changed, 1 insertions, 24 deletions
diff --git a/app-shells/fzf/Manifest b/app-shells/fzf/Manifest
index 4fa0603da623..9a97dd32af73 100644
--- a/app-shells/fzf/Manifest
+++ b/app-shells/fzf/Manifest
@@ -47,4 +47,4 @@ DIST golang.org%2Fx%2Ftools%2F@v%2Fv0.0.0-20191011211836-4c025a95b26e.zip 287793
DIST golang.org%2Fx%2Fxerrors%2F@v%2Fv0.0.0-20190717185122-a985d3407aa7.mod 37 BLAKE2B 7449be81e1998a6439070de1a0ddf5bfd1e4971c90c2e358590a9c1c41128bfc1daa42a9bbc3709506df2442ec8420e6354343a095c837be46335c180083f28a SHA512 659d18a7a3a1be45ff6dc9e7475276b82ee7f11c47d39b0c237d7f872836a1dbdfff0902f21d6cd8093663997865da92e3e5a4acf1ad6129f972dc5e667b4f05
EBUILD fzf-0.21.0.ebuild 6476 BLAKE2B 963c8c04123e93eb681e3f9bfc1e50f2636f1b89710623c2c6d52d21107369050455b356c53ab7d74c9ba6fe760f0665da7b4d1d774c842957047d701269c5e8 SHA512 3112aea2d3289b0450d11d6a3f40d29fbcce9d6ff1d9dc14cb6a48d43990c98572bf33d7d675f3e3ca31770938cde0758b73f7bcfe4fb3d476d9ea2c4da3b490
EBUILD fzf-0.21.1.ebuild 4117 BLAKE2B a461ff1ccb839ca31ba79e72ac2825fdf8b5ba3d7246160c1e6581c71575a0e00d1fabb72984518b677d565bdb7cc6767455093e793af2281c2a264042bc2830 SHA512 050c6952140386b356e966c7600e300e805222d8adefe027c8b18422c4805841b17aa400d490d35a125ee494ce013f510e8b7ab259ae70ef7b5f90480e03ac83
-MISC metadata.xml 1574 BLAKE2B 6e971949fbb1f63ed4b9dde31eed159d3d2d0e903120020d4e49159e0dd6d07d582c9952bfdecf727663aafe8d50397ef15d69ee4ba050b33712ef5b67619d71 SHA512 81dc9b9b9f1d597356cbecf84c12536d3467bbc8ac29a79f1aa2566078df9f344ac031efbf0d6690ac9321f4e7c0713769c4cc30959ab86284c2b0f09dcf2397
+MISC metadata.xml 577 BLAKE2B 119ae624d966298426aa682f1e018c9445063356a9c9b99513c6e1819f8ba2f8701958e36d71a48d44d7383cd2793dab779d11e2b60366d2cbf7675b00429681 SHA512 3c9936fee0571f7271fae7b4029f96a14f154d0ad1951d6f2fb32970ae9efd703217c237e1c26e3dc4555a7b16598073d13d7b8bef0421e44c4a661ba6a2ea29
diff --git a/app-shells/fzf/metadata.xml b/app-shells/fzf/metadata.xml
index 55c90b89b4ec..aec0ee8918a8 100644
--- a/app-shells/fzf/metadata.xml
+++ b/app-shells/fzf/metadata.xml
@@ -13,29 +13,6 @@
<email>proxy-maint@gentoo.org</email>
<name>Proxy Maintainers</name>
</maintainer>
- <longdescription>
- fzf is a general-purpose command-line fuzzy finder. It's an interactive Unix filter for command-line
- that can be used with any list; files, command history, processes, hostnames, bookmarks, git commits, etc.
- Fuzzy completion for files and directories can be triggered if the word before the cursor ends with the
- trigger sequence which is by default **.
- To use the fzf key-binding for your shell, make sure to source the right file for your shell
- from /usr/share/fzf/
-
- For bash, add the following line to ~/.bashrc
- # source /usr/share/fzf/fzf.sh
-
- Or symlink the fzf bash script
- # ln -s /usr/share/fzf/fzf.sh /etc/bash/bashrc.d/fzf.sh
-
- For fish, make sure to symlink the file
- # ln -s /usr/share/fzf/fzf.fish /usr/share/fish/functions/fzf.fish
-
- For zsh, make sure to symlink the file
- # ln -s /usr/share/fzf/fzf.fish /usr/share/zsh/site-contrib/fzf.fish
-
- Or add the following line to your ~/.zshrc
- # source /usr/share/fzf/fzf.zsh
- </longdescription>
<stabilize-allarches/>
<upstream>
<remote-id type="github">junegunn/fzf</remote-id>