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-notificationd/
Date: Fri, 11 May 2018 21:56:26
Message-Id: 1526075768.25e2ff15da75b60807e3bea6ba3d993f08206364.monsieurp@gentoo
1 commit: 25e2ff15da75b60807e3bea6ba3d993f08206364
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Mon May 7 19:05:54 2018 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Fri May 11 21:56:08 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=25e2ff15
7
8 lxqt-base/lxqt-notificationd: use HTTPS.
9
10 lxqt-base/lxqt-notificationd/lxqt-notificationd-0.11.0.ebuild | 4 ++--
11 1 file changed, 2 insertions(+), 2 deletions(-)
12
13 diff --git a/lxqt-base/lxqt-notificationd/lxqt-notificationd-0.11.0.ebuild b/lxqt-base/lxqt-notificationd/lxqt-notificationd-0.11.0.ebuild
14 index ed3229c4ebc..b7eae03c514 100644
15 --- a/lxqt-base/lxqt-notificationd/lxqt-notificationd-0.11.0.ebuild
16 +++ b/lxqt-base/lxqt-notificationd/lxqt-notificationd-0.11.0.ebuild
17 @@ -5,11 +5,11 @@ EAPI=5
18 inherit cmake-utils
19
20 DESCRIPTION="LXQt notification daemon and library"
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"