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 21E061382C5 for ; Sun, 11 Mar 2018 14:24:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 393F4E086D; Sun, 11 Mar 2018 14:24:15 +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 17A63E086D for ; Sun, 11 Mar 2018 14:24:15 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 1225E335C5C for ; Sun, 11 Mar 2018 14:24:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1BFA3240 for ; Sun, 11 Mar 2018 14:24:12 +0000 (UTC) From: "Anthony G. Basile" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Anthony G. Basile" Message-ID: <1520778234.fc0f274001bee83a6a402aa85c380914dfbed30f.blueness@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/ct-ng/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-devel/ct-ng/ct-ng-1.22.0.ebuild sys-devel/ct-ng/ct-ng-1.23.0.ebuild X-VCS-Directories: sys-devel/ct-ng/ X-VCS-Committer: blueness X-VCS-Committer-Name: Anthony G. Basile X-VCS-Revision: fc0f274001bee83a6a402aa85c380914dfbed30f X-VCS-Branch: master Date: Sun, 11 Mar 2018 14:24:12 +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: 796f6931-b7d1-40d5-9427-3c8054765346 X-Archives-Hash: dcddee3d142162b56dcaff4b97e23d0b commit: fc0f274001bee83a6a402aa85c380914dfbed30f Author: Michael Mair-Keimberger gmail com> AuthorDate: Fri Mar 2 17:55:57 2018 +0000 Commit: Anthony G. Basile gentoo org> CommitDate: Sun Mar 11 14:23:54 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc0f2740 sys-devel/ct-ng: use HTTPS Signed-off-by: Anthony G. Basile gentoo.org> sys-devel/ct-ng/ct-ng-1.22.0.ebuild | 4 ++-- sys-devel/ct-ng/ct-ng-1.23.0.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/sys-devel/ct-ng/ct-ng-1.22.0.ebuild b/sys-devel/ct-ng/ct-ng-1.22.0.ebuild index a1002aaa002..193e2677a54 100644 --- a/sys-devel/ct-ng/ct-ng-1.22.0.ebuild +++ b/sys-devel/ct-ng/ct-ng-1.22.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="5" @@ -6,7 +6,7 @@ EAPI="5" inherit bash-completion-r1 DESCRIPTION="crosstool-ng is a tool to build cross-compiling toolchains" -HOMEPAGE="http://crosstool-ng.org" +HOMEPAGE="https://crosstool-ng.org" MY_P=${P/ct/crosstool} SRC_URI="http://ymorin.is-a-geek.org/download/crosstool-ng/${MY_P}.tar.bz2" diff --git a/sys-devel/ct-ng/ct-ng-1.23.0.ebuild b/sys-devel/ct-ng/ct-ng-1.23.0.ebuild index 42a61e62695..bd18d3f3226 100644 --- a/sys-devel/ct-ng/ct-ng-1.23.0.ebuild +++ b/sys-devel/ct-ng/ct-ng-1.23.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="5" @@ -6,7 +6,7 @@ EAPI="5" inherit bash-completion-r1 DESCRIPTION="crosstool-ng is a tool to build cross-compiling toolchains" -HOMEPAGE="http://crosstool-ng.org" +HOMEPAGE="https://crosstool-ng.org" MY_P=${P/ct/crosstool} SRC_URI="http://ymorin.is-a-geek.org/download/crosstool-ng/${MY_P}.tar.bz2"