From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D4863138335 for ; Wed, 20 Mar 2019 18:26:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D24C7E087A; Wed, 20 Mar 2019 18:26:57 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id AB978E087A for ; Wed, 20 Mar 2019 18:26:57 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 89BE9335D20 for ; Wed, 20 Mar 2019 18:26:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 318C1574 for ; Wed, 20 Mar 2019 18:26:55 +0000 (UTC) From: "Aaron Bauman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aaron Bauman" Message-ID: <1553106397.6cacf82bf9264b4a47089db0ac204f85281428f3.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-editors/scite/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-editors/scite/scite-4.1.3.ebuild X-VCS-Directories: app-editors/scite/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: 6cacf82bf9264b4a47089db0ac204f85281428f3 X-VCS-Branch: master Date: Wed, 20 Mar 2019 18:26:55 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: c992cd67-84cc-4896-9e3d-23c514de4fd3 X-Archives-Hash: dee3ea668796f90bf8a60f467dbab18a commit: 6cacf82bf9264b4a47089db0ac204f85281428f3 Author: Michael Mair-Keimberger gmail com> AuthorDate: Wed Mar 20 17:52:24 2019 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Wed Mar 20 18:26:37 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6cacf82b app-editors/scite: use HTTPS Signed-off-by: Michael Mair-Keimberger gmail.com> Closes: https://github.com/gentoo/gentoo/pull/11423 Signed-off-by: Aaron Bauman gentoo.org> app-editors/scite/scite-4.1.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-editors/scite/scite-4.1.3.ebuild b/app-editors/scite/scite-4.1.3.ebuild index fd4938711af..f70a85c76c1 100644 --- a/app-editors/scite/scite-4.1.3.ebuild +++ b/app-editors/scite/scite-4.1.3.ebuild @@ -7,7 +7,7 @@ inherit gnome2-utils toolchain-funcs xdg-utils MY_PV=${PV//./} DESCRIPTION="A very powerful, highly configurable, small editor with syntax coloring" -HOMEPAGE="http://www.scintilla.org/SciTE.html" +HOMEPAGE="https://www.scintilla.org/SciTE.html" SRC_URI="https://www.scintilla.org/${PN}${MY_PV}.tgz -> ${P}.tgz" LICENSE="HPND lua? ( MIT )"