diff options
author | David Hicks <david@hicks.id.au> | 2017-07-30 04:29:08 +1000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2017-07-30 12:04:18 +0200 |
commit | 8c7b27a7948848aea4ea65f8a3f757d54407d8f2 (patch) | |
tree | c097e6f2ff7a76786f4de37b2ff59ebabd63510a /net-misc/netifrc | |
parent | net-misc/freerdp: use HTTPS for GitHub (diff) | |
download | gentoo-8c7b27a7948848aea4ea65f8a3f757d54407d8f2.tar.gz gentoo-8c7b27a7948848aea4ea65f8a3f757d54407d8f2.tar.bz2 gentoo-8c7b27a7948848aea4ea65f8a3f757d54407d8f2.zip |
net-misc/netifrc: use HTTPS for GitHub
Package-Manager: Portage-2.3.6, Repoman-2.3.3
Diffstat (limited to 'net-misc/netifrc')
-rw-r--r-- | net-misc/netifrc/netifrc-0.3.0.ebuild | 4 | ||||
-rw-r--r-- | net-misc/netifrc/netifrc-0.3.1.ebuild | 4 | ||||
-rw-r--r-- | net-misc/netifrc/netifrc-0.4.0-r1.ebuild | 4 | ||||
-rw-r--r-- | net-misc/netifrc/netifrc-0.4.0.ebuild | 4 | ||||
-rw-r--r-- | net-misc/netifrc/netifrc-0.5.0.ebuild | 4 | ||||
-rw-r--r-- | net-misc/netifrc/netifrc-0.5.1.ebuild | 2 | ||||
-rw-r--r-- | net-misc/netifrc/netifrc-9999.ebuild | 4 |
7 files changed, 13 insertions, 13 deletions
diff --git a/net-misc/netifrc/netifrc-0.3.0.ebuild b/net-misc/netifrc/netifrc-0.3.0.ebuild index 716b3617c602..4ab88729401a 100644 --- a/net-misc/netifrc/netifrc-0.3.0.ebuild +++ b/net-misc/netifrc/netifrc-0.3.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 @@ -10,7 +10,7 @@ HOMEPAGE="https://www.gentoo.org/proj/en/base/openrc/" if [[ ${PV} == "9999" ]]; then EGIT_REPO_URI="git://anongit.gentoo.org/proj/${PN}.git" - #EGIT_REPO_URI="git://github.com/gentoo/netifrc" # Alternate + #EGIT_REPO_URI="https://github.com/gentoo/${PN}" # Alternate inherit git-r3 else SRC_URI="https://dev.gentoo.org/~robbat2/distfiles/${P}.tar.bz2" diff --git a/net-misc/netifrc/netifrc-0.3.1.ebuild b/net-misc/netifrc/netifrc-0.3.1.ebuild index 932c42f038b1..fa4fbb8bc3db 100644 --- a/net-misc/netifrc/netifrc-0.3.1.ebuild +++ b/net-misc/netifrc/netifrc-0.3.1.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 @@ -10,7 +10,7 @@ HOMEPAGE="https://www.gentoo.org/proj/en/base/openrc/" if [[ ${PV} == "9999" ]]; then EGIT_REPO_URI="git://anongit.gentoo.org/proj/${PN}.git" - #EGIT_REPO_URI="git://github.com/gentoo/netifrc" # Alternate + #EGIT_REPO_URI="https://github.com/gentoo/${PN}" # Alternate inherit git-r3 else SRC_URI="https://dev.gentoo.org/~robbat2/distfiles/${P}.tar.bz2" diff --git a/net-misc/netifrc/netifrc-0.4.0-r1.ebuild b/net-misc/netifrc/netifrc-0.4.0-r1.ebuild index 4de757463e26..9cf45711926d 100644 --- a/net-misc/netifrc/netifrc-0.4.0-r1.ebuild +++ b/net-misc/netifrc/netifrc-0.4.0-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=5 @@ -10,7 +10,7 @@ HOMEPAGE="https://www.gentoo.org/proj/en/base/openrc/" if [[ ${PV} == "9999" ]]; then EGIT_REPO_URI="git://anongit.gentoo.org/proj/${PN}.git" - #EGIT_REPO_URI="git://github.com/gentoo/netifrc" # Alternate + #EGIT_REPO_URI="https://github.com/gentoo/${PN}" # Alternate inherit git-r3 else SRC_URI="https://dev.gentoo.org/~robbat2/distfiles/${P}.tar.bz2" diff --git a/net-misc/netifrc/netifrc-0.4.0.ebuild b/net-misc/netifrc/netifrc-0.4.0.ebuild index 932c42f038b1..fa4fbb8bc3db 100644 --- a/net-misc/netifrc/netifrc-0.4.0.ebuild +++ b/net-misc/netifrc/netifrc-0.4.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 @@ -10,7 +10,7 @@ HOMEPAGE="https://www.gentoo.org/proj/en/base/openrc/" if [[ ${PV} == "9999" ]]; then EGIT_REPO_URI="git://anongit.gentoo.org/proj/${PN}.git" - #EGIT_REPO_URI="git://github.com/gentoo/netifrc" # Alternate + #EGIT_REPO_URI="https://github.com/gentoo/${PN}" # Alternate inherit git-r3 else SRC_URI="https://dev.gentoo.org/~robbat2/distfiles/${P}.tar.bz2" diff --git a/net-misc/netifrc/netifrc-0.5.0.ebuild b/net-misc/netifrc/netifrc-0.5.0.ebuild index d3ca06f42efa..ef1c1971295e 100644 --- a/net-misc/netifrc/netifrc-0.5.0.ebuild +++ b/net-misc/netifrc/netifrc-0.5.0.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 @@ -10,7 +10,7 @@ HOMEPAGE="https://www.gentoo.org/proj/en/base/openrc/" if [[ ${PV} == "9999" ]]; then EGIT_REPO_URI="git://anongit.gentoo.org/proj/${PN}.git" - #EGIT_REPO_URI="git://github.com/gentoo/netifrc" # Alternate + #EGIT_REPO_URI="https://github.com/gentoo/${PN}" # Alternate inherit git-r3 else SRC_URI="https://dev.gentoo.org/~robbat2/distfiles/${P}.tar.bz2" diff --git a/net-misc/netifrc/netifrc-0.5.1.ebuild b/net-misc/netifrc/netifrc-0.5.1.ebuild index a00fa6de166d..4d4f9f5d299f 100644 --- a/net-misc/netifrc/netifrc-0.5.1.ebuild +++ b/net-misc/netifrc/netifrc-0.5.1.ebuild @@ -10,7 +10,7 @@ HOMEPAGE="https://www.gentoo.org/proj/en/base/openrc/" if [[ ${PV} == "9999" ]]; then EGIT_REPO_URI="git://anongit.gentoo.org/proj/${PN}.git" - #EGIT_REPO_URI="git://github.com/gentoo/netifrc" # Alternate + #EGIT_REPO_URI="https://github.com/gentoo/${PN}" # Alternate inherit git-r3 else SRC_URI="https://dev.gentoo.org/~robbat2/distfiles/${P}.tar.bz2" diff --git a/net-misc/netifrc/netifrc-9999.ebuild b/net-misc/netifrc/netifrc-9999.ebuild index d3ca06f42efa..ef1c1971295e 100644 --- a/net-misc/netifrc/netifrc-9999.ebuild +++ b/net-misc/netifrc/netifrc-9999.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 @@ -10,7 +10,7 @@ HOMEPAGE="https://www.gentoo.org/proj/en/base/openrc/" if [[ ${PV} == "9999" ]]; then EGIT_REPO_URI="git://anongit.gentoo.org/proj/${PN}.git" - #EGIT_REPO_URI="git://github.com/gentoo/netifrc" # Alternate + #EGIT_REPO_URI="https://github.com/gentoo/${PN}" # Alternate inherit git-r3 else SRC_URI="https://dev.gentoo.org/~robbat2/distfiles/${P}.tar.bz2" |