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 2BA4B138335 for ; Sun, 24 Jun 2018 18:53:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D53ADE090E; Sun, 24 Jun 2018 18:53:50 +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 A7A6CE090E for ; Sun, 24 Jun 2018 18:53:50 +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 1A4A0335C8B for ; Sun, 24 Jun 2018 18:53:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 431882A1 for ; Sun, 24 Jun 2018 18:53:47 +0000 (UTC) From: "Dirkjan Ochtman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Dirkjan Ochtman" Message-ID: <1529866401.98cd84da63be5d90728d6c30a756a5de5fd4a4b0.djc@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/nanomsg/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/nanomsg/nanomsg-1.0.0.ebuild dev-libs/nanomsg/nanomsg-1.1.0.ebuild dev-libs/nanomsg/nanomsg-1.1.2.ebuild X-VCS-Directories: dev-libs/nanomsg/ X-VCS-Committer: djc X-VCS-Committer-Name: Dirkjan Ochtman X-VCS-Revision: 98cd84da63be5d90728d6c30a756a5de5fd4a4b0 X-VCS-Branch: master Date: Sun, 24 Jun 2018 18:53:47 +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: 41f30841-b11d-46db-aaff-0ba879725e05 X-Archives-Hash: 4d3293b338ad55294780a32715c1add0 commit: 98cd84da63be5d90728d6c30a756a5de5fd4a4b0 Author: Michael Mair-Keimberger gmail com> AuthorDate: Sat Jun 23 19:14:31 2018 +0000 Commit: Dirkjan Ochtman gentoo org> CommitDate: Sun Jun 24 18:53:21 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=98cd84da dev-libs/nanomsg: use HTTPs dev-libs/nanomsg/nanomsg-1.0.0.ebuild | 4 ++-- dev-libs/nanomsg/nanomsg-1.1.0.ebuild | 4 ++-- dev-libs/nanomsg/nanomsg-1.1.2.ebuild | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/dev-libs/nanomsg/nanomsg-1.0.0.ebuild b/dev-libs/nanomsg/nanomsg-1.0.0.ebuild index b2e2b2fb1d4..cff38d473fb 100644 --- a/dev-libs/nanomsg/nanomsg-1.0.0.ebuild +++ b/dev-libs/nanomsg/nanomsg-1.0.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -6,7 +6,7 @@ EAPI=5 inherit cmake-multilib DESCRIPTION="High-performance messaging interface for distributed applications" -HOMEPAGE="http://nanomsg.org/" +HOMEPAGE="https://nanomsg.org/" SRC_URI="https://github.com/nanomsg/nanomsg/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="MIT" diff --git a/dev-libs/nanomsg/nanomsg-1.1.0.ebuild b/dev-libs/nanomsg/nanomsg-1.1.0.ebuild index b2e2b2fb1d4..cff38d473fb 100644 --- a/dev-libs/nanomsg/nanomsg-1.1.0.ebuild +++ b/dev-libs/nanomsg/nanomsg-1.1.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -6,7 +6,7 @@ EAPI=5 inherit cmake-multilib DESCRIPTION="High-performance messaging interface for distributed applications" -HOMEPAGE="http://nanomsg.org/" +HOMEPAGE="https://nanomsg.org/" SRC_URI="https://github.com/nanomsg/nanomsg/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="MIT" diff --git a/dev-libs/nanomsg/nanomsg-1.1.2.ebuild b/dev-libs/nanomsg/nanomsg-1.1.2.ebuild index d76c8310c05..a6dff5c1b8b 100644 --- a/dev-libs/nanomsg/nanomsg-1.1.2.ebuild +++ b/dev-libs/nanomsg/nanomsg-1.1.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -6,7 +6,7 @@ EAPI=5 inherit cmake-multilib DESCRIPTION="High-performance messaging interface for distributed applications" -HOMEPAGE="http://nanomsg.org/" +HOMEPAGE="https://nanomsg.org/" SRC_URI="https://github.com/nanomsg/nanomsg/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="MIT"