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: app-text/blogc/
Date: Sun, 30 Jul 2017 08:47:59
Message-Id: 1501404430.28e12a9e52595dc08f29c6648d49c234407131ca.mgorny@gentoo
1 commit: 28e12a9e52595dc08f29c6648d49c234407131ca
2 Author: David Hicks <david <AT> hicks <DOT> id <DOT> au>
3 AuthorDate: Sat Jul 29 01:35:49 2017 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Jul 30 08:47:10 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=28e12a9e
7
8 app-text/blogc: use HTTPS for GitHub
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.3
11
12 app-text/blogc/blogc-0.12.0.ebuild | 6 ++----
13 app-text/blogc/blogc-9999.ebuild | 6 ++----
14 2 files changed, 4 insertions(+), 8 deletions(-)
15
16 diff --git a/app-text/blogc/blogc-0.12.0.ebuild b/app-text/blogc/blogc-0.12.0.ebuild
17 index b6d246f6e1a..8dfe5bbee96 100644
18 --- a/app-text/blogc/blogc-0.12.0.ebuild
19 +++ b/app-text/blogc/blogc-0.12.0.ebuild
20 @@ -1,12 +1,10 @@
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
27 if [[ ${PV} = *9999* ]]; then
28 - EGIT_REPO_URI="
29 - git://github.com/blogc/blogc.git
30 - https://github.com/blogc/blogc.git"
31 + EGIT_REPO_URI="https://github.com/blogc/blogc.git"
32 inherit git-r3 autotools
33 fi
34
35
36 diff --git a/app-text/blogc/blogc-9999.ebuild b/app-text/blogc/blogc-9999.ebuild
37 index 88945655c49..eab99becb99 100644
38 --- a/app-text/blogc/blogc-9999.ebuild
39 +++ b/app-text/blogc/blogc-9999.ebuild
40 @@ -1,12 +1,10 @@
41 -# Copyright 1999-2016 Gentoo Foundation
42 +# Copyright 1999-2017 Gentoo Foundation
43 # Distributed under the terms of the GNU General Public License v2
44
45 EAPI=6
46
47 if [[ ${PV} = *9999* ]]; then
48 - EGIT_REPO_URI="
49 - git://github.com/blogc/blogc.git
50 - https://github.com/blogc/blogc.git"
51 + EGIT_REPO_URI="https://github.com/blogc/blogc.git"
52 inherit git-r3 autotools
53 fi