Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-electronics/librepcb/
Date: Tue, 05 Feb 2019 22:38:28
Message-Id: 1549405867.7da6143e99bdbb03c9087fa12e9a1f562517fd9c.monsieurp@gentoo
1 commit: 7da6143e99bdbb03c9087fa12e9a1f562517fd9c
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Sat Feb 2 15:51:28 2019 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 5 22:31:07 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7da6143e
7
8 sci-electronics/librepcb: use HTTPS.
9
10 Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
11 Closes: https://github.com/gentoo/gentoo/pull/10965
12 Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>
13
14 sci-electronics/librepcb/librepcb-0.1.0_p201805.ebuild | 4 ++--
15 sci-electronics/librepcb/librepcb-9999.ebuild | 4 ++--
16 2 files changed, 4 insertions(+), 4 deletions(-)
17
18 diff --git a/sci-electronics/librepcb/librepcb-0.1.0_p201805.ebuild b/sci-electronics/librepcb/librepcb-0.1.0_p201805.ebuild
19 index ce42f1f85ac..c4b45e1d718 100644
20 --- a/sci-electronics/librepcb/librepcb-0.1.0_p201805.ebuild
21 +++ b/sci-electronics/librepcb/librepcb-0.1.0_p201805.ebuild
22 @@ -1,4 +1,4 @@
23 -# Copyright 1999-2018 Gentoo Foundation
24 +# Copyright 1999-2019 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 EAPI=6
28 @@ -6,7 +6,7 @@ EAPI=6
29 inherit qmake-utils
30
31 DESCRIPTION="Free EDA software to develop printed circuit boards"
32 -HOMEPAGE="http://librepcb.org/"
33 +HOMEPAGE="https://librepcb.org/"
34 MY_P="LibrePCB-first_pcb"
35 SRC_URI="https://github.com/LibrePCB/LibrePCB/archive/first_pcb.tar.gz -> ${MY_P}.tar.gz"
36
37
38 diff --git a/sci-electronics/librepcb/librepcb-9999.ebuild b/sci-electronics/librepcb/librepcb-9999.ebuild
39 index f33d53c8b45..433dfcae1aa 100644
40 --- a/sci-electronics/librepcb/librepcb-9999.ebuild
41 +++ b/sci-electronics/librepcb/librepcb-9999.ebuild
42 @@ -1,4 +1,4 @@
43 -# Copyright 1999-2018 Gentoo Foundation
44 +# Copyright 1999-2019 Gentoo Authors
45 # Distributed under the terms of the GNU General Public License v2
46
47 EAPI=6
48 @@ -6,7 +6,7 @@ EAPI=6
49 inherit qmake-utils git-r3
50
51 DESCRIPTION="Free EDA software to develop printed circuit boards"
52 -HOMEPAGE="http://librepcb.org/"
53 +HOMEPAGE="https://librepcb.org/"
54 EGIT_REPO_URI="https://github.com/LibrePCB/LibrePCB.git"
55
56 LICENSE="GPL-3+"