Gentoo Archives: gentoo-commits

From: Florian Schmaus <flow@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/tigervnc/
Date: Sun, 03 Apr 2022 10:02:46
Message-Id: 1648980122.53edf37c81d157316a662c1deab272507edd4eda.flow@gentoo
1 commit: 53edf37c81d157316a662c1deab272507edd4eda
2 Author: Florian Schmaus <flow <AT> gentoo <DOT> org>
3 AuthorDate: Sun Apr 3 10:02:02 2022 +0000
4 Commit: Florian Schmaus <flow <AT> gentoo <DOT> org>
5 CommitDate: Sun Apr 3 10:02:02 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=53edf37c
7
8 net-misc/tigervnc: Use https HOMEPAGE
9
10 Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>
11
12 net-misc/tigervnc/tigervnc-1.12.0-r5.ebuild | 2 +-
13 net-misc/tigervnc/tigervnc-9999.ebuild | 2 +-
14 2 files changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/net-misc/tigervnc/tigervnc-1.12.0-r5.ebuild b/net-misc/tigervnc/tigervnc-1.12.0-r5.ebuild
17 index 9665552943b5..0b98ec1f8f59 100644
18 --- a/net-misc/tigervnc/tigervnc-1.12.0-r5.ebuild
19 +++ b/net-misc/tigervnc/tigervnc-1.12.0-r5.ebuild
20 @@ -9,7 +9,7 @@ inherit autotools cmake flag-o-matic java-pkg-opt-2 optfeature systemd xdg
21 XSERVER_VERSION="21.1.1"
22
23 DESCRIPTION="Remote desktop viewer display system"
24 -HOMEPAGE="http://www.tigervnc.org"
25 +HOMEPAGE="https://www.tigervnc.org"
26 SRC_URI="https://github.com/TigerVNC/tigervnc/archive/v${PV}.tar.gz -> ${P}.tar.gz
27 server? (
28 ftp://ftp.freedesktop.org/pub/xorg/individual/xserver/xorg-server-${XSERVER_VERSION}.tar.xz
29
30 diff --git a/net-misc/tigervnc/tigervnc-9999.ebuild b/net-misc/tigervnc/tigervnc-9999.ebuild
31 index 53fc1b9c571d..90b341d3f1e9 100644
32 --- a/net-misc/tigervnc/tigervnc-9999.ebuild
33 +++ b/net-misc/tigervnc/tigervnc-9999.ebuild
34 @@ -9,7 +9,7 @@ inherit autotools cmake flag-o-matic git-r3 systemd xdg
35 XSERVER_VERSION="21.1.1"
36
37 DESCRIPTION="Remote desktop viewer display system"
38 -HOMEPAGE="http://www.tigervnc.org"
39 +HOMEPAGE="https://www.tigervnc.org"
40 SRC_URI="server? ( ftp://ftp.freedesktop.org/pub/xorg/individual/xserver/xorg-server-${XSERVER_VERSION}.tar.xz )"
41 EGIT_REPO_URI="https://github.com/TigerVNC/tigervnc/"