Gentoo Archives: gentoo-commits

From: Jeroen Roovers <jer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/shigofumi/
Date: Thu, 04 Apr 2019 09:26:49
Message-Id: 1554370001.5599e045f440870b44315bc066206c5dde32ebe5.jer@gentoo
1 commit: 5599e045f440870b44315bc066206c5dde32ebe5
2 Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
3 AuthorDate: Thu Apr 4 09:26:29 2019 +0000
4 Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
5 CommitDate: Thu Apr 4 09:26:41 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5599e045
7
8 net-misc/shigofumi: Switch to HTTPS in EGIT_REPO_URI
9
10 Package-Manager: Portage-2.3.62, Repoman-2.3.12
11 Signed-off-by: Jeroen Roovers <jer <AT> gentoo.org>
12
13 net-misc/shigofumi/shigofumi-0.3-r1.ebuild | 4 ++--
14 net-misc/shigofumi/shigofumi-9999.ebuild | 4 ++--
15 2 files changed, 4 insertions(+), 4 deletions(-)
16
17 diff --git a/net-misc/shigofumi/shigofumi-0.3-r1.ebuild b/net-misc/shigofumi/shigofumi-0.3-r1.ebuild
18 index 1c7d25f0f8b..8667bb035c0 100644
19 --- a/net-misc/shigofumi/shigofumi-0.3-r1.ebuild
20 +++ b/net-misc/shigofumi/shigofumi-0.3-r1.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2018 Gentoo Foundation
23 +# Copyright 1999-2019 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=6
27 @@ -9,7 +9,7 @@ inherit autotools
28 DESCRIPTION="Command line client for ISDS"
29 HOMEPAGE="http://xpisar.wz.cz/shigofumi/"
30 if [[ ${PV} = 9999* ]]; then
31 - EGIT_REPO_URI='git://repo.or.cz/shigofumi.git'
32 + EGIT_REPO_URI='https://repo.or.cz/shigofumi.git'
33 inherit git-r3
34 else
35 SRC_URI="http://xpisar.wz.cz/${PN}/dist/${P}.tar.bz2"
36
37 diff --git a/net-misc/shigofumi/shigofumi-9999.ebuild b/net-misc/shigofumi/shigofumi-9999.ebuild
38 index 1c7d25f0f8b..8667bb035c0 100644
39 --- a/net-misc/shigofumi/shigofumi-9999.ebuild
40 +++ b/net-misc/shigofumi/shigofumi-9999.ebuild
41 @@ -1,4 +1,4 @@
42 -# Copyright 1999-2018 Gentoo Foundation
43 +# Copyright 1999-2019 Gentoo Authors
44 # Distributed under the terms of the GNU General Public License v2
45
46 EAPI=6
47 @@ -9,7 +9,7 @@ inherit autotools
48 DESCRIPTION="Command line client for ISDS"
49 HOMEPAGE="http://xpisar.wz.cz/shigofumi/"
50 if [[ ${PV} = 9999* ]]; then
51 - EGIT_REPO_URI='git://repo.or.cz/shigofumi.git'
52 + EGIT_REPO_URI='https://repo.or.cz/shigofumi.git'
53 inherit git-r3
54 else
55 SRC_URI="http://xpisar.wz.cz/${PN}/dist/${P}.tar.bz2"