Gentoo Archives: gentoo-commits

From: Aaron Bauman <bman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-editors/scite/
Date: Wed, 20 Mar 2019 18:26:58
Message-Id: 1553106397.6cacf82bf9264b4a47089db0ac204f85281428f3.bman@gentoo
1 commit: 6cacf82bf9264b4a47089db0ac204f85281428f3
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Wed Mar 20 17:52:24 2019 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Wed Mar 20 18:26:37 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6cacf82b
7
8 app-editors/scite: use HTTPS
9
10 Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
11 Closes: https://github.com/gentoo/gentoo/pull/11423
12 Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
13
14 app-editors/scite/scite-4.1.3.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/app-editors/scite/scite-4.1.3.ebuild b/app-editors/scite/scite-4.1.3.ebuild
18 index fd4938711af..f70a85c76c1 100644
19 --- a/app-editors/scite/scite-4.1.3.ebuild
20 +++ b/app-editors/scite/scite-4.1.3.ebuild
21 @@ -7,7 +7,7 @@ inherit gnome2-utils toolchain-funcs xdg-utils
22
23 MY_PV=${PV//./}
24 DESCRIPTION="A very powerful, highly configurable, small editor with syntax coloring"
25 -HOMEPAGE="http://www.scintilla.org/SciTE.html"
26 +HOMEPAGE="https://www.scintilla.org/SciTE.html"
27 SRC_URI="https://www.scintilla.org/${PN}${MY_PV}.tgz -> ${P}.tgz"
28
29 LICENSE="HPND lua? ( MIT )"