Gentoo Archives: gentoo-commits

From: Joonas Niilola <juippis@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/chrome-remote-desktop/
Date: Sat, 01 Feb 2020 07:52:30
Message-Id: 1580543528.03b88cdb7726dc12947c7cd0de007505510966dc.juippis@gentoo
1 commit: 03b88cdb7726dc12947c7cd0de007505510966dc
2 Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
3 AuthorDate: Sat Feb 1 07:52:08 2020 +0000
4 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
5 CommitDate: Sat Feb 1 07:52:08 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=03b88cdb
7
8 net-misc/chrome-remote-desktop: fix CI issues
9
10 - MissingSlash,
11 - VariableInHomepage.
12
13 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
14
15 .../chrome-remote-desktop/chrome-remote-desktop-80.0.3987.18.ebuild | 5 +++--
16 1 file changed, 3 insertions(+), 2 deletions(-)
17
18 diff --git a/net-misc/chrome-remote-desktop/chrome-remote-desktop-80.0.3987.18.ebuild b/net-misc/chrome-remote-desktop/chrome-remote-desktop-80.0.3987.18.ebuild
19 index 1811ba66f48..a4c723ac7f2 100644
20 --- a/net-misc/chrome-remote-desktop/chrome-remote-desktop-80.0.3987.18.ebuild
21 +++ b/net-misc/chrome-remote-desktop/chrome-remote-desktop-80.0.3987.18.ebuild
22 @@ -22,7 +22,8 @@ inherit unpacker eutils python-single-r1 l10n
23
24 DESCRIPTION="access remote computers via Chrome!"
25 PLUGIN_URL="https://chrome.google.com/remotedesktop"
26 -HOMEPAGE="https://support.google.com/chrome/answer/1649523 ${PLUGIN_URL}"
27 +HOMEPAGE="https://support.google.com/chrome/answer/1649523
28 + https://chrome.google.com/remotedesktop"
29 BASE_URI="https://dl.google.com/linux/chrome-remote-desktop/deb/pool/main/c/${PN}/${PN}_${PV}"
30 SRC_URI="amd64? ( ${BASE_URI}_amd64.deb )"
31
32 @@ -125,7 +126,7 @@ pkg_postinst() {
33 elog "(2) headless system"
34 elog " (a) install the Chrome plugin on the client:"
35 elog " ${PLUGIN_URL}"
36 - elog " (b) run ${EPREFIX}opt/google/chrome-remote-desktop/start-host --help to get the auth URL"
37 + elog " (b) run ${EPREFIX}/opt/google/chrome-remote-desktop/start-host --help to get the auth URL"
38 elog " (c) when it redirects you to a blank page, look at the URL for a code=XXX field"
39 elog " (d) run start-host again, and past the code when asked for an authorization code"
40 elog " (e) on the client, connect to the server"