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 AEA04139695 for ; Tue, 4 Jul 2017 21:56:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2B354E0D1F; Tue, 4 Jul 2017 21:56:21 +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 042E2E0D26 for ; Tue, 4 Jul 2017 21:56:20 +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 8E2313417B0 for ; Tue, 4 Jul 2017 21:56:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 20FBF74A5 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: <1499205370.35f5eacf470fa90459b88c4ccfd1ead398ea7422.slyfox@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/include-what-you-use/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/include-what-you-use/include-what-you-use-3.9.ebuild X-VCS-Directories: dev-util/include-what-you-use/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: 35f5eacf470fa90459b88c4ccfd1ead398ea7422 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: f6cc8c2e-1389-47cb-9d36-982d7a82991a X-Archives-Hash: 6ef6d3f3d95bb16e5f81df978cc263e6 commit: 35f5eacf470fa90459b88c4ccfd1ead398ea7422 Author: Sergei Trofimovich gentoo org> AuthorDate: Tue Jul 4 21:37:57 2017 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Tue Jul 4 21:56:10 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=35f5eacf dev-util/include-what-you-use: switch HOMEPAGE to https:// Package-Manager: Portage-2.3.6, Repoman-2.3.2 dev-util/include-what-you-use/include-what-you-use-3.9.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-util/include-what-you-use/include-what-you-use-3.9.ebuild b/dev-util/include-what-you-use/include-what-you-use-3.9.ebuild index c4dcc6b85fc..d70ae3b9f7e 100644 --- a/dev-util/include-what-you-use/include-what-you-use-3.9.ebuild +++ b/dev-util/include-what-you-use/include-what-you-use-3.9.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=6 @@ -10,7 +10,7 @@ inherit cmake-utils flag-o-matic python-single-r1 WEIRD_UPSTREAM_VERSION=0.7 DESCRIPTION="Find unused include directives in C/C++ programs" -HOMEPAGE="http://include-what-you-use.org/" +HOMEPAGE="https://include-what-you-use.org/" SRC_URI="http://include-what-you-use.org/downloads/${PN}-${WEIRD_UPSTREAM_VERSION}.src.tar.gz -> ${P}.src.tar.gz" LICENSE="GPL-2"