Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-editors/scite/
Date: Sun, 27 Oct 2019 09:12:11
Message-Id: 1572167520.3cacb11fab90d2d47863623b5857b19ae3752449.mgorny@gentoo
1 commit: 3cacb11fab90d2d47863623b5857b19ae3752449
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Oct 27 09:01:29 2019 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 27 09:12:00 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3cacb11f
7
8 app-editors/scite: Homepage to HTTPS
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 app-editors/scite/scite-4.2.0.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/app-editors/scite/scite-4.2.0.ebuild b/app-editors/scite/scite-4.2.0.ebuild
16 index 0b8f9197c34..fecd4f28620 100644
17 --- a/app-editors/scite/scite-4.2.0.ebuild
18 +++ b/app-editors/scite/scite-4.2.0.ebuild
19 @@ -7,7 +7,7 @@ inherit gnome2-utils toolchain-funcs xdg-utils
20
21 MY_PV=${PV//./}
22 DESCRIPTION="A very powerful, highly configurable, small editor with syntax coloring"
23 -HOMEPAGE="http://www.scintilla.org/SciTE.html"
24 +HOMEPAGE="https://www.scintilla.org/SciTE.html"
25 SRC_URI="https://www.scintilla.org/${PN}${MY_PV}.tgz -> ${P}.tgz"
26
27 LICENSE="HPND lua? ( MIT )"