Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 701272

Summary: =app-vim/tcomment-9999 refers to non-existing git repo: https://github.com/tomtom/nerdtree.git
Product: Gentoo Linux Reporter: Sergei Trofimovich (RETIRED) <slyfox>
Component: Current packagesAssignee: Vim Maintainers <vim>
Status: RESOLVED FIXED    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
See Also: https://bugs.gentoo.org/show_bug.cgi?id=701276
Whiteboard:
Package list:
Runtime testing required: ---

Description Sergei Trofimovich (RETIRED) gentoo-dev 2019-11-26 19:55:39 UTC
Noticed when tested src_prepare() tree-wide for unrelated regression:

"""
$ LANG=C ebuild tcomment-9999.ebuild clean prepare
>>> Unpacking source...
 * Repository id: tomtom_nerdtree.git
 * To override fetched repository properties, use:
 *   EGIT_OVERRIDE_REPO_TOMTOM_NERDTREE
 *   EGIT_OVERRIDE_BRANCH_TOMTOM_NERDTREE
 *   EGIT_OVERRIDE_COMMIT_TOMTOM_NERDTREE
 *   EGIT_OVERRIDE_COMMIT_DATE_TOMTOM_NERDTREE
 *
 * Fetching https://github.com/tomtom/nerdtree.git ...
git fetch https://github.com/tomtom/nerdtree.git +HEAD:refs/git-r3/HEAD
Username for 'https://github.com':
"""
Comment 1 Larry the Git Cow gentoo-dev 2019-12-23 22:34:05 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=501034155b125c8c1d51a935f7e3455fcec3e5df

commit 501034155b125c8c1d51a935f7e3455fcec3e5df
Author:     Sergei Trofimovich <slyfox@gentoo.org>
AuthorDate: 2019-12-23 22:33:47 +0000
Commit:     Sergei Trofimovich <slyfox@gentoo.org>
CommitDate: 2019-12-23 22:33:47 +0000

    app-vim/tcomment: fix git tree for live ebuild
    
    https://github.com/tomtom/nerdtree.git does not exist.
    Used the tree that seems to provide the similar files
    to latest release.
    
    Closes: https://bugs.gentoo.org/701272
    Package-Manager: Portage-2.3.82, Repoman-2.3.20
    Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>

 app-vim/tcomment/tcomment-3.08.1.ebuild | 4 ++--
 app-vim/tcomment/tcomment-9999.ebuild   | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)