Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 770088

Summary: app-shells/mcfly does not install fish/zsh integration
Product: Gentoo Linux Reporter: Mr.Chauv <mr.chauv>
Component: Current packagesAssignee: Michael Mair-Keimberger (iamnr3) <mmk>
Status: RESOLVED FIXED    
Severity: normal CC: ionen, mr.chauv, proxy-maint, sam
Priority: Normal Keywords: PATCH, PullRequest
Version: unspecified   
Hardware: All   
OS: Linux   
See Also: https://github.com/gentoo/gentoo/pull/19555
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: fix it

Description Mr.Chauv 2021-02-11 14:47:58 UTC
while bash integration is explicitly installed, integration files for fish and zsh are not

Reproducible: Always

Steps to Reproduce:
1. emerge mcfly (current unstable in portage as of now: 0.5.2)
2. equery f mcfly
Actual Results:  
% equery f mcfly
 * Searching for mcfly ...
 * Contents of app-shells/mcfly-0.5.2:
/usr
/usr/bin
/usr/bin/mcfly
/usr/lib
/usr/lib/debug
/usr/lib/debug/usr
/usr/lib/debug/usr/bin
/usr/lib/debug/usr/bin/mcfly.debug
/usr/share
/usr/share/doc
/usr/share/doc/mcfly-0.5.2
/usr/share/doc/mcfly-0.5.2/README.md.bz2
/usr/share/mcfly
/usr/share/mcfly/mcfly.bash


Expected Results:  
% equery f mcfly
 * Searching for mcfly ...
 * Contents of app-shells/mcfly-0.5.2:
/usr
/usr/bin
/usr/bin/mcfly
/usr/lib
/usr/lib/debug
/usr/lib/debug/usr
/usr/lib/debug/usr/bin
/usr/lib/debug/usr/bin/mcfly.debug
/usr/share
/usr/share/doc
/usr/share/doc/mcfly-0.5.2
/usr/share/doc/mcfly-0.5.2/README.md.bz2
/usr/share/mcfly
/usr/share/mcfly/mcfly.bash
/usr/share/mcfly/mcfly.fish
/usr/share/mcfly/mcfly.zsh
Comment 1 Mr.Chauv 2021-02-11 14:48:36 UTC
Created attachment 686355 [details, diff]
fix it
Comment 2 Larry the Git Cow gentoo-dev 2021-02-28 09:03:17 UTC
The bug has been closed via the following commit(s):

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

commit f1b6efce1f2a088f877f3e06d98c6f72abce3a9b
Author:     Michael Mair-Keimberger <mmk@levelnine.at>
AuthorDate: 2021-02-20 09:35:43 +0000
Commit:     Joonas Niilola <juippis@gentoo.org>
CommitDate: 2021-02-28 09:03:07 +0000

    app-shells/mcfly: install fish/zsh integration
    
    Package-Manager: Portage-3.0.14, Repoman-3.0.2
    Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
    Closes: https://bugs.gentoo.org/770088
    Signed-off-by: Joonas Niilola <juippis@gentoo.org>

 app-shells/mcfly/mcfly-0.5.3-r1.ebuild | 114 +++++++++++++++++++++++++++++++++
 1 file changed, 114 insertions(+)