Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: lxqt-base/lxqt-panel/
Date: Fri, 11 May 2018 21:56:26
Message-Id: 1526075769.60681e131dca6f09998b493792c8dccf5cda2a2e.monsieurp@gentoo
1 commit: 60681e131dca6f09998b493792c8dccf5cda2a2e
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Mon May 7 19:06:20 2018 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Fri May 11 21:56:09 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=60681e13
7
8 lxqt-base/lxqt-panel: use HTTPS.
9
10 lxqt-base/lxqt-panel/lxqt-panel-0.11.0.ebuild | 4 ++--
11 1 file changed, 2 insertions(+), 2 deletions(-)
12
13 diff --git a/lxqt-base/lxqt-panel/lxqt-panel-0.11.0.ebuild b/lxqt-base/lxqt-panel/lxqt-panel-0.11.0.ebuild
14 index b4aa45d29c5..f37be9fee9f 100644
15 --- a/lxqt-base/lxqt-panel/lxqt-panel-0.11.0.ebuild
16 +++ b/lxqt-base/lxqt-panel/lxqt-panel-0.11.0.ebuild
17 @@ -5,11 +5,11 @@ EAPI=5
18 inherit cmake-utils
19
20 DESCRIPTION="LXQt desktop panel and plugins"
21 -HOMEPAGE="http://lxqt.org/"
22 +HOMEPAGE="https://lxqt.org"
23
24 if [[ ${PV} = *9999* ]]; then
25 inherit git-r3
26 - EGIT_REPO_URI="git://git.lxde.org/git/lxde/${PN}.git"
27 + EGIT_REPO_URI="https://git.lxde.org/git/lxde/${PN}.git"
28 else
29 SRC_URI="https://downloads.lxqt.org/downloads/${PN}/${PV}/${P}.tar.xz"
30 KEYWORDS="amd64 ~arm ~arm64 x86"