Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 652414 - sys-devel/clang should install/enable bash completion
Summary: sys-devel/clang should install/enable bash completion
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: LLVM support project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-04-04 12:30 UTC by Michał Górny
Modified: 2018-04-04 17:37 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 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2018-04-04 12:30:11 UTC
/usr/lib/llvm/6/share/clang/bash-autocomplete.sh

Need to create a sys-devel/clang-common that installs/enables it.
Comment 1 Larry the Git Cow gentoo-dev 2018-04-04 17:37:28 UTC
The bug has been closed via the following commit(s):

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

commit 86bef6af43fb45e5247131884622a3f25ee6b64a
Author:     Michał Górny <mgorny@gentoo.org>
AuthorDate: 2018-04-04 17:27:00 +0000
Commit:     Michał Górny <mgorny@gentoo.org>
CommitDate: 2018-04-04 17:37:21 +0000

    sys-devel/clang-common: New package for common clang files
    
    New package for clang files shared between multiple slots. Currently
    includes bash completion.
    
    Closes: https://bugs.gentoo.org/652414

 sys-devel/clang-common/Manifest                    |  1 +
 sys-devel/clang-common/clang-common-6.0.0.ebuild   | 33 ++++++++++++++++++++++
 .../clang-common/clang-common-6.0.9999.ebuild      | 33 ++++++++++++++++++++++
 sys-devel/clang-common/clang-common-9999.ebuild    | 32 +++++++++++++++++++++
 sys-devel/clang-common/metadata.xml                |  7 +++++
 5 files changed, 106 insertions(+)