diff options
author | Justin Lecher <jlec@gentoo.org> | 2015-08-24 13:26:27 +0200 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2015-08-24 13:27:19 +0200 |
commit | 00846f5f7be003565185b4945997bd9c766ecd96 (patch) | |
tree | 1383d633547ffc98b364b179d0dd5cc1134a4a92 /app-vim | |
parent | dev-lang/php: Added first PHP 7.0.0 RC (diff) | |
download | gentoo-00846f5f7be003565185b4945997bd9c766ecd96.tar.gz gentoo-00846f5f7be003565185b4945997bd9c766ecd96.tar.bz2 gentoo-00846f5f7be003565185b4945997bd9c766ecd96.zip |
Use https by default
Convert all URLs for sites supporting encrypted connections from http to https
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'app-vim')
-rw-r--r-- | app-vim/ctrlp/ctrlp-1.78.ebuild | 2 | ||||
-rw-r--r-- | app-vim/ctrlp/ctrlp-1.79.ebuild | 2 | ||||
-rw-r--r-- | app-vim/gundo/gundo-2.2.2.ebuild | 2 | ||||
-rw-r--r-- | app-vim/gundo/gundo-2.4.0.ebuild | 2 | ||||
-rw-r--r-- | app-vim/gundo/gundo-2.5.0.ebuild | 2 | ||||
-rw-r--r-- | app-vim/splice/splice-1.0.1.ebuild | 2 | ||||
-rw-r--r-- | app-vim/tagbar/tagbar-2.5.ebuild | 2 | ||||
-rw-r--r-- | app-vim/tagbar/tagbar-2.6.1.ebuild | 2 | ||||
-rw-r--r-- | app-vim/tagbar/tagbar-2.6.ebuild | 2 | ||||
-rw-r--r-- | app-vim/voom/voom-4.6.ebuild | 2 | ||||
-rw-r--r-- | app-vim/voom/voom-4.7.ebuild | 2 | ||||
-rw-r--r-- | app-vim/voom/voom-5.0.ebuild | 2 | ||||
-rw-r--r-- | app-vim/voom/voom-5.1.ebuild | 2 |
13 files changed, 13 insertions, 13 deletions
diff --git a/app-vim/ctrlp/ctrlp-1.78.ebuild b/app-vim/ctrlp/ctrlp-1.78.ebuild index 093da6bddc60..5ace92714a5a 100644 --- a/app-vim/ctrlp/ctrlp-1.78.ebuild +++ b/app-vim/ctrlp/ctrlp-1.78.ebuild @@ -7,7 +7,7 @@ EAPI=4 inherit vim-plugin vcs-snapshot DESCRIPTION="vim plugin: fuzzy file, buffer, mru, tag, ... finder with regex support" -HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=3736 http://kien.github.com/ctrlp.vim/" +HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=3736 https://kien.github.com/ctrlp.vim/" SRC_URI="https://github.com/kien/ctrlp.vim/tarball/${PV} -> ${P}.tar.gz" LICENSE="vim" KEYWORDS="~amd64 ~x86" diff --git a/app-vim/ctrlp/ctrlp-1.79.ebuild b/app-vim/ctrlp/ctrlp-1.79.ebuild index 60602f0857bc..ede058b24ecd 100644 --- a/app-vim/ctrlp/ctrlp-1.79.ebuild +++ b/app-vim/ctrlp/ctrlp-1.79.ebuild @@ -7,7 +7,7 @@ EAPI=5 inherit vim-plugin vcs-snapshot DESCRIPTION="vim plugin: fuzzy file, buffer, mru, tag, ... finder with regex support" -HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=3736 http://kien.github.com/ctrlp.vim/" +HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=3736 https://kien.github.com/ctrlp.vim/" SRC_URI="https://github.com/kien/ctrlp.vim/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="vim" KEYWORDS="amd64 x86" diff --git a/app-vim/gundo/gundo-2.2.2.ebuild b/app-vim/gundo/gundo-2.2.2.ebuild index 054001b945ff..b7e91516a423 100644 --- a/app-vim/gundo/gundo-2.2.2.ebuild +++ b/app-vim/gundo/gundo-2.2.2.ebuild @@ -9,7 +9,7 @@ inherit vim-plugin MY_PN="Gundo" DESCRIPTION="vim plugin: visualize your Vim undo tree" -HOMEPAGE="http://sjl.bitbucket.org/gundo.vim/" +HOMEPAGE="https://sjl.bitbucket.org/gundo.vim/" SRC_URI="https://github.com/vim-scripts/${MY_PN}/tarball/${PV} -> ${P}.tar.gz" LICENSE="GPL-2" KEYWORDS="~amd64 ~x86" diff --git a/app-vim/gundo/gundo-2.4.0.ebuild b/app-vim/gundo/gundo-2.4.0.ebuild index 4a18370e9828..2524489c7776 100644 --- a/app-vim/gundo/gundo-2.4.0.ebuild +++ b/app-vim/gundo/gundo-2.4.0.ebuild @@ -7,7 +7,7 @@ EAPI=4 inherit vim-plugin vcs-snapshot DESCRIPTION="vim plugin: visualize your Vim undo tree" -HOMEPAGE="http://sjl.bitbucket.org/gundo.vim/" +HOMEPAGE="https://sjl.bitbucket.org/gundo.vim/" SRC_URI="https://github.com/sjl/gundo.vim/tarball/v${PV} -> ${P}.tar.gz" LICENSE="GPL-2" KEYWORDS="~amd64 ~x86" diff --git a/app-vim/gundo/gundo-2.5.0.ebuild b/app-vim/gundo/gundo-2.5.0.ebuild index e7bcfdfe7c0d..fa8e3b5165c6 100644 --- a/app-vim/gundo/gundo-2.5.0.ebuild +++ b/app-vim/gundo/gundo-2.5.0.ebuild @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python2_7 ) inherit vim-plugin python-single-r1 DESCRIPTION="vim plugin: visualize your Vim undo tree" -HOMEPAGE="http://sjl.bitbucket.org/gundo.vim/" +HOMEPAGE="https://sjl.bitbucket.org/gundo.vim/" SRC_URI="https://github.com/sjl/gundo.vim/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-2+" KEYWORDS="~amd64 ~x86 ~x64-macos" diff --git a/app-vim/splice/splice-1.0.1.ebuild b/app-vim/splice/splice-1.0.1.ebuild index 7aad7b2715b6..61172f4cafe6 100644 --- a/app-vim/splice/splice-1.0.1.ebuild +++ b/app-vim/splice/splice-1.0.1.ebuild @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python2_7 ) inherit vim-plugin python-single-r1 DESCRIPTION="vim plugin: resolve conflicts during three-way merges" -HOMEPAGE="http://sjl.bitbucket.org/splice.vim/ http://vim.sourceforge.net/scripts/script.php?script_id=4026" +HOMEPAGE="https://sjl.bitbucket.org/splice.vim/ http://vim.sourceforge.net/scripts/script.php?script_id=4026" LICENSE="MIT" KEYWORDS="amd64 x86" REQUIRED_USE="${PYTHON_REQUIRED_USE}" diff --git a/app-vim/tagbar/tagbar-2.5.ebuild b/app-vim/tagbar/tagbar-2.5.ebuild index 6ed8e95f4ad8..82eb811af531 100644 --- a/app-vim/tagbar/tagbar-2.5.ebuild +++ b/app-vim/tagbar/tagbar-2.5.ebuild @@ -7,7 +7,7 @@ EAPI=5 inherit vim-plugin DESCRIPTION="vim plugin: display tags of the current file ordered by scope" -HOMEPAGE="http://majutsushi.github.com/tagbar/ +HOMEPAGE="https://majutsushi.github.com/tagbar/ http://www.vim.org/scripts/script.php?script_id=3465" SRC_URI="https://github.com/majutsushi/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="vim" diff --git a/app-vim/tagbar/tagbar-2.6.1.ebuild b/app-vim/tagbar/tagbar-2.6.1.ebuild index 3d5587692e8e..ffdfa037fed8 100644 --- a/app-vim/tagbar/tagbar-2.6.1.ebuild +++ b/app-vim/tagbar/tagbar-2.6.1.ebuild @@ -7,7 +7,7 @@ EAPI=5 inherit vim-plugin DESCRIPTION="vim plugin: display tags of the current file ordered by scope" -HOMEPAGE="http://majutsushi.github.com/tagbar/ +HOMEPAGE="https://majutsushi.github.com/tagbar/ http://www.vim.org/scripts/script.php?script_id=3465" SRC_URI="https://github.com/majutsushi/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="vim" diff --git a/app-vim/tagbar/tagbar-2.6.ebuild b/app-vim/tagbar/tagbar-2.6.ebuild index 1c6876a05a4f..2ab963007419 100644 --- a/app-vim/tagbar/tagbar-2.6.ebuild +++ b/app-vim/tagbar/tagbar-2.6.ebuild @@ -7,7 +7,7 @@ EAPI=5 inherit vim-plugin DESCRIPTION="vim plugin: display tags of the current file ordered by scope" -HOMEPAGE="http://majutsushi.github.com/tagbar/ +HOMEPAGE="https://majutsushi.github.com/tagbar/ http://www.vim.org/scripts/script.php?script_id=3465" SRC_URI="https://github.com/majutsushi/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="vim" diff --git a/app-vim/voom/voom-4.6.ebuild b/app-vim/voom/voom-4.6.ebuild index 4f4b88f672ce..c2d356c792b8 100644 --- a/app-vim/voom/voom-4.6.ebuild +++ b/app-vim/voom/voom-4.6.ebuild @@ -7,7 +7,7 @@ EAPI="5" inherit vim-plugin DESCRIPTION="vim plugin: emulates a two-pane text outliner" -HOMEPAGE="http://vim-voom.github.com/ http://www.vim.org/scripts/script.php?script_id=2657" +HOMEPAGE="https://vim-voom.github.com/ http://www.vim.org/scripts/script.php?script_id=2657" LICENSE="WTFPL-2" KEYWORDS="~amd64 ~x86" IUSE="" diff --git a/app-vim/voom/voom-4.7.ebuild b/app-vim/voom/voom-4.7.ebuild index 77964f679362..0301ea90d152 100644 --- a/app-vim/voom/voom-4.7.ebuild +++ b/app-vim/voom/voom-4.7.ebuild @@ -7,7 +7,7 @@ EAPI=5 inherit vim-plugin DESCRIPTION="vim plugin: emulates a two-pane text outliner" -HOMEPAGE="http://vim-voom.github.com/ http://www.vim.org/scripts/script.php?script_id=2657" +HOMEPAGE="https://vim-voom.github.com/ http://www.vim.org/scripts/script.php?script_id=2657" LICENSE="CC0-1.0" KEYWORDS="~amd64 ~x86" diff --git a/app-vim/voom/voom-5.0.ebuild b/app-vim/voom/voom-5.0.ebuild index ed55552e9989..2e7629ff12e5 100644 --- a/app-vim/voom/voom-5.0.ebuild +++ b/app-vim/voom/voom-5.0.ebuild @@ -7,7 +7,7 @@ EAPI=5 inherit vim-plugin DESCRIPTION="vim plugin: emulates a two-pane text outliner" -HOMEPAGE="http://vim-voom.github.com/ http://www.vim.org/scripts/script.php?script_id=2657" +HOMEPAGE="https://vim-voom.github.com/ http://www.vim.org/scripts/script.php?script_id=2657" LICENSE="CC0-1.0" KEYWORDS="~amd64 ~x86" diff --git a/app-vim/voom/voom-5.1.ebuild b/app-vim/voom/voom-5.1.ebuild index 6a81da922764..ec8f5158be17 100644 --- a/app-vim/voom/voom-5.1.ebuild +++ b/app-vim/voom/voom-5.1.ebuild @@ -7,7 +7,7 @@ EAPI=5 inherit vim-plugin DESCRIPTION="vim plugin: emulates a two-pane text outliner" -HOMEPAGE="http://vim-voom.github.com/ http://www.vim.org/scripts/script.php?script_id=2657" +HOMEPAGE="https://vim-voom.github.com/ http://www.vim.org/scripts/script.php?script_id=2657" LICENSE="CC0-1.0" KEYWORDS="~amd64 ~x86" |