diff --git a/app-editors/neovim/neovim-0.1.0.ebuild b/app-editors/neovim/neovim-0.1.0.ebuild index 37e614465b913..740e351f1846a 100644 --- a/app-editors/neovim/neovim-0.1.0.ebuild +++ b/app-editors/neovim/neovim-0.1.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -8,7 +8,7 @@ DESCRIPTION="Vim-fork focused on extensibility and agility." HOMEPAGE="https://neovim.io" if [[ ${PV} == 9999 ]]; then inherit git-r3 - EGIT_REPO_URI="git://github.com/neovim/neovim.git" + EGIT_REPO_URI="https://github.com/neovim/neovim.git" else SRC_URI="https://github.com/neovim/neovim/archive/v${PV}.tar.gz -> ${P}.tar.gz" KEYWORDS="~amd64 ~x86" diff --git a/app-editors/neovim/neovim-0.1.1-r1.ebuild b/app-editors/neovim/neovim-0.1.1-r1.ebuild index 84f6b257bd2d2..8052784db60ec 100644 --- a/app-editors/neovim/neovim-0.1.1-r1.ebuild +++ b/app-editors/neovim/neovim-0.1.1-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -8,7 +8,7 @@ DESCRIPTION="Vim-fork focused on extensibility and agility." HOMEPAGE="https://neovim.io" if [[ ${PV} == 9999 ]]; then inherit git-r3 - EGIT_REPO_URI="git://github.com/neovim/neovim.git" + EGIT_REPO_URI="https://github.com/neovim/neovim.git" else SRC_URI="https://github.com/neovim/neovim/archive/v${PV}.tar.gz -> ${P}.tar.gz" KEYWORDS="~amd64 ~x86" diff --git a/app-editors/neovim/neovim-0.1.2.ebuild b/app-editors/neovim/neovim-0.1.2.ebuild index 12f20f59c83c5..155035f258da3 100644 --- a/app-editors/neovim/neovim-0.1.2.ebuild +++ b/app-editors/neovim/neovim-0.1.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -8,7 +8,7 @@ DESCRIPTION="Vim-fork focused on extensibility and agility." HOMEPAGE="https://neovim.io" if [[ ${PV} == 9999 ]]; then inherit git-r3 - EGIT_REPO_URI="git://github.com/neovim/neovim.git" + EGIT_REPO_URI="https://github.com/neovim/neovim.git" else SRC_URI="https://github.com/neovim/neovim/archive/v${PV}.tar.gz -> ${P}.tar.gz" KEYWORDS="~amd64 ~x86" diff --git a/app-editors/neovim/neovim-0.1.3.ebuild b/app-editors/neovim/neovim-0.1.3.ebuild index c7be10ccdcc5f..68f1f5e31a5f4 100644 --- a/app-editors/neovim/neovim-0.1.3.ebuild +++ b/app-editors/neovim/neovim-0.1.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -8,7 +8,7 @@ DESCRIPTION="Vim-fork focused on extensibility and agility." HOMEPAGE="https://neovim.io" if [[ ${PV} == 9999 ]]; then inherit git-r3 - EGIT_REPO_URI="git://github.com/neovim/neovim.git" + EGIT_REPO_URI="https://github.com/neovim/neovim.git" else SRC_URI="https://github.com/neovim/neovim/archive/v${PV}.tar.gz -> ${P}.tar.gz" KEYWORDS="~amd64 ~x86" diff --git a/app-editors/neovim/neovim-0.1.4.ebuild b/app-editors/neovim/neovim-0.1.4.ebuild index 5c745d57c2556..2d2f730a52ed9 100644 --- a/app-editors/neovim/neovim-0.1.4.ebuild +++ b/app-editors/neovim/neovim-0.1.4.ebuild @@ -8,7 +8,7 @@ DESCRIPTION="Vim-fork focused on extensibility and agility." HOMEPAGE="https://neovim.io" if [[ ${PV} == 9999 ]]; then inherit git-r3 - EGIT_REPO_URI="git://github.com/neovim/neovim.git" + EGIT_REPO_URI="https://github.com/neovim/neovim.git" else SRC_URI="https://github.com/neovim/neovim/archive/v${PV}.tar.gz -> ${P}.tar.gz" KEYWORDS="~amd64 ~x86" diff --git a/app-editors/neovim/neovim-0.1.5-r1.ebuild b/app-editors/neovim/neovim-0.1.5-r1.ebuild index 5671391d2c023..a2ec98f169e1d 100644 --- a/app-editors/neovim/neovim-0.1.5-r1.ebuild +++ b/app-editors/neovim/neovim-0.1.5-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -8,7 +8,7 @@ DESCRIPTION="Vim-fork focused on extensibility and agility." HOMEPAGE="https://neovim.io" if [[ ${PV} == 9999 ]]; then inherit git-r3 - EGIT_REPO_URI="git://github.com/neovim/neovim.git" + EGIT_REPO_URI="https://github.com/neovim/neovim.git" else SRC_URI="https://github.com/neovim/neovim/archive/v${PV}.tar.gz -> ${P}.tar.gz" KEYWORDS="~amd64" diff --git a/app-editors/neovim/neovim-0.1.5.ebuild b/app-editors/neovim/neovim-0.1.5.ebuild index d1fb581b62829..7700d5960bc8d 100644 --- a/app-editors/neovim/neovim-0.1.5.ebuild +++ b/app-editors/neovim/neovim-0.1.5.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -8,7 +8,7 @@ DESCRIPTION="Vim-fork focused on extensibility and agility." HOMEPAGE="https://neovim.io" if [[ ${PV} == 9999 ]]; then inherit git-r3 - EGIT_REPO_URI="git://github.com/neovim/neovim.git" + EGIT_REPO_URI="https://github.com/neovim/neovim.git" else SRC_URI="https://github.com/neovim/neovim/archive/v${PV}.tar.gz -> ${P}.tar.gz" KEYWORDS="~amd64" diff --git a/app-editors/neovim/neovim-0.1.6.ebuild b/app-editors/neovim/neovim-0.1.6.ebuild index 5671391d2c023..a2ec98f169e1d 100644 --- a/app-editors/neovim/neovim-0.1.6.ebuild +++ b/app-editors/neovim/neovim-0.1.6.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -8,7 +8,7 @@ DESCRIPTION="Vim-fork focused on extensibility and agility." HOMEPAGE="https://neovim.io" if [[ ${PV} == 9999 ]]; then inherit git-r3 - EGIT_REPO_URI="git://github.com/neovim/neovim.git" + EGIT_REPO_URI="https://github.com/neovim/neovim.git" else SRC_URI="https://github.com/neovim/neovim/archive/v${PV}.tar.gz -> ${P}.tar.gz" KEYWORDS="~amd64" diff --git a/app-editors/neovim/neovim-0.1.7.ebuild b/app-editors/neovim/neovim-0.1.7.ebuild index 5671391d2c023..a2ec98f169e1d 100644 --- a/app-editors/neovim/neovim-0.1.7.ebuild +++ b/app-editors/neovim/neovim-0.1.7.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -8,7 +8,7 @@ DESCRIPTION="Vim-fork focused on extensibility and agility." HOMEPAGE="https://neovim.io" if [[ ${PV} == 9999 ]]; then inherit git-r3 - EGIT_REPO_URI="git://github.com/neovim/neovim.git" + EGIT_REPO_URI="https://github.com/neovim/neovim.git" else SRC_URI="https://github.com/neovim/neovim/archive/v${PV}.tar.gz -> ${P}.tar.gz" KEYWORDS="~amd64" diff --git a/app-editors/neovim/neovim-0.2.0.ebuild b/app-editors/neovim/neovim-0.2.0.ebuild index ff23c5884fba6..c8094180b3596 100644 --- a/app-editors/neovim/neovim-0.2.0.ebuild +++ b/app-editors/neovim/neovim-0.2.0.ebuild @@ -8,7 +8,7 @@ DESCRIPTION="Vim-fork focused on extensibility and agility." HOMEPAGE="https://neovim.io" if [[ ${PV} == 9999 ]]; then inherit git-r3 - EGIT_REPO_URI="git://github.com/neovim/neovim.git" + EGIT_REPO_URI="https://github.com/neovim/neovim.git" else SRC_URI="https://github.com/neovim/neovim/archive/v${PV}.tar.gz -> ${P}.tar.gz" KEYWORDS="~amd64" diff --git a/app-editors/neovim/neovim-9999.ebuild b/app-editors/neovim/neovim-9999.ebuild index ff23c5884fba6..c8094180b3596 100644 --- a/app-editors/neovim/neovim-9999.ebuild +++ b/app-editors/neovim/neovim-9999.ebuild @@ -8,7 +8,7 @@ DESCRIPTION="Vim-fork focused on extensibility and agility." HOMEPAGE="https://neovim.io" if [[ ${PV} == 9999 ]]; then inherit git-r3 - EGIT_REPO_URI="git://github.com/neovim/neovim.git" + EGIT_REPO_URI="https://github.com/neovim/neovim.git" else SRC_URI="https://github.com/neovim/neovim/archive/v${PV}.tar.gz -> ${P}.tar.gz" KEYWORDS="~amd64"