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: sys-cluster/crmsh/
Date: Sun, 30 Jul 2017 09:23:09
Message-Id: 1501406567.316990c9e8f1f572461b34b0e323e28bf04ff5c5.mgorny@gentoo
1 commit: 316990c9e8f1f572461b34b0e323e28bf04ff5c5
2 Author: David Hicks <david <AT> hicks <DOT> id <DOT> au>
3 AuthorDate: Sat Jul 29 14:57:10 2017 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Jul 30 09:22:47 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=316990c9
7
8 sys-cluster/crmsh: use HTTPS for GitHub
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.3
11
12 sys-cluster/crmsh/crmsh-2.1.1.ebuild | 6 +++---
13 1 file changed, 3 insertions(+), 3 deletions(-)
14
15 diff --git a/sys-cluster/crmsh/crmsh-2.1.1.ebuild b/sys-cluster/crmsh/crmsh-2.1.1.ebuild
16 index 8f5a4f76184..b47b5686681 100644
17 --- a/sys-cluster/crmsh/crmsh-2.1.1.ebuild
18 +++ b/sys-cluster/crmsh/crmsh-2.1.1.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2015 Gentoo Foundation
21 +# Copyright 1999-2017 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=5
25 @@ -10,7 +10,7 @@ KEYWORDS=""
26 SRC_URI=""
27
28 if [[ ${PV} == *9999 ]]; then
29 - EGIT_REPO_URI="git://github.com/crmsh/crmsh"
30 + EGIT_REPO_URI="https://github.com/crmsh/crmsh"
31 inherit git-2
32 S="${WORKDIR}/${PN}-${MY_TREE}"
33 else
34 @@ -21,7 +21,7 @@ fi
35 inherit autotools-utils python-r1
36
37 DESCRIPTION="Pacemaker command line interface for management and configuration"
38 -HOMEPAGE="http://crmsh.github.io/"
39 +HOMEPAGE="https://crmsh.github.io/"
40
41 LICENSE="GPL-2"
42 SLOT="0"