Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 589194 - =app-vim/html5-0.27: masked for removal
Summary: =app-vim/html5-0.27: masked for removal
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Patrice Clement
URL:
Whiteboard:
Keywords: PMASKED
Depends on:
Blocks:
 
Reported: 2016-07-19 22:05 UTC by Zetok
Modified: 2017-12-04 20:22 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 Zetok 2016-07-19 22:05:13 UTC
Right after installing, when I've tried to open a .markdown file in vim I got:

Error detected while processing /usr/share/vim/vim74/ftplugin/html.vim:
line   25:
E117: Unknown function: htmlcomplete#DetectOmniFlavor


Doesn't happen with app-vim/html5 removed.

Reproducible: Always

Steps to reproduce:

1. Install app-vim/html5
2. Open in vim some ~html stuff
Comment 1 Mike Gilbert gentoo-dev 2016-07-19 22:20:29 UTC
I can reproduce this with vim-7.4.1821.
Comment 2 Patrice Clement gentoo-dev 2016-07-19 22:49:09 UTC
I can't.. but the offending bit is actually this one:

if exists('&omnifunc')
  setlocal omnifunc=htmlcomplete#CompleteTags
  call htmlcomplete#DetectOmniFlavor()
endif

@Mike: could you try to remove it manually and report back please? Thanks.
Comment 3 Larry the Git Cow gentoo-dev 2017-10-10 21:54:06 UTC
The bug has been referenced in the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8219a574674d63e5fb9ad948a5a98418df30f7d0

commit 8219a574674d63e5fb9ad948a5a98418df30f7d0
Author:     Patrice Clement <monsieurp@gentoo.org>
AuthorDate: 2017-10-10 21:51:49 +0000
Commit:     Patrice Clement <monsieurp@gentoo.org>
CommitDate: 2017-10-10 21:54:01 +0000

    profiles/package.mask: mask app-vim/html5 for removal.
    
    Bug: https://bugs.gentoo.org/589194

 profiles/package.mask | 5 +++++
 1 file changed, 5 insertions(+)}
Comment 4 Larry the Git Cow gentoo-dev 2017-12-04 20:22:28 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f77ef6bb313f52ce705c967673f7fe724e62166

commit 5f77ef6bb313f52ce705c967673f7fe724e62166
Author:     Patrice Clement <monsieurp@gentoo.org>
AuthorDate: 2017-12-04 20:04:27 +0000
Commit:     Patrice Clement <monsieurp@gentoo.org>
CommitDate: 2017-12-04 20:22:22 +0000

    app-vim/html5: removal.
    
    Closes: https://bugs.gentoo.org/589194

 app-vim/html5/Manifest          |  1 -
 app-vim/html5/html5-0.27.ebuild | 19 -------------------
 app-vim/html5/metadata.xml      | 14 --------------
 3 files changed, 34 deletions(-)

Additionally, it has been referenced in the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36ed24d3f9c9e67e60993c6cadf9724b776fe6ff

commit 36ed24d3f9c9e67e60993c6cadf9724b776fe6ff
Author:     Patrice Clement <monsieurp@gentoo.org>
AuthorDate: 2017-12-04 20:21:19 +0000
Commit:     Patrice Clement <monsieurp@gentoo.org>
CommitDate: 2017-12-04 20:22:20 +0000

    profiles: remove app-vim/html5 mask.
    
    Bug: https://bugs.gentoo.org/589194

 profiles/package.mask | 5 -----
 1 file changed, 5 deletions(-)}