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