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: www-apps/blohg/
Date: Sun, 30 Jul 2017 09:23:06
Message-Id: 1501406567.0695daf0bb5a5b5511d34443e8a2c4c008c8f862.mgorny@gentoo
1 commit: 0695daf0bb5a5b5511d34443e8a2c4c008c8f862
2 Author: David Hicks <david <AT> hicks <DOT> id <DOT> au>
3 AuthorDate: Sat Jul 29 15:01:52 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=0695daf0
7
8 www-apps/blohg: use HTTPS for GitHub
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.3
11
12 www-apps/blohg/blohg-0.13-r2.ebuild | 5 ++---
13 www-apps/blohg/blohg-9999.ebuild | 5 ++---
14 2 files changed, 4 insertions(+), 6 deletions(-)
15
16 diff --git a/www-apps/blohg/blohg-0.13-r2.ebuild b/www-apps/blohg/blohg-0.13-r2.ebuild
17 index 8119bd49897..f75ca8fc1b1 100644
18 --- a/www-apps/blohg/blohg-0.13-r2.ebuild
19 +++ b/www-apps/blohg/blohg-0.13-r2.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 @@ -8,8 +8,7 @@ PYTHON_COMPAT=( python2_7 )
27 GIT_ECLASS=""
28 if [[ ${PV} = *9999* ]]; then
29 GIT_ECLASS="git-r3"
30 - EGIT_REPO_URI="git://github.com/rafaelmartins/blohg.git
31 - https://github.com/rafaelmartins/blohg"
32 + EGIT_REPO_URI="https://github.com/rafaelmartins/blohg"
33 fi
34
35 inherit distutils-r1 ${GIT_ECLASS}
36
37 diff --git a/www-apps/blohg/blohg-9999.ebuild b/www-apps/blohg/blohg-9999.ebuild
38 index b049df4015c..5eb61884b79 100644
39 --- a/www-apps/blohg/blohg-9999.ebuild
40 +++ b/www-apps/blohg/blohg-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 @@ -8,8 +8,7 @@ PYTHON_COMPAT=( python2_7 )
48 GIT_ECLASS=""
49 if [[ ${PV} = *9999* ]]; then
50 GIT_ECLASS="git-r3"
51 - EGIT_REPO_URI="git://github.com/rafaelmartins/blohg.git
52 - https://github.com/rafaelmartins/blohg"
53 + EGIT_REPO_URI="https://github.com/rafaelmartins/blohg"
54 fi
55
56 inherit distutils-r1 ${GIT_ECLASS}