Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/qlcplus/
Date: Sat, 27 Oct 2018 15:57:21
Message-Id: 1540655804.fa2f6ac5012fa310247bb905f38c4e77188faa8c.asturm@gentoo
1 commit: fa2f6ac5012fa310247bb905f38c4e77188faa8c
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Sat Sep 15 15:16:40 2018 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 27 15:56:44 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa2f6ac5
7
8 app-misc/qlcplus: use HTTPS
9
10 Closes: https://bugs.gentoo.org/667868
11 Closes: https://github.com/gentoo/gentoo/pull/9873
12 Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
13 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
14
15 app-misc/qlcplus/qlcplus-4.11.1.ebuild | 6 +++---
16 1 file changed, 3 insertions(+), 3 deletions(-)
17
18 diff --git a/app-misc/qlcplus/qlcplus-4.11.1.ebuild b/app-misc/qlcplus/qlcplus-4.11.1.ebuild
19 index de801605d29..3f618215d18 100644
20 --- a/app-misc/qlcplus/qlcplus-4.11.1.ebuild
21 +++ b/app-misc/qlcplus/qlcplus-4.11.1.ebuild
22 @@ -1,12 +1,12 @@
23 -# Copyright 1999-2018 Gentoo Foundation
24 +# Copyright 1999-2018 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 EAPI=6
28
29 inherit qmake-utils udev vcs-snapshot virtualx xdg
30
31 -DESCRIPTION="QLC+ - Q Light Controller Plus to control DMX interfaces"
32 -HOMEPAGE="http://www.qlcplus.org/"
33 +DESCRIPTION="A software to control DMX or analog lighting systems"
34 +HOMEPAGE="https://www.qlcplus.org/"
35 SRC_URI="https://github.com/mcallegari/${PN}/archive/QLC+_${PV}.tar.gz -> ${P}.tar.gz"
36
37 LICENSE="Apache-2.0"