From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-974473-garchives=archives.gentoo.org@lists.gentoo.org> 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 DECDA1396D0 for <garchives@archives.gentoo.org>; Sat, 23 Sep 2017 06:46:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4BF851FC1CE; Sat, 23 Sep 2017 06:46:30 +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 274041FC1CE for <gentoo-commits@lists.gentoo.org>; Sat, 23 Sep 2017 06:46:30 +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 0079F34071C for <gentoo-commits@lists.gentoo.org>; Sat, 23 Sep 2017 06:46:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C09429095 for <gentoo-commits@lists.gentoo.org>; Sat, 23 Sep 2017 06:46:25 +0000 (UTC) From: "Jeroen Roovers" <jer@gentoo.org> 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" <jer@gentoo.org> Message-ID: <1506149161.9c8b3da1ff57e8f59bbb21c2e45a7aad653011b5.jer@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/debianutils/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/debianutils/debianutils-4.7.ebuild sys-apps/debianutils/debianutils-4.8.1.1.ebuild sys-apps/debianutils/debianutils-4.8.2.ebuild X-VCS-Directories: sys-apps/debianutils/ X-VCS-Committer: jer X-VCS-Committer-Name: Jeroen Roovers X-VCS-Revision: 9c8b3da1ff57e8f59bbb21c2e45a7aad653011b5 X-VCS-Branch: master Date: Sat, 23 Sep 2017 06:46:25 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: bb36a94f-d6a6-4b82-99e3-c6dd148fd169 X-Archives-Hash: 9c7c3f8016e6e0520bb4579221ba421b commit: 9c8b3da1ff57e8f59bbb21c2e45a7aad653011b5 Author: Jeroen Roovers <jer <AT> gentoo <DOT> org> AuthorDate: Sat Sep 23 06:38:14 2017 +0000 Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org> CommitDate: Sat Sep 23 06:46:01 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c8b3da1 sys-apps/debianutils: Use HTTPS. Package-Manager: Portage-2.3.10, Repoman-2.3.3 sys-apps/debianutils/debianutils-4.7.ebuild | 4 ++-- sys-apps/debianutils/debianutils-4.8.1.1.ebuild | 2 +- sys-apps/debianutils/debianutils-4.8.2.ebuild | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/sys-apps/debianutils/debianutils-4.7.ebuild b/sys-apps/debianutils/debianutils-4.7.ebuild index 6f3ee158285..cc93d0fc79c 100644 --- a/sys-apps/debianutils/debianutils-4.7.ebuild +++ b/sys-apps/debianutils/debianutils-4.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=5 @@ -6,7 +6,7 @@ EAPI=5 inherit eutils flag-o-matic DESCRIPTION="A selection of tools from Debian" -HOMEPAGE="http://packages.qa.debian.org/d/debianutils.html" +HOMEPAGE="https://packages.qa.debian.org/d/debianutils.html" SRC_URI="mirror://debian/pool/main/d/${PN}/${PN}_${PV}.tar.xz" LICENSE="BSD GPL-2 SMAIL" diff --git a/sys-apps/debianutils/debianutils-4.8.1.1.ebuild b/sys-apps/debianutils/debianutils-4.8.1.1.ebuild index f508711c7a1..fa86cf0160a 100644 --- a/sys-apps/debianutils/debianutils-4.8.1.1.ebuild +++ b/sys-apps/debianutils/debianutils-4.8.1.1.ebuild @@ -6,7 +6,7 @@ EAPI=6 inherit flag-o-matic DESCRIPTION="A selection of tools from Debian" -HOMEPAGE="http://packages.qa.debian.org/d/debianutils.html" +HOMEPAGE="https://packages.qa.debian.org/d/debianutils.html" SRC_URI="mirror://debian/pool/main/d/${PN}/${PN}_${PV}.tar.xz" LICENSE="BSD GPL-2 SMAIL" diff --git a/sys-apps/debianutils/debianutils-4.8.2.ebuild b/sys-apps/debianutils/debianutils-4.8.2.ebuild index f508711c7a1..fa86cf0160a 100644 --- a/sys-apps/debianutils/debianutils-4.8.2.ebuild +++ b/sys-apps/debianutils/debianutils-4.8.2.ebuild @@ -6,7 +6,7 @@ EAPI=6 inherit flag-o-matic DESCRIPTION="A selection of tools from Debian" -HOMEPAGE="http://packages.qa.debian.org/d/debianutils.html" +HOMEPAGE="https://packages.qa.debian.org/d/debianutils.html" SRC_URI="mirror://debian/pool/main/d/${PN}/${PN}_${PV}.tar.xz" LICENSE="BSD GPL-2 SMAIL"