Gentoo Archives: gentoo-commits

From: Sergei Trofimovich <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-vim/tcomment/
Date: Mon, 23 Dec 2019 22:34:10
Message-Id: 1577140427.501034155b125c8c1d51a935f7e3455fcec3e5df.slyfox@gentoo
1 commit: 501034155b125c8c1d51a935f7e3455fcec3e5df
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Mon Dec 23 22:33:47 2019 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Mon Dec 23 22:33:47 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=50103415
7
8 app-vim/tcomment: fix git tree for live ebuild
9
10 https://github.com/tomtom/nerdtree.git does not exist.
11 Used the tree that seems to provide the similar files
12 to latest release.
13
14 Closes: https://bugs.gentoo.org/701272
15 Package-Manager: Portage-2.3.82, Repoman-2.3.20
16 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
17
18 app-vim/tcomment/tcomment-3.08.1.ebuild | 4 ++--
19 app-vim/tcomment/tcomment-9999.ebuild | 4 ++--
20 2 files changed, 4 insertions(+), 4 deletions(-)
21
22 diff --git a/app-vim/tcomment/tcomment-3.08.1.ebuild b/app-vim/tcomment/tcomment-3.08.1.ebuild
23 index 2e4d330ed1d..0e8c814890a 100644
24 --- a/app-vim/tcomment/tcomment-3.08.1.ebuild
25 +++ b/app-vim/tcomment/tcomment-3.08.1.ebuild
26 @@ -1,4 +1,4 @@
27 -# Copyright 1999-2018 Gentoo Foundation
28 +# Copyright 1999-2019 Gentoo Authors
29 # Distributed under the terms of the GNU General Public License v2
30
31 EAPI=6
32 @@ -8,7 +8,7 @@ inherit vim-plugin
33 MY_PN="tcomment_vim"
34
35 if [[ ${PV} == "9999" ]] ; then
36 - EGIT_REPO_URI="https://github.com/tomtom/nerdtree.git"
37 + EGIT_REPO_URI="https://github.com/tomtom/tcomment_vim.git"
38 inherit git-r3
39 else
40 SRC_URI="https://github.com/tomtom/${MY_PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
41
42 diff --git a/app-vim/tcomment/tcomment-9999.ebuild b/app-vim/tcomment/tcomment-9999.ebuild
43 index 4b803fc97fe..1ac364c516d 100644
44 --- a/app-vim/tcomment/tcomment-9999.ebuild
45 +++ b/app-vim/tcomment/tcomment-9999.ebuild
46 @@ -1,4 +1,4 @@
47 -# Copyright 1999-2018 Gentoo Foundation
48 +# Copyright 1999-2019 Gentoo Authors
49 # Distributed under the terms of the GNU General Public License v2
50
51 EAPI=6
52 @@ -8,7 +8,7 @@ inherit vim-plugin
53 MY_PN="tcomment_vim"
54
55 if [[ ${PV} == "9999" ]] ; then
56 - EGIT_REPO_URI="https://github.com/tomtom/nerdtree.git"
57 + EGIT_REPO_URI="https://github.com/tomtom/tcomment_vim.git"
58 inherit git-r3
59 else
60 SRC_URI="https://github.com/tomtom/${MY_PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"