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 B7FDB1396D0 for ; Sat, 23 Sep 2017 06:46:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 03909E0BDF; Sat, 23 Sep 2017 06:46:28 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 D4D10E0BCF for ; Sat, 23 Sep 2017 06:46: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 AEC7834071C for ; Sat, 23 Sep 2017 06:46:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 20F77908D for ; Sat, 23 Sep 2017 06:46:25 +0000 (UTC) From: "Jeroen Roovers" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jeroen Roovers" Message-ID: <1506149139.ed0eeb428c010348c5ea994809fc7c4bb49aa010.jer@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/debootstrap/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/debootstrap/debootstrap-1.0.87.ebuild dev-util/debootstrap/debootstrap-1.0.89.ebuild X-VCS-Directories: dev-util/debootstrap/ X-VCS-Committer: jer X-VCS-Committer-Name: Jeroen Roovers X-VCS-Revision: ed0eeb428c010348c5ea994809fc7c4bb49aa010 X-VCS-Branch: master Date: Sat, 23 Sep 2017 06:46:25 +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: bb1171c1-c746-4550-bbac-e2def5988675 X-Archives-Hash: 6bd8d7a2a3263709ba54da3f83b55bf3 commit: ed0eeb428c010348c5ea994809fc7c4bb49aa010 Author: Jeroen Roovers gentoo org> AuthorDate: Sat Sep 23 06:32:47 2017 +0000 Commit: Jeroen Roovers gentoo org> CommitDate: Sat Sep 23 06:45:39 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed0eeb42 dev-util/debootstrap: Use HTTPS. Package-Manager: Portage-2.3.10, Repoman-2.3.3 dev-util/debootstrap/debootstrap-1.0.87.ebuild | 2 +- dev-util/debootstrap/debootstrap-1.0.89.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-util/debootstrap/debootstrap-1.0.87.ebuild b/dev-util/debootstrap/debootstrap-1.0.87.ebuild index f6101e3687d..46bf8b22850 100644 --- a/dev-util/debootstrap/debootstrap-1.0.87.ebuild +++ b/dev-util/debootstrap/debootstrap-1.0.87.ebuild @@ -5,7 +5,7 @@ EAPI=6 inherit eutils DESCRIPTION="Debian/Ubuntu bootstrap scripts" -HOMEPAGE="http://packages.qa.debian.org/d/debootstrap.html" +HOMEPAGE="https://packages.qa.debian.org/d/debootstrap.html" SRC_URI="mirror://debian/pool/main/d/${PN}/${PN}_${PV}.tar.gz mirror://gentoo/devices.tar.gz" diff --git a/dev-util/debootstrap/debootstrap-1.0.89.ebuild b/dev-util/debootstrap/debootstrap-1.0.89.ebuild index 4904985858d..7e781ab8a49 100644 --- a/dev-util/debootstrap/debootstrap-1.0.89.ebuild +++ b/dev-util/debootstrap/debootstrap-1.0.89.ebuild @@ -5,7 +5,7 @@ EAPI=6 inherit eutils DESCRIPTION="Debian/Ubuntu bootstrap scripts" -HOMEPAGE="http://packages.qa.debian.org/d/debootstrap.html" +HOMEPAGE="https://packages.qa.debian.org/d/debootstrap.html" SRC_URI="mirror://debian/pool/main/d/${PN}/${PN}_${PV}.tar.gz mirror://gentoo/devices.tar.gz"