Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 770088 - app-shells/mcfly does not install fish/zsh integration
Summary: app-shells/mcfly does not install fish/zsh integration
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Michael Mair-Keimberger (iamnr3)
URL:
Whiteboard:
Keywords: PATCH, PullRequest
Depends on:
Blocks:
 
Reported: 2021-02-11 14:47 UTC by Mr.Chauv
Modified: 2021-02-28 09:03 UTC (History)
4 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
fix it (mcfly-0.5.2.ebuild.patch,956 bytes, patch)
2021-02-11 14:48 UTC, Mr.Chauv
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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(+)