Gentoo Archives: gentoo-commits

From: Alon Bar-Lev <alonbl@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/xca/
Date: Sat, 15 Sep 2018 16:59:07
Message-Id: 1537029490.969d4fc2f0a17f5e758f7bb4fa6753ee676db697.alonbl@gentoo
1 commit: 969d4fc2f0a17f5e758f7bb4fa6753ee676db697
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Sat Sep 15 15:15:43 2018 +0000
4 Commit: Alon Bar-Lev <alonbl <AT> gentoo <DOT> org>
5 CommitDate: Sat Sep 15 16:38:10 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=969d4fc2
7
8 app-crypt/xca: use HTTPS for home page
9
10 Closes: https://github.com/gentoo/gentoo/pull/9874
11
12 app-crypt/xca/xca-1.4.1.ebuild | 2 +-
13 app-crypt/xca/xca-2.1.0.ebuild | 2 +-
14 2 files changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/app-crypt/xca/xca-1.4.1.ebuild b/app-crypt/xca/xca-1.4.1.ebuild
17 index 894cba578be..27a4d7c8af8 100644
18 --- a/app-crypt/xca/xca-1.4.1.ebuild
19 +++ b/app-crypt/xca/xca-1.4.1.ebuild
20 @@ -6,7 +6,7 @@ EAPI="6"
21 inherit xdg-utils
22
23 DESCRIPTION="A GUI to OpenSSL, RSA public keys, certificates, signing requests etc"
24 -HOMEPAGE="http://hohnstaedt.de/xca/"
25 +HOMEPAGE="https://hohnstaedt.de/xca/"
26 SRC_URI="https://github.com/chris2511/${PN}/releases/download/RELEASE.${PV}/${P}.tar.gz"
27
28 LICENSE="BSD"
29
30 diff --git a/app-crypt/xca/xca-2.1.0.ebuild b/app-crypt/xca/xca-2.1.0.ebuild
31 index 1577add7f67..083396d5b9e 100644
32 --- a/app-crypt/xca/xca-2.1.0.ebuild
33 +++ b/app-crypt/xca/xca-2.1.0.ebuild
34 @@ -6,7 +6,7 @@ EAPI="6"
35 inherit xdg-utils
36
37 DESCRIPTION="A GUI to OpenSSL, RSA public keys, certificates, signing requests etc"
38 -HOMEPAGE="http://hohnstaedt.de/xca/"
39 +HOMEPAGE="https://hohnstaedt.de/xca/"
40 SRC_URI="https://github.com/chris2511/${PN}/releases/download/RELEASE.${PV}/${P}.tar.gz"
41
42 LICENSE="BSD"