From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B61FA1382C5 for ; Sun, 7 Jun 2020 12:12:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D5C43E0975; Sun, 7 Jun 2020 12:12:37 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BE75FE0975 for ; Sun, 7 Jun 2020 12:12:37 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 879D534F021 for ; Sun, 7 Jun 2020 12:12:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0D04D1F9 for ; Sun, 7 Jun 2020 12:12:35 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1591531940.9a2cbf7feaca7cd6fb7ad33816eda2532ccf05ff.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-shells/fzf/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-shells/fzf/metadata.xml X-VCS-Directories: app-shells/fzf/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 9a2cbf7feaca7cd6fb7ad33816eda2532ccf05ff X-VCS-Branch: master Date: Sun, 7 Jun 2020 12:12:35 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 710fc580-62c4-403f-89ea-90f11a1f9e97 X-Archives-Hash: 4e97ffd9460847cdff3c1ce69b77048c commit: 9a2cbf7feaca7cd6fb7ad33816eda2532ccf05ff Author: Olaf Torvaldsson ftml net> AuthorDate: Wed May 27 20:10:20 2020 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Sun Jun 7 12:12:20 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a2cbf7f 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 ftml.net> Closes: https://github.com/gentoo/gentoo/pull/15989 Signed-off-by: Joonas Niilola gentoo.org> app-shells/fzf/metadata.xml | 23 ----------------------- 1 file changed, 23 deletions(-) diff --git a/app-shells/fzf/metadata.xml b/app-shells/fzf/metadata.xml index 55c90b89b4e..aec0ee8918a 100644 --- a/app-shells/fzf/metadata.xml +++ b/app-shells/fzf/metadata.xml @@ -13,29 +13,6 @@ proxy-maint@gentoo.org Proxy Maintainers - - 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 - junegunn/fzf