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: dev-embedded/stlink/
Date: Sun, 30 Jul 2017 08:48:03
Message-Id: 1501404448.477282eb0a6a425876d943b606db328c67e204f8.mgorny@gentoo
1 commit: 477282eb0a6a425876d943b606db328c67e204f8
2 Author: David Hicks <david <AT> hicks <DOT> id <DOT> au>
3 AuthorDate: Sat Jul 29 07:44:15 2017 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Jul 30 08:47:28 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=477282eb
7
8 dev-embedded/stlink: use HTTPS for GitHub
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.3
11
12 dev-embedded/stlink/stlink-1.4.0.ebuild | 2 +-
13 dev-embedded/stlink/stlink-9999.ebuild | 2 +-
14 2 files changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/dev-embedded/stlink/stlink-1.4.0.ebuild b/dev-embedded/stlink/stlink-1.4.0.ebuild
17 index 6711837c176..c7300459c35 100644
18 --- a/dev-embedded/stlink/stlink-1.4.0.ebuild
19 +++ b/dev-embedded/stlink/stlink-1.4.0.ebuild
20 @@ -8,7 +8,7 @@ inherit cmake-utils udev
21 DESCRIPTION="stm32 discovery line linux programmer"
22 HOMEPAGE="https://github.com/texane/stlink"
23 if [[ ${PV} == "9999" ]]; then
24 - EGIT_REPO_URI="git://github.com/texane/stlink.git"
25 + EGIT_REPO_URI="https://github.com/texane/stlink.git"
26 inherit git-r3
27 else
28 SRC_URI="https://github.com/texane/stlink/archive/${PV}/${P}.tar.gz"
29
30 diff --git a/dev-embedded/stlink/stlink-9999.ebuild b/dev-embedded/stlink/stlink-9999.ebuild
31 index 6711837c176..c7300459c35 100644
32 --- a/dev-embedded/stlink/stlink-9999.ebuild
33 +++ b/dev-embedded/stlink/stlink-9999.ebuild
34 @@ -8,7 +8,7 @@ inherit cmake-utils udev
35 DESCRIPTION="stm32 discovery line linux programmer"
36 HOMEPAGE="https://github.com/texane/stlink"
37 if [[ ${PV} == "9999" ]]; then
38 - EGIT_REPO_URI="git://github.com/texane/stlink.git"
39 + EGIT_REPO_URI="https://github.com/texane/stlink.git"
40 inherit git-r3
41 else
42 SRC_URI="https://github.com/texane/stlink/archive/${PV}/${P}.tar.gz"