Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 45237 - app-portage/genlop should install genlop.bash-completion into /usr/share/bash-completion
Summary: app-portage/genlop should install genlop.bash-completion into /usr/share/bash...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High minor (vote)
Assignee: Portage Tools Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-03-20 15:20 UTC by Christian Birchinger (RETIRED)
Modified: 2004-03-27 18:00 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Christian Birchinger (RETIRED) gentoo-dev 2004-03-20 15:20:20 UTC
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 Marius Mauch (RETIRED) gentoo-dev 2004-03-27 18:00:31 UTC
fixed in CVS