diff options
author | David Hicks <david@hicks.id.au> | 2017-07-29 10:13:43 +1000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2017-07-30 10:45:54 +0200 |
commit | 69866b80a40b990d098c707ece088b84e280f044 (patch) | |
tree | 4d602d00372c5c78ca744aadbb5b50c720f5ac4e /app-editors/neovim | |
parent | app-doc/doxygen: use HTTPS for GitHub and SRC_URI domain (diff) | |
download | gentoo-69866b80a40b990d098c707ece088b84e280f044.tar.gz gentoo-69866b80a40b990d098c707ece088b84e280f044.tar.bz2 gentoo-69866b80a40b990d098c707ece088b84e280f044.zip |
app-editors/neovim: use HTTPS for GitHub
Package-Manager: Portage-2.3.6, Repoman-2.3.3
Diffstat (limited to 'app-editors/neovim')
-rw-r--r-- | app-editors/neovim/neovim-0.1.0.ebuild | 4 | ||||
-rw-r--r-- | app-editors/neovim/neovim-0.1.1-r1.ebuild | 4 | ||||
-rw-r--r-- | app-editors/neovim/neovim-0.1.2.ebuild | 4 | ||||
-rw-r--r-- | app-editors/neovim/neovim-0.1.3.ebuild | 4 | ||||
-rw-r--r-- | app-editors/neovim/neovim-0.1.4.ebuild | 2 | ||||
-rw-r--r-- | app-editors/neovim/neovim-0.1.5-r1.ebuild | 4 | ||||
-rw-r--r-- | app-editors/neovim/neovim-0.1.5.ebuild | 4 | ||||
-rw-r--r-- | app-editors/neovim/neovim-0.1.6.ebuild | 4 | ||||
-rw-r--r-- | app-editors/neovim/neovim-0.1.7.ebuild | 4 | ||||
-rw-r--r-- | app-editors/neovim/neovim-0.2.0.ebuild | 2 | ||||
-rw-r--r-- | app-editors/neovim/neovim-9999.ebuild | 2 |
11 files changed, 19 insertions, 19 deletions
diff --git a/app-editors/neovim/neovim-0.1.0.ebuild b/app-editors/neovim/neovim-0.1.0.ebuild index 37e614465b91..740e351f1846 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 84f6b257bd2d..8052784db60e 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 12f20f59c83c..155035f258da 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 c7be10ccdcc5..68f1f5e31a5f 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 5c745d57c255..2d2f730a52ed 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 5671391d2c02..a2ec98f169e1 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 d1fb581b6282..7700d5960bc8 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 5671391d2c02..a2ec98f169e1 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 5671391d2c02..a2ec98f169e1 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 ff23c5884fba..c8094180b359 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 ff23c5884fba..c8094180b359 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" |