Gentoo Archives: gentoo-commits

From: Davide Pesavento <pesa@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-libs/qscintilla/
Date: Wed, 25 Jan 2017 00:54:08
Message-Id: 1485305636.009e2238148b7b0a235be91d13c4fcef2be1cf25.pesa@gentoo
1 commit: 009e2238148b7b0a235be91d13c4fcef2be1cf25
2 Author: Davide Pesavento <pesa <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jan 25 00:53:56 2017 +0000
4 Commit: Davide Pesavento <pesa <AT> gentoo <DOT> org>
5 CommitDate: Wed Jan 25 00:53:56 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=009e2238
7
8 x11-libs/qscintilla: use https in HOMEPAGE
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11
12 x11-libs/qscintilla/qscintilla-2.9.2-r1.ebuild | 2 +-
13 x11-libs/qscintilla/qscintilla-2.9.4.ebuild | 4 ++--
14 2 files changed, 3 insertions(+), 3 deletions(-)
15
16 diff --git a/x11-libs/qscintilla/qscintilla-2.9.2-r1.ebuild b/x11-libs/qscintilla/qscintilla-2.9.2-r1.ebuild
17 index 94a3e05..dde3265 100644
18 --- a/x11-libs/qscintilla/qscintilla-2.9.2-r1.ebuild
19 +++ b/x11-libs/qscintilla/qscintilla-2.9.2-r1.ebuild
20 @@ -9,7 +9,7 @@ inherit flag-o-matic qmake-utils
21 MY_P=QScintilla_gpl-${PV}
22
23 DESCRIPTION="A Qt port of Neil Hodgson's Scintilla C++ editor class"
24 -HOMEPAGE="http://www.riverbankcomputing.com/software/qscintilla/intro"
25 +HOMEPAGE="https://www.riverbankcomputing.com/software/qscintilla/intro"
26 SRC_URI="mirror://sourceforge/pyqt/${MY_P}.tar.gz"
27
28 LICENSE="GPL-3"
29
30 diff --git a/x11-libs/qscintilla/qscintilla-2.9.4.ebuild b/x11-libs/qscintilla/qscintilla-2.9.4.ebuild
31 index d63f3e1..7c3758c 100644
32 --- a/x11-libs/qscintilla/qscintilla-2.9.4.ebuild
33 +++ b/x11-libs/qscintilla/qscintilla-2.9.4.ebuild
34 @@ -1,4 +1,4 @@
35 -# Copyright 1999-2016 Gentoo Foundation
36 +# Copyright 1999-2017 Gentoo Foundation
37 # Distributed under the terms of the GNU General Public License v2
38 # $Id$
39
40 @@ -9,7 +9,7 @@ inherit flag-o-matic qmake-utils
41 MY_P=QScintilla_gpl-${PV}
42
43 DESCRIPTION="A Qt port of Neil Hodgson's Scintilla C++ editor class"
44 -HOMEPAGE="http://www.riverbankcomputing.com/software/qscintilla/intro"
45 +HOMEPAGE="https://www.riverbankcomputing.com/software/qscintilla/intro"
46 SRC_URI="mirror://sourceforge/pyqt/${MY_P}.tar.gz"
47
48 LICENSE="GPL-3"