Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 701272 - =app-vim/tcomment-9999 refers to non-existing git repo: https://github.com/tomtom/nerdtree.git
Summary: =app-vim/tcomment-9999 refers to non-existing git repo: https://github.com/to...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Vim Maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-11-26 19:55 UTC by Sergei Trofimovich (RETIRED)
Modified: 2019-12-23 22:34 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 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(-)