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 D7DF6138334 for ; Mon, 11 Jun 2018 12:08:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4EDABE097A; Mon, 11 Jun 2018 12:08:35 +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 E9123E0969 for ; Mon, 11 Jun 2018 12:08:34 +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 5FA22335C90 for ; Mon, 11 Jun 2018 12:08:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C2166296 for ; Mon, 11 Jun 2018 12:08:31 +0000 (UTC) From: "Dirkjan Ochtman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Dirkjan Ochtman" Message-ID: <1528718871.490a86c50631c2eb76efd60231fffd0e1d416a93.djc@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/rust/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-lang/rust/rust-1.25.0.ebuild dev-lang/rust/rust-1.26.0-r3.ebuild dev-lang/rust/rust-1.26.0.ebuild dev-lang/rust/rust-1.26.1.ebuild dev-lang/rust/rust-1.26.2.ebuild X-VCS-Directories: dev-lang/rust/ X-VCS-Committer: djc X-VCS-Committer-Name: Dirkjan Ochtman X-VCS-Revision: 490a86c50631c2eb76efd60231fffd0e1d416a93 X-VCS-Branch: master Date: Mon, 11 Jun 2018 12:08:31 +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: 65c036d5-164c-4a95-9cd9-571a7c1f66f6 X-Archives-Hash: f5be71b4595b5f799cd91ac629d32851 commit: 490a86c50631c2eb76efd60231fffd0e1d416a93 Author: Michael Mair-Keimberger gmail com> AuthorDate: Sun Jun 10 09:22:24 2018 +0000 Commit: Dirkjan Ochtman gentoo org> CommitDate: Mon Jun 11 12:07:51 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=490a86c5 dev-lang/rust: use HTTPs dev-lang/rust/rust-1.25.0.ebuild | 2 +- dev-lang/rust/rust-1.26.0-r3.ebuild | 2 +- dev-lang/rust/rust-1.26.0.ebuild | 2 +- dev-lang/rust/rust-1.26.1.ebuild | 2 +- dev-lang/rust/rust-1.26.2.ebuild | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/dev-lang/rust/rust-1.25.0.ebuild b/dev-lang/rust/rust-1.25.0.ebuild index b6cea31b467..5411d562a2f 100644 --- a/dev-lang/rust/rust-1.25.0.ebuild +++ b/dev-lang/rust/rust-1.25.0.ebuild @@ -34,7 +34,7 @@ RUST_STAGE0_arm64="rust-${RUST_STAGE0_VERSION}-${CHOST_arm64}" CARGO_DEPEND_VERSION="0.$(($(get_version_component_range 2) + 1)).0" DESCRIPTION="Systems programming language from Mozilla" -HOMEPAGE="http://www.rust-lang.org/" +HOMEPAGE="https://www.rust-lang.org/" SRC_URI="https://static.rust-lang.org/dist/${SRC} -> rustc-${PV}-src.tar.gz amd64? ( https://static.rust-lang.org/dist/${RUST_STAGE0_amd64}.tar.gz ) diff --git a/dev-lang/rust/rust-1.26.0-r3.ebuild b/dev-lang/rust/rust-1.26.0-r3.ebuild index 7c8ad9c0011..2508fbe3ee3 100644 --- a/dev-lang/rust/rust-1.26.0-r3.ebuild +++ b/dev-lang/rust/rust-1.26.0-r3.ebuild @@ -34,7 +34,7 @@ RUST_STAGE0_arm64="rust-${RUST_STAGE0_VERSION}-${CHOST_arm64}" CARGO_DEPEND_VERSION="0.$(($(get_version_component_range 2) + 1)).0" DESCRIPTION="Systems programming language from Mozilla" -HOMEPAGE="http://www.rust-lang.org/" +HOMEPAGE="https://www.rust-lang.org/" SRC_URI="https://static.rust-lang.org/dist/${SRC} -> rustc-${PV}-src.tar.xz amd64? ( https://static.rust-lang.org/dist/${RUST_STAGE0_amd64}.tar.xz ) diff --git a/dev-lang/rust/rust-1.26.0.ebuild b/dev-lang/rust/rust-1.26.0.ebuild index 4593386bba8..c9210192141 100644 --- a/dev-lang/rust/rust-1.26.0.ebuild +++ b/dev-lang/rust/rust-1.26.0.ebuild @@ -34,7 +34,7 @@ RUST_STAGE0_arm64="rust-${RUST_STAGE0_VERSION}-${CHOST_arm64}" CARGO_DEPEND_VERSION="0.$(($(get_version_component_range 2) + 1)).0" DESCRIPTION="Systems programming language from Mozilla" -HOMEPAGE="http://www.rust-lang.org/" +HOMEPAGE="https://www.rust-lang.org/" SRC_URI="https://static.rust-lang.org/dist/${SRC} -> rustc-${PV}-src.tar.xz amd64? ( https://static.rust-lang.org/dist/${RUST_STAGE0_amd64}.tar.xz ) diff --git a/dev-lang/rust/rust-1.26.1.ebuild b/dev-lang/rust/rust-1.26.1.ebuild index 7c8ad9c0011..2508fbe3ee3 100644 --- a/dev-lang/rust/rust-1.26.1.ebuild +++ b/dev-lang/rust/rust-1.26.1.ebuild @@ -34,7 +34,7 @@ RUST_STAGE0_arm64="rust-${RUST_STAGE0_VERSION}-${CHOST_arm64}" CARGO_DEPEND_VERSION="0.$(($(get_version_component_range 2) + 1)).0" DESCRIPTION="Systems programming language from Mozilla" -HOMEPAGE="http://www.rust-lang.org/" +HOMEPAGE="https://www.rust-lang.org/" SRC_URI="https://static.rust-lang.org/dist/${SRC} -> rustc-${PV}-src.tar.xz amd64? ( https://static.rust-lang.org/dist/${RUST_STAGE0_amd64}.tar.xz ) diff --git a/dev-lang/rust/rust-1.26.2.ebuild b/dev-lang/rust/rust-1.26.2.ebuild index 0d7482f8a0d..96aaf0b491f 100644 --- a/dev-lang/rust/rust-1.26.2.ebuild +++ b/dev-lang/rust/rust-1.26.2.ebuild @@ -34,7 +34,7 @@ RUST_STAGE0_arm64="rust-${RUST_STAGE0_VERSION}-${CHOST_arm64}" CARGO_DEPEND_VERSION="0.$(($(get_version_component_range 2) + 1)).0" DESCRIPTION="Systems programming language from Mozilla" -HOMEPAGE="http://www.rust-lang.org/" +HOMEPAGE="https://www.rust-lang.org/" SRC_URI="https://static.rust-lang.org/dist/${SRC} -> rustc-${PV}-src.tar.xz amd64? ( https://static.rust-lang.org/dist/${RUST_STAGE0_amd64}.tar.xz )