summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* **/metadata.xml: Replace http by https in DOCTYPE elementUlrich Müller2021-09-111-1/+1
| | | | | Bug: https://bugs.gentoo.org/552720 Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* */*: update maintainer nameTheo Anderson2021-06-181-1/+1
| | | | | | Signed-off-by: James Beddek <telans@posteo.de> Closes: https://github.com/gentoo/gentoo/pull/21299 Signed-off-by: Sam James <sam@gentoo.org>
* app-shells/fzf: drop ALLARCHESTheo Anderson2021-06-161-1/+0
| | | | | | Closes: https://bugs.gentoo.org/796227 Signed-off-by: Theo Anderson <telans@posteo.de> Signed-off-by: Sam James <sam@gentoo.org>
* */*: Add proxied="yes" for non-@gentoo.org peopleMichał Górny2021-03-161-2/+2
| | | | | | | | | | | | Done via: find -name metadata.xml -exec xml ed -P -L \ -a '/pkgmetadata/maintainer[substring(email, string-length(email) - string-length("@gentoo.org") + 1) != "@gentoo.org"]' \ -t attr -n proxied -v yes {} + Signed-off-by: Michał Górny <mgorny@gentoo.org>
* */*: Add 'proxied="proxy"' for proxy-maint projectMichał Górny2021-03-161-1/+1
| | | | | | | | | | Done via: find -name metadata.xml -exec xml ed -P -L \ -a '//maintainer[email="proxy-maint@gentoo.org"]' \ -t attr -n proxied -v proxy {} + Signed-off-by: Michał Górny <mgorny@gentoo.org>
* app-shells/fzf: bump to 0.24.4; add self as maintainerTheo Anderson2020-12-161-0/+4
| | | | | | | Closes: https://bugs.gentoo.org/758455 Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Theo Anderson <telans@posteo.de> Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* app-shells/fzf: Remove myself from proxy maintainersOlaf Torvaldsson2020-10-311-4/+0
| | | | | | | | I'm no longer using Gentoo Linux, so I'm of no use here. Signed-off-by: Olaf Torvaldsson <consus@ftml.net> Closes: https://github.com/gentoo/gentoo/pull/18048 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* app-shells/fzf: remove long package descriptionOlaf Torvaldsson2020-06-071-23/+0
| | | | | | | | | | | | | 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>
* app-shells/fzf: add myself as proxy maintainerOlaf Torvaldsson2020-05-271-0/+4
| | | | | | Signed-off-by: Olaf Torvaldsson <consus@ftml.net> Closes: https://github.com/gentoo/gentoo/pull/15846 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* app-shells/fzf: Adding ebuild for fzfrafspiny2020-04-231-0/+39
fzf is a tool to provide Addressing the comments in the PR. It integrates with vim and several shell-completion tools. Bash, fish and zsh. Plus, a patch has been added to fix a building issue preventing the package from being built when LDFLAGS contains space(s). More infor here: https://github.com/junegunn/fzf/issues/1994 Closes: https://bugs.gentoo.org/703082 Signed-off-by: Raffaele Spinelli <rafspiny@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/15377 Signed-off-by: Joonas Niilola <juippis@gentoo.org>