app-misc/mc: use HTTPS for GitHub and HOMEPAGE domain
authorDavid Hicks <david@hicks.id.au>
Sat, 29 Jul 2017 01:05:08 +0000 (11:05 +1000)
committerMichał Górny <mgorny@gentoo.org>
Sun, 30 Jul 2017 08:46:35 +0000 (10:46 +0200)
Package-Manager: Portage-2.3.6, Repoman-2.3.3

app-misc/mc/mc-4.8.15.ebuild
app-misc/mc/mc-4.8.18-r1.ebuild
app-misc/mc/mc-4.8.19.ebuild
app-misc/mc/mc-9999.ebuild

index 79d6568e218275f89a0ae1ab6486676d1768d5ef..c01cae5c61230a76b0983f187cb51b8405922073 100644 (file)
@@ -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"
index abb19f55b67e456efca63ef59e3fa1856f88f034..024c7dcdd4977ce751208869e7fb7d26d256c59c 100644 (file)
@@ -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"
index d1cbdd0b38bb12543213f6ec145a9b0b12f8a1bd..a494288fc52e6c787f6148f0fc926bb97ba3f3dc 100644 (file)
@@ -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"
index 0960433d8f1bebadfb73fef67380f543a09d93d8..1f19e217d3acdf76c05e83282117145ac96cdd5f 100644 (file)
@@ -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"