Gentoo Archives: gentoo-commits

From: Tim Harder <radhermit@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-vim/syntastic/
Date: Sat, 28 Sep 2019 04:02:12
Message-Id: 1569643186.349e1f145b1e9193716dcf28befc8393bdd0b7c9.radhermit@gentoo
1 commit: 349e1f145b1e9193716dcf28befc8393bdd0b7c9
2 Author: Tim Harder <radhermit <AT> gentoo <DOT> org>
3 AuthorDate: Sat Sep 28 03:59:46 2019 +0000
4 Commit: Tim Harder <radhermit <AT> gentoo <DOT> org>
5 CommitDate: Sat Sep 28 03:59:46 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=349e1f14
7
8 app-vim/syntastic: update redirected urls and bump to EAPI 7
9
10 Signed-off-by: Tim Harder <radhermit <AT> gentoo.org>
11
12 app-vim/syntastic/syntastic-3.9.0.ebuild | 10 +++++-----
13 app-vim/syntastic/syntastic-9999.ebuild | 10 +++++-----
14 2 files changed, 10 insertions(+), 10 deletions(-)
15
16 diff --git a/app-vim/syntastic/syntastic-3.9.0.ebuild b/app-vim/syntastic/syntastic-3.9.0.ebuild
17 index 6776db4e00e..80225618fcf 100644
18 --- a/app-vim/syntastic/syntastic-3.9.0.ebuild
19 +++ b/app-vim/syntastic/syntastic-3.9.0.ebuild
20 @@ -1,19 +1,19 @@
21 -# Copyright 1999-2018 Gentoo Foundation
22 +# Copyright 1999-2019 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 -EAPI=6
26 +EAPI=7
27 inherit vim-plugin
28
29 if [[ ${PV} == "9999" ]] ; then
30 inherit git-r3
31 - EGIT_REPO_URI="https://github.com/scrooloose/syntastic.git"
32 + EGIT_REPO_URI="https://github.com/vim-syntastic/syntastic.git"
33 else
34 - SRC_URI="https://github.com/scrooloose/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
35 + SRC_URI="https://github.com/vim-syntastic/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
36 KEYWORDS="~amd64 ~x86"
37 fi
38
39 DESCRIPTION="vim plugin: syntax checking using external tools"
40 -HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=2736 https://github.com/scrooloose/syntastic/"
41 +HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=2736 https://github.com/vim-syntastic/syntastic/"
42 LICENSE="WTFPL-2"
43
44 VIM_PLUGIN_HELPFILES="${PN}"
45
46 diff --git a/app-vim/syntastic/syntastic-9999.ebuild b/app-vim/syntastic/syntastic-9999.ebuild
47 index 6776db4e00e..80225618fcf 100644
48 --- a/app-vim/syntastic/syntastic-9999.ebuild
49 +++ b/app-vim/syntastic/syntastic-9999.ebuild
50 @@ -1,19 +1,19 @@
51 -# Copyright 1999-2018 Gentoo Foundation
52 +# Copyright 1999-2019 Gentoo Authors
53 # Distributed under the terms of the GNU General Public License v2
54
55 -EAPI=6
56 +EAPI=7
57 inherit vim-plugin
58
59 if [[ ${PV} == "9999" ]] ; then
60 inherit git-r3
61 - EGIT_REPO_URI="https://github.com/scrooloose/syntastic.git"
62 + EGIT_REPO_URI="https://github.com/vim-syntastic/syntastic.git"
63 else
64 - SRC_URI="https://github.com/scrooloose/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
65 + SRC_URI="https://github.com/vim-syntastic/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
66 KEYWORDS="~amd64 ~x86"
67 fi
68
69 DESCRIPTION="vim plugin: syntax checking using external tools"
70 -HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=2736 https://github.com/scrooloose/syntastic/"
71 +HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=2736 https://github.com/vim-syntastic/syntastic/"
72 LICENSE="WTFPL-2"
73
74 VIM_PLUGIN_HELPFILES="${PN}"