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 5A04C1396D2 for ; Wed, 6 Sep 2017 21:27:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id ABEDA1FC0F9; Wed, 6 Sep 2017 21:26:59 +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 7F07C1FC0F9 for ; Wed, 6 Sep 2017 21:26:59 +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 698E8340988 for ; Wed, 6 Sep 2017 21:26:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 28AC18B8C for ; Wed, 6 Sep 2017 21:26:56 +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: <1504733139.c02a461d8753aff160a8c23f5f2dbba0ba505fcc.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/cloud-init/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emulation/cloud-init/cloud-init-0.7.6_p1212-r1.ebuild app-emulation/cloud-init/cloud-init-0.7.6_p1212.ebuild app-emulation/cloud-init/cloud-init-0.7.7.ebuild X-VCS-Directories: app-emulation/cloud-init/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: c02a461d8753aff160a8c23f5f2dbba0ba505fcc X-VCS-Branch: master Date: Wed, 6 Sep 2017 21:26:56 +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: 4180da80-04f6-4f73-8cc9-1b9561e506da X-Archives-Hash: b4e54b0084316a88098c63c931b32f07 commit: c02a461d8753aff160a8c23f5f2dbba0ba505fcc Author: Michał Górny gentoo org> AuthorDate: Wed Sep 6 21:19:35 2017 +0000 Commit: Michał Górny gentoo org> CommitDate: Wed Sep 6 21:25:39 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c02a461d app-emulation/cloud-init: Use https for dev.g.o app-emulation/cloud-init/cloud-init-0.7.6_p1212-r1.ebuild | 2 +- app-emulation/cloud-init/cloud-init-0.7.6_p1212.ebuild | 4 ++-- app-emulation/cloud-init/cloud-init-0.7.7.ebuild | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/app-emulation/cloud-init/cloud-init-0.7.6_p1212-r1.ebuild b/app-emulation/cloud-init/cloud-init-0.7.6_p1212-r1.ebuild index 13ce91449db..91ce7346914 100644 --- a/app-emulation/cloud-init/cloud-init-0.7.6_p1212-r1.ebuild +++ b/app-emulation/cloud-init/cloud-init-0.7.6_p1212-r1.ebuild @@ -14,7 +14,7 @@ if [ "x$BZRTGZ" != x1 ]; then else # Launchpad does not provide consistent checksums https://bugs.launchpad.net/launchpad/+bug/1576338 # SRC_URI="http://bazaar.launchpad.net/~${PN}-dev/${PN}/trunk/tarball/${PV/*_p} -> ${P}.tar.gz" - SRC_URI="mirror://gentoo/${P}.tar.gz http://dev.gentoo.org/~robbat2/distfiles/${P}.tar.gz" + SRC_URI="mirror://gentoo/${P}.tar.gz https://dev.gentoo.org/~robbat2/distfiles/${P}.tar.gz" S="${WORKDIR}/~cloud-init-dev/cloud-init/trunk/" fi diff --git a/app-emulation/cloud-init/cloud-init-0.7.6_p1212.ebuild b/app-emulation/cloud-init/cloud-init-0.7.6_p1212.ebuild index 07789217b6f..737e56a5494 100644 --- a/app-emulation/cloud-init/cloud-init-0.7.6_p1212.ebuild +++ b/app-emulation/cloud-init/cloud-init-0.7.6_p1212.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -14,7 +14,7 @@ if [ "x$BZRTGZ" != x1 ]; then else # Launchpad does not provide consistent checksums https://bugs.launchpad.net/launchpad/+bug/1576338 # SRC_URI="http://bazaar.launchpad.net/~${PN}-dev/${PN}/trunk/tarball/${PV/*_p} -> ${P}.tar.gz" - SRC_URI="mirror://gentoo/${P}.tar.gz http://dev.gentoo.org/~robbat2/distfiles/${P}.tar.gz" + SRC_URI="mirror://gentoo/${P}.tar.gz https://dev.gentoo.org/~robbat2/distfiles/${P}.tar.gz" S="${WORKDIR}/~cloud-init-dev/cloud-init/trunk/" fi diff --git a/app-emulation/cloud-init/cloud-init-0.7.7.ebuild b/app-emulation/cloud-init/cloud-init-0.7.7.ebuild index ff83a712cf1..389eb6402e3 100644 --- a/app-emulation/cloud-init/cloud-init-0.7.7.ebuild +++ b/app-emulation/cloud-init/cloud-init-0.7.7.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -10,7 +10,7 @@ DESCRIPTION="cloud initialisation magic" HOMEPAGE="https://launchpad.net/cloud-init" # Launchpad does not provide consistent checksums https://bugs.launchpad.net/launchpad/+bug/1576338 # SRC_URI="http://bazaar.launchpad.net/~${PN}-dev/${PN}/trunk/tarball/${PV/*_p} -> ${P}.tar.gz" -SRC_URI="mirror://gentoo/${P}.tar.gz http://dev.gentoo.org/~prometheanfire/dist/${PN}/${P}.tar.gz" +SRC_URI="mirror://gentoo/${P}.tar.gz https://dev.gentoo.org/~prometheanfire/dist/${PN}/${P}.tar.gz" LICENSE="GPL-3" SLOT="0"