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-python/rtslib/
Date: Sun, 30 Jul 2017 09:16:01
Message-Id: 1501406144.6e52272db2fe3062d64554f295366faf9a181b43.mgorny@gentoo
1 commit: 6e52272db2fe3062d64554f295366faf9a181b43
2 Author: David Hicks <david <AT> hicks <DOT> id <DOT> au>
3 AuthorDate: Sat Jul 29 10:31:21 2017 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Jul 30 09:15:44 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e52272d
7
8 dev-python/rtslib: use HTTPS for GitHub
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.3
11
12 dev-python/rtslib/rtslib-3.0_pre4.ebuild | 5 ++---
13 dev-python/rtslib/rtslib-9999.ebuild | 5 ++---
14 2 files changed, 4 insertions(+), 6 deletions(-)
15
16 diff --git a/dev-python/rtslib/rtslib-3.0_pre4.ebuild b/dev-python/rtslib/rtslib-3.0_pre4.ebuild
17 index d06b7d24258..6d946acafaf 100644
18 --- a/dev-python/rtslib/rtslib-3.0_pre4.ebuild
19 +++ b/dev-python/rtslib/rtslib-3.0_pre4.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2016 Gentoo Foundation
22 +# Copyright 1999-2017 Gentoo Foundation
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=6
26 @@ -16,8 +16,7 @@ IUSE=""
27
28 if [[ ${PV} == 9999 ]]; then
29 inherit git-r3
30 - EGIT_REPO_URI="git://github.com/Datera/${PN}.git
31 - https://github.com/Datera/${PN}.git"
32 + EGIT_REPO_URI="https://github.com/Datera/${PN}.git"
33 KEYWORDS=""
34 else
35 MY_PV=${PV/_/-}
36
37 diff --git a/dev-python/rtslib/rtslib-9999.ebuild b/dev-python/rtslib/rtslib-9999.ebuild
38 index d06b7d24258..6d946acafaf 100644
39 --- a/dev-python/rtslib/rtslib-9999.ebuild
40 +++ b/dev-python/rtslib/rtslib-9999.ebuild
41 @@ -1,4 +1,4 @@
42 -# Copyright 1999-2016 Gentoo Foundation
43 +# Copyright 1999-2017 Gentoo Foundation
44 # Distributed under the terms of the GNU General Public License v2
45
46 EAPI=6
47 @@ -16,8 +16,7 @@ IUSE=""
48
49 if [[ ${PV} == 9999 ]]; then
50 inherit git-r3
51 - EGIT_REPO_URI="git://github.com/Datera/${PN}.git
52 - https://github.com/Datera/${PN}.git"
53 + EGIT_REPO_URI="https://github.com/Datera/${PN}.git"
54 KEYWORDS=""
55 else
56 MY_PV=${PV/_/-}