Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 938104 - app-vim/nerdtree: files missing from installation tree
Summary: app-vim/nerdtree: files missing from installation tree
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Vim Maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-08-17 17:31 UTC by Anna Vyalkova
Modified: 2024-08-18 17:33 UTC (History)
1 user (show)

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 Anna Vyalkova 2024-08-17 17:31:51 UTC
When EAPI 8 is used, vim-plugin eclass needs non-standard directories listed
explicitly.

The following directories are missing:
- lib
- nerdtree_plugin


To fix:

src_install() {
      vim-plugin_src_install lib nerdtree_plugin
}
Comment 1 Larry the Git Cow gentoo-dev 2024-08-18 17:33:52 UTC
The bug has been closed via the following commit(s):

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

commit 6fe2e7f93185af05ad8ea8ac3a4c90e821eed10f
Author:     Arthur Zamarin <arthurzam@gentoo.org>
AuthorDate: 2024-08-18 17:30:32 +0000
Commit:     Arthur Zamarin <arthurzam@gentoo.org>
CommitDate: 2024-08-18 17:33:19 +0000

    app-vim/nerdtree: fix missing src_install
    
    With the previous bump to EAPI=8, I've broken the package, thanks to
    the report in the bug, a solution was suggested which fixes it.
    
    Closes: https://bugs.gentoo.org/938104
    Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>

 app-vim/nerdtree/{nerdtree-7.1.3.ebuild => nerdtree-7.1.3-r1.ebuild} | 4 ++++
 app-vim/nerdtree/nerdtree-9999.ebuild                                | 4 ++++
 2 files changed, 8 insertions(+)