summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlaf Torvaldsson <consus@ftml.net>2020-05-27 23:10:20 +0300
committerJoonas Niilola <juippis@gentoo.org>2020-06-07 15:12:20 +0300
commit9a2cbf7feaca7cd6fb7ad33816eda2532ccf05ff (patch)
tree016b846a3f219610ae987e01c26af736357bbf1b /app-shells/fzf
parentnet-firewall/nftables: Fixed installation with USE="-doc" (diff)
downloadgentoo-9a2cbf7feaca7cd6fb7ad33816eda2532ccf05ff.tar.gz
gentoo-9a2cbf7feaca7cd6fb7ad33816eda2532ccf05ff.tar.bz2
gentoo-9a2cbf7feaca7cd6fb7ad33816eda2532ccf05ff.zip
app-shells/fzf: remove long package description
Current description is rendered poorly on https://packages.gentoo.org because parser does not care about hardcoded line breaks and squashes the whole thing into one giant paragraph. The rest of the long description is basically the same thing that we have in ebuild. So nuke the longdescription field from metadata.xml. Signed-off-by: Olaf Torvaldsson <consus@ftml.net> Closes: https://github.com/gentoo/gentoo/pull/15989 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'app-shells/fzf')
-rw-r--r--app-shells/fzf/metadata.xml23
1 files changed, 0 insertions, 23 deletions
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>