commit: 9caca4140b2e9fe97b8916c2934d93a297202c05 Author: David Hicks <david <AT> hicks <DOT> id <DOT> au> AuthorDate: Sat Jul 29 01:05:08 2017 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Sun Jul 30 08:46:35 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9caca414
app-misc/mc: use HTTPS for GitHub and HOMEPAGE domain Package-Manager: Portage-2.3.6, Repoman-2.3.3 app-misc/mc/mc-4.8.15.ebuild | 2 +- app-misc/mc/mc-4.8.18-r1.ebuild | 2 +- app-misc/mc/mc-4.8.19.ebuild | 2 +- app-misc/mc/mc-9999.ebuild | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/app-misc/mc/mc-4.8.15.ebuild b/app-misc/mc/mc-4.8.15.ebuild index 79d6568e218..c01cae5c612 100644 --- a/app-misc/mc/mc-4.8.15.ebuild +++ b/app-misc/mc/mc-4.8.15.ebuild @@ -8,7 +8,7 @@ inherit autotools eutils flag-o-matic MY_P=${P/_/-} DESCRIPTION="GNU Midnight Commander is a text based file manager" -HOMEPAGE="http://www.midnight-commander.org" +HOMEPAGE="https://www.midnight-commander.org" SRC_URI="http://www.midnight-commander.org/downloads/${MY_P}.tar.xz" LICENSE="GPL-3" diff --git a/app-misc/mc/mc-4.8.18-r1.ebuild b/app-misc/mc/mc-4.8.18-r1.ebuild index abb19f55b67..024c7dcdd49 100644 --- a/app-misc/mc/mc-4.8.18-r1.ebuild +++ b/app-misc/mc/mc-4.8.18-r1.ebuild @@ -8,7 +8,7 @@ inherit autotools eutils flag-o-matic MY_P=${P/_/-} DESCRIPTION="GNU Midnight Commander is a text based file manager" -HOMEPAGE="http://www.midnight-commander.org" +HOMEPAGE="https://www.midnight-commander.org" SRC_URI="http://ftp.midnight-commander.org/${MY_P}.tar.xz" LICENSE="GPL-3" diff --git a/app-misc/mc/mc-4.8.19.ebuild b/app-misc/mc/mc-4.8.19.ebuild index d1cbdd0b38b..a494288fc52 100644 --- a/app-misc/mc/mc-4.8.19.ebuild +++ b/app-misc/mc/mc-4.8.19.ebuild @@ -8,7 +8,7 @@ inherit autotools eutils flag-o-matic MY_P=${P/_/-} DESCRIPTION="GNU Midnight Commander is a text based file manager" -HOMEPAGE="http://www.midnight-commander.org" +HOMEPAGE="https://www.midnight-commander.org" SRC_URI="http://ftp.midnight-commander.org/${MY_P}.tar.xz" LICENSE="GPL-3" diff --git a/app-misc/mc/mc-9999.ebuild b/app-misc/mc/mc-9999.ebuild index 0960433d8f1..1f19e217d3a 100644 --- a/app-misc/mc/mc-9999.ebuild +++ b/app-misc/mc/mc-9999.ebuild @@ -4,7 +4,7 @@ EAPI=6 if [[ ${PV} = *9999* ]]; then - EGIT_REPO_URI="git://github.com/MidnightCommander/mc.git https://github.com/MidnightCommander/mc.git git://repo.or.cz/midnight-commander.git" + EGIT_REPO_URI="https://github.com/MidnightCommander/mc.git git://repo.or.cz/midnight-commander.git" LIVE_ECLASSES="git-r3 autotools" LIVE_EBUILD=yes fi @@ -19,7 +19,7 @@ if [[ -z ${LIVE_EBUILD} ]]; then fi DESCRIPTION="GNU Midnight Commander is a text based file manager" -HOMEPAGE="http://www.midnight-commander.org" +HOMEPAGE="https://www.midnight-commander.org" LICENSE="GPL-3" SLOT="0"