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-misc/pdfpc/
Date: Wed, 20 Mar 2019 20:27:40
Message-Id: 1553113630.3f47781635de4d1c020997ca1c245df43572ecce.bman@gentoo
1 commit: 3f47781635de4d1c020997ca1c245df43572ecce
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Wed Mar 13 18:07:48 2019 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Wed Mar 20 20:27:10 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f477816
7
8 app-misc/pdfpc: use HTTPS
9
10 Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
11 Closes: https://github.com/gentoo/gentoo/pull/11357
12 Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
13
14 app-misc/pdfpc/pdfpc-4.3.0.ebuild | 2 +-
15 app-misc/pdfpc/pdfpc-4.3.2.ebuild | 2 +-
16 2 files changed, 2 insertions(+), 2 deletions(-)
17
18 diff --git a/app-misc/pdfpc/pdfpc-4.3.0.ebuild b/app-misc/pdfpc/pdfpc-4.3.0.ebuild
19 index c7c93c172f1..2268d0460d9 100644
20 --- a/app-misc/pdfpc/pdfpc-4.3.0.ebuild
21 +++ b/app-misc/pdfpc/pdfpc-4.3.0.ebuild
22 @@ -9,7 +9,7 @@ VALA_MAX_API_VERSION="0.36" # fix sed line if you increase this
23 inherit vala cmake-utils
24
25 DESCRIPTION="Presenter console with multi-monitor support for PDF files"
26 -HOMEPAGE="http://pdfpc.github.io"
27 +HOMEPAGE="https://pdfpc.github.io"
28 SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
29
30 LICENSE="GPL-2"
31
32 diff --git a/app-misc/pdfpc/pdfpc-4.3.2.ebuild b/app-misc/pdfpc/pdfpc-4.3.2.ebuild
33 index acb64556e3f..8de1c1444c1 100644
34 --- a/app-misc/pdfpc/pdfpc-4.3.2.ebuild
35 +++ b/app-misc/pdfpc/pdfpc-4.3.2.ebuild
36 @@ -9,7 +9,7 @@ VALA_MAX_API_VERSION="0.42" # fix sed line if you increase this
37 inherit vala cmake-utils
38
39 DESCRIPTION="Presenter console with multi-monitor support for PDF files"
40 -HOMEPAGE="http://pdfpc.github.io"
41 +HOMEPAGE="https://pdfpc.github.io"
42 SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
43
44 LICENSE="GPL-2+"