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 37B491396D0 for ; Wed, 30 Aug 2017 11:38:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8B2A41FC094; Wed, 30 Aug 2017 11:38:38 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 6A7421FC094 for ; Wed, 30 Aug 2017 11:38:36 +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 80513340BEA for ; Wed, 30 Aug 2017 11:38:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0F66287D0 for ; Wed, 30 Aug 2017 11:38:34 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1504093107.430df844365766725971ffbaf168e965a2078d3a.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/gptfdisk/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/gptfdisk/gptfdisk-1.0.1.ebuild sys-apps/gptfdisk/gptfdisk-1.0.3.ebuild X-VCS-Directories: sys-apps/gptfdisk/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: 430df844365766725971ffbaf168e965a2078d3a X-VCS-Branch: master Date: Wed, 30 Aug 2017 11:38:34 +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: 1f71cb53-a790-4b6f-a200-fcd8a4d66a0d X-Archives-Hash: ee9574a402b69fc1666a30c329d8ad37 commit: 430df844365766725971ffbaf168e965a2078d3a Author: charIes17 arcor de> AuthorDate: Tue Aug 29 13:45:17 2017 +0000 Commit: Lars Wendler gentoo org> CommitDate: Wed Aug 30 11:38:27 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=430df844 sys-apps/gptfdisk: HOMEPAGE to use https Package-Manager: Portage-2.3.6, Repoman-2.3.3 Closes: https://github.com/gentoo/gentoo/pull/5554 sys-apps/gptfdisk/gptfdisk-1.0.1.ebuild | 2 +- sys-apps/gptfdisk/gptfdisk-1.0.3.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sys-apps/gptfdisk/gptfdisk-1.0.1.ebuild b/sys-apps/gptfdisk/gptfdisk-1.0.1.ebuild index fe2d2120a0d..90515a8c8f6 100644 --- a/sys-apps/gptfdisk/gptfdisk-1.0.1.ebuild +++ b/sys-apps/gptfdisk/gptfdisk-1.0.1.ebuild @@ -6,7 +6,7 @@ EAPI=5 inherit flag-o-matic toolchain-funcs DESCRIPTION="GPT partition table manipulator for Linux" -HOMEPAGE="http://www.rodsbooks.com/gdisk/" +HOMEPAGE="https://www.rodsbooks.com/gdisk/" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="GPL-2" diff --git a/sys-apps/gptfdisk/gptfdisk-1.0.3.ebuild b/sys-apps/gptfdisk/gptfdisk-1.0.3.ebuild index e9731e66481..b813139d270 100644 --- a/sys-apps/gptfdisk/gptfdisk-1.0.3.ebuild +++ b/sys-apps/gptfdisk/gptfdisk-1.0.3.ebuild @@ -6,7 +6,7 @@ EAPI=6 inherit flag-o-matic toolchain-funcs DESCRIPTION="GPT partition table manipulator for Linux" -HOMEPAGE="http://www.rodsbooks.com/gdisk/" +HOMEPAGE="https://www.rodsbooks.com/gdisk/" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="GPL-2"