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 4C326139694 for ; Tue, 4 Jul 2017 21:56:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6D70BE0D76; Tue, 4 Jul 2017 21:56:22 +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-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4FE2FE0D4E for ; Tue, 4 Jul 2017 21:56:22 +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 70D783417F8 for ; Tue, 4 Jul 2017 21:56:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9295A74AB for ; Tue, 4 Jul 2017 21:56:18 +0000 (UTC) From: "Sergei Trofimovich" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sergei Trofimovich" Message-ID: <1499205373.bc10021173c71b9037b4b3affea69cacdc7b89c1.slyfox@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/vbindiff/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/vbindiff/vbindiff-3.0_beta4-r1.ebuild dev-util/vbindiff/vbindiff-3.0_beta5.ebuild X-VCS-Directories: dev-util/vbindiff/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: bc10021173c71b9037b4b3affea69cacdc7b89c1 X-VCS-Branch: master Date: Tue, 4 Jul 2017 21:56:18 +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: f92ec574-9b7b-4d7e-8ade-36c1373d23e3 X-Archives-Hash: 2d44dfd367db5d7c2bd8d82c65f25a5a commit: bc10021173c71b9037b4b3affea69cacdc7b89c1 Author: Sergei Trofimovich gentoo org> AuthorDate: Tue Jul 4 21:55:00 2017 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Tue Jul 4 21:56:13 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc100211 dev-util/vbindiff: switch HOMEPAGE to https:// Package-Manager: Portage-2.3.6, Repoman-2.3.2 dev-util/vbindiff/vbindiff-3.0_beta4-r1.ebuild | 6 +++--- dev-util/vbindiff/vbindiff-3.0_beta5.ebuild | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/dev-util/vbindiff/vbindiff-3.0_beta4-r1.ebuild b/dev-util/vbindiff/vbindiff-3.0_beta4-r1.ebuild index 79ca83807f9..a27438a4c30 100644 --- a/dev-util/vbindiff/vbindiff-3.0_beta4-r1.ebuild +++ b/dev-util/vbindiff/vbindiff-3.0_beta4-r1.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 DESCRIPTION="Visual binary diff utility" -HOMEPAGE="http://www.cjmweb.net/vbindiff/" -SRC_URI="http://www.cjmweb.net/vbindiff/${P}.tar.gz" +HOMEPAGE="https://www.cjmweb.net/vbindiff/" +SRC_URI="https://www.cjmweb.net/vbindiff/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" diff --git a/dev-util/vbindiff/vbindiff-3.0_beta5.ebuild b/dev-util/vbindiff/vbindiff-3.0_beta5.ebuild index 0f0138431e9..979dcdcbcfe 100644 --- a/dev-util/vbindiff/vbindiff-3.0_beta5.ebuild +++ b/dev-util/vbindiff/vbindiff-3.0_beta5.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 DESCRIPTION="Visual binary diff utility" -HOMEPAGE="http://www.cjmweb.net/vbindiff/" +HOMEPAGE="https://www.cjmweb.net/vbindiff/" SRC_URI="https://github.com/mrdudz/${PN}/releases/download/${PV}/${P}.tar.gz" LICENSE="GPL-2"