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-tumblelog/
Date: Sun, 30 Jul 2017 09:23:05
Message-Id: 1501406568.596877313920bfc42abd95c24f94f00a886f0821.mgorny@gentoo
1 commit: 596877313920bfc42abd95c24f94f00a886f0821
2 Author: David Hicks <david <AT> hicks <DOT> id <DOT> au>
3 AuthorDate: Sat Jul 29 15:03:20 2017 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Jul 30 09:22:48 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=59687731
7
8 www-apps/blohg-tumblelog: use HTTPS for GitHub
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.3
11
12 www-apps/blohg-tumblelog/blohg-tumblelog-0.2.ebuild | 5 ++---
13 www-apps/blohg-tumblelog/blohg-tumblelog-9999.ebuild | 5 ++---
14 2 files changed, 4 insertions(+), 6 deletions(-)
15
16 diff --git a/www-apps/blohg-tumblelog/blohg-tumblelog-0.2.ebuild b/www-apps/blohg-tumblelog/blohg-tumblelog-0.2.ebuild
17 index 2e9df279df4..068364304c3 100644
18 --- a/www-apps/blohg-tumblelog/blohg-tumblelog-0.2.ebuild
19 +++ b/www-apps/blohg-tumblelog/blohg-tumblelog-0.2.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/blohg-tumblelog.git
31 - https://github.com/rafaelmartins/blohg-tumblelog.git"
32 + EGIT_REPO_URI="https://github.com/rafaelmartins/${PN}.git"
33 inherit git-r3
34 fi
35
36
37 diff --git a/www-apps/blohg-tumblelog/blohg-tumblelog-9999.ebuild b/www-apps/blohg-tumblelog/blohg-tumblelog-9999.ebuild
38 index 2e9df279df4..068364304c3 100644
39 --- a/www-apps/blohg-tumblelog/blohg-tumblelog-9999.ebuild
40 +++ b/www-apps/blohg-tumblelog/blohg-tumblelog-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/blohg-tumblelog.git
52 - https://github.com/rafaelmartins/blohg-tumblelog.git"
53 + EGIT_REPO_URI="https://github.com/rafaelmartins/${PN}.git"
54 inherit git-r3
55 fi