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 76BBA1396D0 for ; Tue, 15 Aug 2017 09:46:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0EB4F1FC07A; Tue, 15 Aug 2017 09:46:00 +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 E24EC1FC07A for ; Tue, 15 Aug 2017 09:45:59 +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 197F4341840 for ; Tue, 15 Aug 2017 09:45:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B4F627843 for ; Tue, 15 Aug 2017 09:45:57 +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: <1502790290.6f209c00087f857327c228580c7c7e4b78cb9922.jer@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/debhelper/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/debhelper/debhelper-10.6.4.ebuild dev-util/debhelper/debhelper-10.7.2.ebuild dev-util/debhelper/debhelper-9.20160814.ebuild X-VCS-Directories: dev-util/debhelper/ X-VCS-Committer: jer X-VCS-Committer-Name: Jeroen Roovers X-VCS-Revision: 6f209c00087f857327c228580c7c7e4b78cb9922 X-VCS-Branch: master Date: Tue, 15 Aug 2017 09:45:57 +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: 04f2b07e-dfe4-415b-8974-08f0802826c9 X-Archives-Hash: 94c5b68a81f2b79c75680894e6cc989e commit: 6f209c00087f857327c228580c7c7e4b78cb9922 Author: Jeroen Roovers gentoo org> AuthorDate: Tue Aug 15 09:44:50 2017 +0000 Commit: Jeroen Roovers gentoo org> CommitDate: Tue Aug 15 09:44:50 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f209c00 dev-util/debhelper: Fix HOMEPAGE. Package-Manager: Portage-2.3.7, Repoman-2.3.3 dev-util/debhelper/debhelper-10.6.4.ebuild | 2 +- dev-util/debhelper/debhelper-10.7.2.ebuild | 2 +- dev-util/debhelper/debhelper-9.20160814.ebuild | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-util/debhelper/debhelper-10.6.4.ebuild b/dev-util/debhelper/debhelper-10.6.4.ebuild index 29abd1f16f1..c4f2a7b166c 100644 --- a/dev-util/debhelper/debhelper-10.6.4.ebuild +++ b/dev-util/debhelper/debhelper-10.6.4.ebuild @@ -5,7 +5,7 @@ EAPI=6 inherit eutils toolchain-funcs DESCRIPTION="Collection of programs that can be used to automate common tasks in debian/rules" -HOMEPAGE="http://packages.qa.debian.org/d/debhelper.html" +HOMEPAGE="https://packages.qa.debian.org/d/debhelper.html" SRC_URI="mirror://debian/pool/main/d/${PN}/${P/-/_}.tar.xz" LICENSE="GPL-2" diff --git a/dev-util/debhelper/debhelper-10.7.2.ebuild b/dev-util/debhelper/debhelper-10.7.2.ebuild index 29abd1f16f1..c4f2a7b166c 100644 --- a/dev-util/debhelper/debhelper-10.7.2.ebuild +++ b/dev-util/debhelper/debhelper-10.7.2.ebuild @@ -5,7 +5,7 @@ EAPI=6 inherit eutils toolchain-funcs DESCRIPTION="Collection of programs that can be used to automate common tasks in debian/rules" -HOMEPAGE="http://packages.qa.debian.org/d/debhelper.html" +HOMEPAGE="https://packages.qa.debian.org/d/debhelper.html" SRC_URI="mirror://debian/pool/main/d/${PN}/${P/-/_}.tar.xz" LICENSE="GPL-2" diff --git a/dev-util/debhelper/debhelper-9.20160814.ebuild b/dev-util/debhelper/debhelper-9.20160814.ebuild index 4a53bab8520..3333a21a303 100644 --- a/dev-util/debhelper/debhelper-9.20160814.ebuild +++ b/dev-util/debhelper/debhelper-9.20160814.ebuild @@ -5,7 +5,7 @@ EAPI=5 inherit eutils toolchain-funcs DESCRIPTION="Collection of programs that can be used to automate common tasks in debian/rules" -HOMEPAGE="http://packages.qa.debian.org/d/debhelper.html" +HOMEPAGE="https://packages.qa.debian.org/d/debhelper.html" SRC_URI="mirror://debian/pool/main/d/${PN}/${P/-/_}.tar.xz" LICENSE="GPL-2"