Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/mc/
Date: Sun, 30 Jul 2017 08:47:52
Message-Id: 1501404395.9caca4140b2e9fe97b8916c2934d93a297202c05.mgorny@gentoo
1 commit: 9caca4140b2e9fe97b8916c2934d93a297202c05
2 Author: David Hicks <david <AT> hicks <DOT> id <DOT> au>
3 AuthorDate: Sat Jul 29 01:05:08 2017 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Jul 30 08:46:35 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9caca414
7
8 app-misc/mc: use HTTPS for GitHub and HOMEPAGE domain
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.3
11
12 app-misc/mc/mc-4.8.15.ebuild | 2 +-
13 app-misc/mc/mc-4.8.18-r1.ebuild | 2 +-
14 app-misc/mc/mc-4.8.19.ebuild | 2 +-
15 app-misc/mc/mc-9999.ebuild | 4 ++--
16 4 files changed, 5 insertions(+), 5 deletions(-)
17
18 diff --git a/app-misc/mc/mc-4.8.15.ebuild b/app-misc/mc/mc-4.8.15.ebuild
19 index 79d6568e218..c01cae5c612 100644
20 --- a/app-misc/mc/mc-4.8.15.ebuild
21 +++ b/app-misc/mc/mc-4.8.15.ebuild
22 @@ -8,7 +8,7 @@ inherit autotools eutils flag-o-matic
23 MY_P=${P/_/-}
24
25 DESCRIPTION="GNU Midnight Commander is a text based file manager"
26 -HOMEPAGE="http://www.midnight-commander.org"
27 +HOMEPAGE="https://www.midnight-commander.org"
28 SRC_URI="http://www.midnight-commander.org/downloads/${MY_P}.tar.xz"
29
30 LICENSE="GPL-3"
31
32 diff --git a/app-misc/mc/mc-4.8.18-r1.ebuild b/app-misc/mc/mc-4.8.18-r1.ebuild
33 index abb19f55b67..024c7dcdd49 100644
34 --- a/app-misc/mc/mc-4.8.18-r1.ebuild
35 +++ b/app-misc/mc/mc-4.8.18-r1.ebuild
36 @@ -8,7 +8,7 @@ inherit autotools eutils flag-o-matic
37 MY_P=${P/_/-}
38
39 DESCRIPTION="GNU Midnight Commander is a text based file manager"
40 -HOMEPAGE="http://www.midnight-commander.org"
41 +HOMEPAGE="https://www.midnight-commander.org"
42 SRC_URI="http://ftp.midnight-commander.org/${MY_P}.tar.xz"
43
44 LICENSE="GPL-3"
45
46 diff --git a/app-misc/mc/mc-4.8.19.ebuild b/app-misc/mc/mc-4.8.19.ebuild
47 index d1cbdd0b38b..a494288fc52 100644
48 --- a/app-misc/mc/mc-4.8.19.ebuild
49 +++ b/app-misc/mc/mc-4.8.19.ebuild
50 @@ -8,7 +8,7 @@ inherit autotools eutils flag-o-matic
51 MY_P=${P/_/-}
52
53 DESCRIPTION="GNU Midnight Commander is a text based file manager"
54 -HOMEPAGE="http://www.midnight-commander.org"
55 +HOMEPAGE="https://www.midnight-commander.org"
56 SRC_URI="http://ftp.midnight-commander.org/${MY_P}.tar.xz"
57
58 LICENSE="GPL-3"
59
60 diff --git a/app-misc/mc/mc-9999.ebuild b/app-misc/mc/mc-9999.ebuild
61 index 0960433d8f1..1f19e217d3a 100644
62 --- a/app-misc/mc/mc-9999.ebuild
63 +++ b/app-misc/mc/mc-9999.ebuild
64 @@ -4,7 +4,7 @@
65 EAPI=6
66
67 if [[ ${PV} = *9999* ]]; then
68 - EGIT_REPO_URI="git://github.com/MidnightCommander/mc.git https://github.com/MidnightCommander/mc.git git://repo.or.cz/midnight-commander.git"
69 + EGIT_REPO_URI="https://github.com/MidnightCommander/mc.git git://repo.or.cz/midnight-commander.git"
70 LIVE_ECLASSES="git-r3 autotools"
71 LIVE_EBUILD=yes
72 fi
73 @@ -19,7 +19,7 @@ if [[ -z ${LIVE_EBUILD} ]]; then
74 fi
75
76 DESCRIPTION="GNU Midnight Commander is a text based file manager"
77 -HOMEPAGE="http://www.midnight-commander.org"
78 +HOMEPAGE="https://www.midnight-commander.org"
79
80 LICENSE="GPL-3"
81 SLOT="0"