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 BAE2A139082 for ; Thu, 30 Nov 2017 22:02:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E81B3E0C39; Thu, 30 Nov 2017 22:02:40 +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 C63D4E0C39 for ; Thu, 30 Nov 2017 22:02:40 +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 8EF1B341687 for ; Thu, 30 Nov 2017 22:02:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 33A95AD33 for ; Thu, 30 Nov 2017 22:02:38 +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: <1512079338.69439e58e2b5c7657753acc8dabc4543b750a989.slyfox@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libsigsegv/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/libsigsegv/libsigsegv-2.10.ebuild dev-libs/libsigsegv/libsigsegv-2.11.ebuild X-VCS-Directories: dev-libs/libsigsegv/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: 69439e58e2b5c7657753acc8dabc4543b750a989 X-VCS-Branch: master Date: Thu, 30 Nov 2017 22:02:38 +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: f77e3e37-5a20-4131-b9cb-ae4058d1cb76 X-Archives-Hash: 0f944c7aaad0fc2851b9548df8b43926 commit: 69439e58e2b5c7657753acc8dabc4543b750a989 Author: Sergei Trofimovich gentoo org> AuthorDate: Thu Nov 30 22:02:18 2017 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Thu Nov 30 22:02:18 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=69439e58 dev-libs/libsigsegv: use https:// in HOMEPAGE Package-Manager: Portage-2.3.16, Repoman-2.3.6 dev-libs/libsigsegv/libsigsegv-2.10.ebuild | 4 ++-- dev-libs/libsigsegv/libsigsegv-2.11.ebuild | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-libs/libsigsegv/libsigsegv-2.10.ebuild b/dev-libs/libsigsegv/libsigsegv-2.10.ebuild index f655366a145..f5ddb94ed6d 100644 --- a/dev-libs/libsigsegv/libsigsegv-2.10.ebuild +++ b/dev-libs/libsigsegv/libsigsegv-2.10.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=5 DESCRIPTION="library for handling page faults in user mode" -HOMEPAGE="http://www.gnu.org/software/libsigsegv/" +HOMEPAGE="https://www.gnu.org/software/libsigsegv/" SRC_URI="mirror://gnu/libsigsegv/${P}.tar.gz" LICENSE="GPL-2" diff --git a/dev-libs/libsigsegv/libsigsegv-2.11.ebuild b/dev-libs/libsigsegv/libsigsegv-2.11.ebuild index b0c9ed65492..bd5987ba7ff 100644 --- a/dev-libs/libsigsegv/libsigsegv-2.11.ebuild +++ b/dev-libs/libsigsegv/libsigsegv-2.11.ebuild @@ -4,7 +4,7 @@ EAPI=6 DESCRIPTION="Library for handling page faults in user mode" -HOMEPAGE="http://www.gnu.org/software/libsigsegv/" +HOMEPAGE="https://www.gnu.org/software/libsigsegv/" SRC_URI="mirror://gnu/libsigsegv/${P}.tar.gz" LICENSE="GPL-2"