Bug 45237 - app-portage/genlop should install genlop.bash-completion into /usr/share/bash-completion
Bug#: 45237 Product:  Gentoo Linux Version: 1.4_rc1 Platform: All
OS/Version: Linux Status: RESOLVED Severity: minor Priority: P2
Resolution: FIXED Assigned To: tools-portage@gentoo.org Reported By: joker@gentoo.org
Component: Ebuilds
URL: 
Summary: app-portage/genlop should install genlop.bash-completion into /usr/share/bash-completion
Keywords:  
Status Whiteboard: 
Opened: 2004-03-20 15:20 0000
Description:   Opened: 2004-03-20 15:20 0000
app-portage/genlop should install genlop.bash-completion into
/usr/share/bash-completion at least if app-shells/bash-completion is installed.

Reproducible: Always
Steps to Reproduce:
1.(none)
2.
3.

Actual Results:  
(none)

Expected Results:  
(none)

Who about the following method? I don't think a dependency is good.

<snip>
dodoc README Changelog
if has_version app-shells/bash-completion; then
    insinto /usr/share/bash-completion
    newins genlop.bash-completion genlop
else
    dodoc genlop.bash-completion
fi
</snip>

------- Comment #1 From Marius Mauch (RETIRED) 2004-03-27 18:00:31 0000 -------
fixed in CVS