Gentoo Archives: gentoo-commits

From: Aaron Bauman <bman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/openlp/
Date: Mon, 26 Mar 2018 19:18:14
Message-Id: 1522091729.8606abd5dcb2bfe952f7f5b6afcb118b7697cfd5.bman@gentoo
1 commit: 8606abd5dcb2bfe952f7f5b6afcb118b7697cfd5
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Wed Mar 21 19:45:34 2018 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Mon Mar 26 19:15:29 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8606abd5
7
8 app-text/openlp: use HTTPS
9
10 Closes: https://github.com/gentoo/gentoo/pull/7539
11
12 app-text/openlp/openlp-2.4.2.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/app-text/openlp/openlp-2.4.2.ebuild b/app-text/openlp/openlp-2.4.2.ebuild
16 index eb72deb54d7..bc37f2d34a1 100644
17 --- a/app-text/openlp/openlp-2.4.2.ebuild
18 +++ b/app-text/openlp/openlp-2.4.2.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2017 Gentoo Foundation
21 +# Copyright 1999-2018 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=5
25 @@ -9,7 +9,7 @@ PYTHON_REQ_USE='sqlite'
26 inherit distutils-r1
27
28 DESCRIPTION="Free church presentation software"
29 -HOMEPAGE="http://openlp.org/"
30 +HOMEPAGE="https://openlp.org/"
31 SRC_URI="https://get.openlp.org/${PV}/OpenLP-${PV}.tar.gz"
32
33 LICENSE="GPL-2"