diff options
author | David Hicks <david@hicks.id.au> | 2017-07-29 21:05:28 +1000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2017-07-30 11:22:37 +0200 |
commit | db7a73018a98200d876ab44b25e4a95bbc9d5204 (patch) | |
tree | 078bedae9cf5d5ae4281568ed2838a911af0274c /sys-power/acpi_call | |
parent | dev-ruby/pathutil: add tests and docs (diff) | |
download | gentoo-db7a73018a98200d876ab44b25e4a95bbc9d5204.tar.gz gentoo-db7a73018a98200d876ab44b25e4a95bbc9d5204.tar.bz2 gentoo-db7a73018a98200d876ab44b25e4a95bbc9d5204.zip |
sys-power/acpi_call: use HTTPS for GitHub
Package-Manager: Portage-2.3.6, Repoman-2.3.3
Diffstat (limited to 'sys-power/acpi_call')
-rw-r--r-- | sys-power/acpi_call/acpi_call-1.1.0-r1.ebuild | 4 | ||||
-rw-r--r-- | sys-power/acpi_call/acpi_call-1.1.0-r2.ebuild | 2 | ||||
-rw-r--r-- | sys-power/acpi_call/acpi_call-1.1.0.ebuild | 4 | ||||
-rw-r--r-- | sys-power/acpi_call/acpi_call-9999.ebuild | 4 |
4 files changed, 7 insertions, 7 deletions
diff --git a/sys-power/acpi_call/acpi_call-1.1.0-r1.ebuild b/sys-power/acpi_call/acpi_call-1.1.0-r1.ebuild index 0ca7375c2194..b3f3963c65cf 100644 --- a/sys-power/acpi_call/acpi_call-1.1.0-r1.ebuild +++ b/sys-power/acpi_call/acpi_call-1.1.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -7,7 +7,7 @@ inherit eutils linux-info linux-mod if [ "${PV}" = "9999" ]; then inherit git-2 - EGIT_REPO_URI="git://github.com/mkottman/acpi_call.git" + EGIT_REPO_URI="https://github.com/mkottman/acpi_call.git" KEYWORDS="" else inherit vcs-snapshot diff --git a/sys-power/acpi_call/acpi_call-1.1.0-r2.ebuild b/sys-power/acpi_call/acpi_call-1.1.0-r2.ebuild index 0bbb196395e7..711fd3f5d64d 100644 --- a/sys-power/acpi_call/acpi_call-1.1.0-r2.ebuild +++ b/sys-power/acpi_call/acpi_call-1.1.0-r2.ebuild @@ -7,7 +7,7 @@ inherit linux-info linux-mod if [ "${PV}" = "9999" ]; then inherit git-2 - EGIT_REPO_URI="git://github.com/mkottman/acpi_call.git" + EGIT_REPO_URI="https://github.com/mkottman/acpi_call.git" KEYWORDS="" else inherit vcs-snapshot diff --git a/sys-power/acpi_call/acpi_call-1.1.0.ebuild b/sys-power/acpi_call/acpi_call-1.1.0.ebuild index 02baf6e7a701..a2501dc4df20 100644 --- a/sys-power/acpi_call/acpi_call-1.1.0.ebuild +++ b/sys-power/acpi_call/acpi_call-1.1.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -7,7 +7,7 @@ inherit linux-info linux-mod if [ "${PV}" = "9999" ]; then inherit git-2 - EGIT_REPO_URI="git://github.com/mkottman/acpi_call.git" + EGIT_REPO_URI="https://github.com/mkottman/acpi_call.git" KEYWORDS="" else inherit vcs-snapshot diff --git a/sys-power/acpi_call/acpi_call-9999.ebuild b/sys-power/acpi_call/acpi_call-9999.ebuild index 02baf6e7a701..a2501dc4df20 100644 --- a/sys-power/acpi_call/acpi_call-9999.ebuild +++ b/sys-power/acpi_call/acpi_call-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -7,7 +7,7 @@ inherit linux-info linux-mod if [ "${PV}" = "9999" ]; then inherit git-2 - EGIT_REPO_URI="git://github.com/mkottman/acpi_call.git" + EGIT_REPO_URI="https://github.com/mkottman/acpi_call.git" KEYWORDS="" else inherit vcs-snapshot |