Gentoo Archives: gentoo-commits

From: Michael Palimaka <kensington@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/qcustomplot/
Date: Sat, 17 Nov 2018 08:38:59
Message-Id: 1542443925.e6427a7285d0e583145be959ed43710a597a42a4.kensington@gentoo
1 commit: e6427a7285d0e583145be959ed43710a597a42a4
2 Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
3 AuthorDate: Sat Nov 17 08:38:07 2018 +0000
4 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
5 CommitDate: Sat Nov 17 08:38:45 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e6427a72
7
8 dev-libs/qcustomplot: use HTTPS
9
10 Package-Manager: Portage-2.3.51, Repoman-2.3.12
11 Signed-off-by: Michael Palimaka <kensington <AT> gentoo.org>
12
13 dev-libs/qcustomplot/qcustomplot-2.0.0.ebuild | 8 ++++----
14 1 file changed, 4 insertions(+), 4 deletions(-)
15
16 diff --git a/dev-libs/qcustomplot/qcustomplot-2.0.0.ebuild b/dev-libs/qcustomplot/qcustomplot-2.0.0.ebuild
17 index c5e360b617d..3d626c3e118 100644
18 --- a/dev-libs/qcustomplot/qcustomplot-2.0.0.ebuild
19 +++ b/dev-libs/qcustomplot/qcustomplot-2.0.0.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2018 Gentoo Foundation
22 +# Copyright 1999-2018 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=6
26 @@ -6,10 +6,10 @@ EAPI=6
27 inherit qmake-utils
28
29 DESCRIPTION="Qt C++ widget for plotting and data visualization"
30 -HOMEPAGE="http://www.qcustomplot.com/"
31 +HOMEPAGE="https://www.qcustomplot.com/"
32 SRC_URI="
33 - http://www.qcustomplot.com/release/${PV}/QCustomPlot-sharedlib.tar.gz -> ${PN}-sharedlib-${PV}.tar.gz
34 - http://www.qcustomplot.com/release/${PV}/QCustomPlot-source.tar.gz -> ${PN}-source-${PV}.tar.gz"
35 + https://www.qcustomplot.com/release/${PV}/QCustomPlot-sharedlib.tar.gz -> ${PN}-sharedlib-${PV}.tar.gz
36 + https://www.qcustomplot.com/release/${PV}/QCustomPlot-source.tar.gz -> ${PN}-source-${PV}.tar.gz"
37
38 SLOT="0"
39 LICENSE="GPL-3"