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 564E0138334 for ; Thu, 7 Jun 2018 10:48:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3C784E0C79; Thu, 7 Jun 2018 10:48:56 +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 F2EC8E0C86 for ; Thu, 7 Jun 2018 10:48:55 +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 A06D9335CAD for ; Thu, 7 Jun 2018 10:48:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AFC902D6 for ; Thu, 7 Jun 2018 10:48:51 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1528368515.2ea855116c3111262a494c11202ff414172871e2.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/schroot/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/schroot/schroot-1.6.10-r4.ebuild X-VCS-Directories: dev-util/schroot/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 2ea855116c3111262a494c11202ff414172871e2 X-VCS-Branch: master Date: Thu, 7 Jun 2018 10:48:51 +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: bdfc177c-4401-4dbb-a9d4-79ac47c5a235 X-Archives-Hash: 95162f59fddcae2345db9822f3230f27 commit: 2ea855116c3111262a494c11202ff414172871e2 Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu Jun 7 10:44:27 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Jun 7 10:48:35 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ea85511 dev-util/schroot: Switch to https Package-Manager: Portage-2.3.40, Repoman-2.3.9 dev-util/schroot/schroot-1.6.10-r4.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-util/schroot/schroot-1.6.10-r4.ebuild b/dev-util/schroot/schroot-1.6.10-r4.ebuild index 29b345f82d0..432388f071b 100644 --- a/dev-util/schroot/schroot-1.6.10-r4.ebuild +++ b/dev-util/schroot/schroot-1.6.10-r4.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI="6" +EAPI=6 inherit cmake-utils eutils pam versionator bash-completion-r1 @@ -9,7 +9,7 @@ MY_P=${PN}_${PV} DEB_REL=2 DESCRIPTION="Utility to execute commands in a chroot environment" -HOMEPAGE="http://packages.debian.org/source/sid/schroot" +HOMEPAGE="https://packages.debian.org/source/sid/schroot" SRC_URI="mirror://debian/pool/main/${PN::1}/${PN}/${MY_P}.orig.tar.xz mirror://debian/pool/main/${PN::1}/${PN}/${MY_P}-${DEB_REL}.debian.tar.xz"