diff options
author | David Hicks <david@hicks.id.au> | 2017-07-29 21:08:45 +1000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2017-07-30 11:22:38 +0200 |
commit | 5c5317e654672dee07344bb0e6130df1d5e7b99e (patch) | |
tree | c205fc79675c22a74c67b2c004525d59e0f1b30a /sys-apps | |
parent | sys-power/acpi_call: use HTTPS for GitHub (diff) | |
download | gentoo-5c5317e654672dee07344bb0e6130df1d5e7b99e.tar.gz gentoo-5c5317e654672dee07344bb0e6130df1d5e7b99e.tar.bz2 gentoo-5c5317e654672dee07344bb0e6130df1d5e7b99e.zip |
sys-apps/openrc: use HTTPS for GitHub
Package-Manager: Portage-2.3.6, Repoman-2.3.3
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/openrc/openrc-0.21.7.ebuild | 4 | ||||
-rw-r--r-- | sys-apps/openrc/openrc-0.22.4.ebuild | 2 | ||||
-rw-r--r-- | sys-apps/openrc/openrc-0.23.2.ebuild | 2 | ||||
-rw-r--r-- | sys-apps/openrc/openrc-0.24.2.ebuild | 2 | ||||
-rw-r--r-- | sys-apps/openrc/openrc-0.25.ebuild | 2 | ||||
-rw-r--r-- | sys-apps/openrc/openrc-0.26.2.ebuild | 2 | ||||
-rw-r--r-- | sys-apps/openrc/openrc-0.26.3.ebuild | 2 | ||||
-rw-r--r-- | sys-apps/openrc/openrc-0.27.2.ebuild | 2 | ||||
-rw-r--r-- | sys-apps/openrc/openrc-0.28.ebuild | 2 | ||||
-rw-r--r-- | sys-apps/openrc/openrc-9999.ebuild | 2 |
10 files changed, 11 insertions, 11 deletions
diff --git a/sys-apps/openrc/openrc-0.21.7.ebuild b/sys-apps/openrc/openrc-0.21.7.ebuild index 2bc11b9e538c..65c41d56afe7 100644 --- a/sys-apps/openrc/openrc-0.21.7.ebuild +++ b/sys-apps/openrc/openrc-0.21.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 @@ -9,7 +9,7 @@ DESCRIPTION="OpenRC manages the services, startup and shutdown of a host" HOMEPAGE="https://github.com/openrc/openrc/" if [[ ${PV} == "9999" ]]; then - EGIT_REPO_URI="git://github.com/OpenRC/${PN}.git" + EGIT_REPO_URI="https://github.com/OpenRC/${PN}.git" inherit git-r3 else SRC_URI="https://dev.gentoo.org/~williamh/dist/${P}.tar.bz2" diff --git a/sys-apps/openrc/openrc-0.22.4.ebuild b/sys-apps/openrc/openrc-0.22.4.ebuild index 31d979641e92..2fd24e212901 100644 --- a/sys-apps/openrc/openrc-0.22.4.ebuild +++ b/sys-apps/openrc/openrc-0.22.4.ebuild @@ -9,7 +9,7 @@ DESCRIPTION="OpenRC manages the services, startup and shutdown of a host" HOMEPAGE="https://github.com/openrc/openrc/" if [[ ${PV} == "9999" ]]; then - EGIT_REPO_URI="git://github.com/OpenRC/${PN}.git" + EGIT_REPO_URI="https://github.com/OpenRC/${PN}.git" inherit git-r3 else SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" diff --git a/sys-apps/openrc/openrc-0.23.2.ebuild b/sys-apps/openrc/openrc-0.23.2.ebuild index 57f914a29f70..c3cb752f34c0 100644 --- a/sys-apps/openrc/openrc-0.23.2.ebuild +++ b/sys-apps/openrc/openrc-0.23.2.ebuild @@ -9,7 +9,7 @@ DESCRIPTION="OpenRC manages the services, startup and shutdown of a host" HOMEPAGE="https://github.com/openrc/openrc/" if [[ ${PV} == "9999" ]]; then - EGIT_REPO_URI="git://github.com/OpenRC/${PN}.git" + EGIT_REPO_URI="https://github.com/OpenRC/${PN}.git" inherit git-r3 else SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" diff --git a/sys-apps/openrc/openrc-0.24.2.ebuild b/sys-apps/openrc/openrc-0.24.2.ebuild index 55c4afe5d9b8..aaf335052558 100644 --- a/sys-apps/openrc/openrc-0.24.2.ebuild +++ b/sys-apps/openrc/openrc-0.24.2.ebuild @@ -9,7 +9,7 @@ DESCRIPTION="OpenRC manages the services, startup and shutdown of a host" HOMEPAGE="https://github.com/openrc/openrc/" if [[ ${PV} == "9999" ]]; then - EGIT_REPO_URI="git://github.com/OpenRC/${PN}.git" + EGIT_REPO_URI="https://github.com/OpenRC/${PN}.git" inherit git-r3 else SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" diff --git a/sys-apps/openrc/openrc-0.25.ebuild b/sys-apps/openrc/openrc-0.25.ebuild index 1ce8145c5005..278de480e1f2 100644 --- a/sys-apps/openrc/openrc-0.25.ebuild +++ b/sys-apps/openrc/openrc-0.25.ebuild @@ -9,7 +9,7 @@ DESCRIPTION="OpenRC manages the services, startup and shutdown of a host" HOMEPAGE="https://github.com/openrc/openrc/" if [[ ${PV} == "9999" ]]; then - EGIT_REPO_URI="git://github.com/OpenRC/${PN}.git" + EGIT_REPO_URI="https://github.com/OpenRC/${PN}.git" inherit git-r3 else SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" diff --git a/sys-apps/openrc/openrc-0.26.2.ebuild b/sys-apps/openrc/openrc-0.26.2.ebuild index 55c4afe5d9b8..aaf335052558 100644 --- a/sys-apps/openrc/openrc-0.26.2.ebuild +++ b/sys-apps/openrc/openrc-0.26.2.ebuild @@ -9,7 +9,7 @@ DESCRIPTION="OpenRC manages the services, startup and shutdown of a host" HOMEPAGE="https://github.com/openrc/openrc/" if [[ ${PV} == "9999" ]]; then - EGIT_REPO_URI="git://github.com/OpenRC/${PN}.git" + EGIT_REPO_URI="https://github.com/OpenRC/${PN}.git" inherit git-r3 else SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" diff --git a/sys-apps/openrc/openrc-0.26.3.ebuild b/sys-apps/openrc/openrc-0.26.3.ebuild index 55c4afe5d9b8..aaf335052558 100644 --- a/sys-apps/openrc/openrc-0.26.3.ebuild +++ b/sys-apps/openrc/openrc-0.26.3.ebuild @@ -9,7 +9,7 @@ DESCRIPTION="OpenRC manages the services, startup and shutdown of a host" HOMEPAGE="https://github.com/openrc/openrc/" if [[ ${PV} == "9999" ]]; then - EGIT_REPO_URI="git://github.com/OpenRC/${PN}.git" + EGIT_REPO_URI="https://github.com/OpenRC/${PN}.git" inherit git-r3 else SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" diff --git a/sys-apps/openrc/openrc-0.27.2.ebuild b/sys-apps/openrc/openrc-0.27.2.ebuild index 1ce8145c5005..278de480e1f2 100644 --- a/sys-apps/openrc/openrc-0.27.2.ebuild +++ b/sys-apps/openrc/openrc-0.27.2.ebuild @@ -9,7 +9,7 @@ DESCRIPTION="OpenRC manages the services, startup and shutdown of a host" HOMEPAGE="https://github.com/openrc/openrc/" if [[ ${PV} == "9999" ]]; then - EGIT_REPO_URI="git://github.com/OpenRC/${PN}.git" + EGIT_REPO_URI="https://github.com/OpenRC/${PN}.git" inherit git-r3 else SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" diff --git a/sys-apps/openrc/openrc-0.28.ebuild b/sys-apps/openrc/openrc-0.28.ebuild index 1ce8145c5005..278de480e1f2 100644 --- a/sys-apps/openrc/openrc-0.28.ebuild +++ b/sys-apps/openrc/openrc-0.28.ebuild @@ -9,7 +9,7 @@ DESCRIPTION="OpenRC manages the services, startup and shutdown of a host" HOMEPAGE="https://github.com/openrc/openrc/" if [[ ${PV} == "9999" ]]; then - EGIT_REPO_URI="git://github.com/OpenRC/${PN}.git" + EGIT_REPO_URI="https://github.com/OpenRC/${PN}.git" inherit git-r3 else SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" diff --git a/sys-apps/openrc/openrc-9999.ebuild b/sys-apps/openrc/openrc-9999.ebuild index 1ce8145c5005..278de480e1f2 100644 --- a/sys-apps/openrc/openrc-9999.ebuild +++ b/sys-apps/openrc/openrc-9999.ebuild @@ -9,7 +9,7 @@ DESCRIPTION="OpenRC manages the services, startup and shutdown of a host" HOMEPAGE="https://github.com/openrc/openrc/" if [[ ${PV} == "9999" ]]; then - EGIT_REPO_URI="git://github.com/OpenRC/${PN}.git" + EGIT_REPO_URI="https://github.com/OpenRC/${PN}.git" inherit git-r3 else SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" |