Gentoo Archives: gentoo-commits

From: Aaron Bauman <bman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-vim/editorconfig-vim/
Date: Sat, 02 Jun 2018 00:57:07
Message-Id: 1527901011.e113089b9680d314083edef976fa3e053ec9f513.bman@gentoo
1 commit: e113089b9680d314083edef976fa3e053ec9f513
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Fri Jun 1 16:32:33 2018 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Sat Jun 2 00:56:51 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e113089b
7
8 app-vim/editorconfig-vim: use HTTPs
9
10 Closes: https://github.com/gentoo/gentoo/pull/8676
11
12 app-vim/editorconfig-vim/editorconfig-vim-0.3.3-r2.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/app-vim/editorconfig-vim/editorconfig-vim-0.3.3-r2.ebuild b/app-vim/editorconfig-vim/editorconfig-vim-0.3.3-r2.ebuild
16 index af1907546c7..81a35dbb4e3 100644
17 --- a/app-vim/editorconfig-vim/editorconfig-vim-0.3.3-r2.ebuild
18 +++ b/app-vim/editorconfig-vim/editorconfig-vim-0.3.3-r2.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2017 Gentoo Foundation
21 +# Copyright 1999-2018 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=6
25 @@ -7,7 +7,7 @@ PYTHON_COMPAT=(python2_7 python3_4 python3_5 python3_6)
26 inherit python-single-r1 vim-plugin
27
28 DESCRIPTION="vim plugin: Support EditorConfig files "
29 -HOMEPAGE="http://editorconfig.org/"
30 +HOMEPAGE="https://editorconfig.org/"
31 SRC_URI="https://github.com/${PN%-vim}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
32
33 LICENSE="BSD-2"