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 0E1E91396D0 for ; Wed, 6 Sep 2017 21:00:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 278AAE0EEF; Wed, 6 Sep 2017 21:00:28 +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 02D27E0EEF for ; Wed, 6 Sep 2017 21:00:27 +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 2A353341236 for ; Wed, 6 Sep 2017 21:00:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 78CF48E45 for ; Wed, 6 Sep 2017 21:00:23 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1504731568.346df157c409519f473c99e26146e39fc918f861.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-libs/xforms/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-libs/xforms/xforms-1.2.4.ebuild X-VCS-Directories: x11-libs/xforms/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 346df157c409519f473c99e26146e39fc918f861 X-VCS-Branch: master Date: Wed, 6 Sep 2017 21:00:23 +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-Archives-Salt: b8695855-8818-4459-8395-85fd612b0e9f X-Archives-Hash: 506230cb199050bef9465955b328cc87 commit: 346df157c409519f473c99e26146e39fc918f861 Author: Francesco Turco fastmail fm> AuthorDate: Sun Sep 3 16:45:30 2017 +0000 Commit: Michał Górny gentoo org> CommitDate: Wed Sep 6 20:59:28 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=346df157 x11-libs/xforms: use HTTPS for links to dev.gentoo.org x11-libs/xforms/xforms-1.2.4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x11-libs/xforms/xforms-1.2.4.ebuild b/x11-libs/xforms/xforms-1.2.4.ebuild index 522f42da47a..787761f1260 100644 --- a/x11-libs/xforms/xforms-1.2.4.ebuild +++ b/x11-libs/xforms/xforms-1.2.4.ebuild @@ -9,7 +9,7 @@ MY_P="${P/-/_}" DESCRIPTION="A graphical user interface toolkit for X" HOMEPAGE="http://xforms-toolkit.org/" -SRC_URI="http://dev.gentoo.org/~monsieurp/packages/${P}.tar.gz" +SRC_URI="https://dev.gentoo.org/~monsieurp/packages/${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0"