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-admin/calamares/
Date: Sun, 30 Jul 2017 08:36:15
Message-Id: 1501403756.383b46fc5381630cceb6cfce5a81887f9b436cbf.mgorny@gentoo
1 commit: 383b46fc5381630cceb6cfce5a81887f9b436cbf
2 Author: David Hicks <david <AT> hicks <DOT> id <DOT> au>
3 AuthorDate: Fri Jul 28 23:24:26 2017 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Jul 30 08:35:56 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=383b46fc
7
8 app-admin/calamares: use HTTPS for GitHub and HOMEPAGE domain
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.3
11
12 app-admin/calamares/calamares-3.1.1.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/app-admin/calamares/calamares-3.1.1.ebuild b/app-admin/calamares/calamares-3.1.1.ebuild
16 index 24ee1588108..2f8dcae242f 100644
17 --- a/app-admin/calamares/calamares-3.1.1.ebuild
18 +++ b/app-admin/calamares/calamares-3.1.1.ebuild
19 @@ -7,9 +7,9 @@ PYTHON_COMPAT=( python{3_4,3_5} )
20 inherit kde5 python-r1
21
22 DESCRIPTION="Distribution-independent installer framework"
23 -HOMEPAGE="http://calamares.io"
24 +HOMEPAGE="https://calamares.io"
25 if [[ ${KDE_BUILD_TYPE} == live ]] ; then
26 - EGIT_REPO_URI="git://github.com/${PN}/${PN}"
27 + EGIT_REPO_URI="https://github.com/${PN}/${PN}"
28 else
29 SRC_URI="https://github.com/${PN}/${PN}/releases/download/v${PV}/${P}.tar.gz"
30 KEYWORDS="~amd64"