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 26D31138332 for ; Sat, 10 Mar 2018 22:55:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3AADFE08D6; Sat, 10 Mar 2018 22:55:39 +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 F418DE0872 for ; Sat, 10 Mar 2018 22:55:38 +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 5E773335C07 for ; Sat, 10 Mar 2018 22:55:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E0EE5246 for ; Sat, 10 Mar 2018 22:55:35 +0000 (UTC) From: "Patrice Clement" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrice Clement" Message-ID: <1520722494.e7356993ca5f353b01a507d66c81667799760c23.monsieurp@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/msgpack/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/msgpack/msgpack-1.1.0.ebuild dev-libs/msgpack/msgpack-1.4.2.ebuild dev-libs/msgpack/msgpack-2.0.0.ebuild dev-libs/msgpack/msgpack-2.1.1.ebuild X-VCS-Directories: dev-libs/msgpack/ X-VCS-Committer: monsieurp X-VCS-Committer-Name: Patrice Clement X-VCS-Revision: e7356993ca5f353b01a507d66c81667799760c23 X-VCS-Branch: master Date: Sat, 10 Mar 2018 22:55:35 +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: 72d8eea3-746a-46e3-8a62-792fa1748948 X-Archives-Hash: 816baa04eb37a3d5080234e1a79f067e commit: e7356993ca5f353b01a507d66c81667799760c23 Author: Michael Mair-Keimberger gmail com> AuthorDate: Fri Mar 9 18:48:10 2018 +0000 Commit: Patrice Clement gentoo org> CommitDate: Sat Mar 10 22:54:54 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e7356993 dev-libs/msgpack: use HTTPS. dev-libs/msgpack/msgpack-1.1.0.ebuild | 4 ++-- dev-libs/msgpack/msgpack-1.4.2.ebuild | 4 ++-- dev-libs/msgpack/msgpack-2.0.0.ebuild | 4 ++-- dev-libs/msgpack/msgpack-2.1.1.ebuild | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/dev-libs/msgpack/msgpack-1.1.0.ebuild b/dev-libs/msgpack/msgpack-1.1.0.ebuild index 0743ad515c8..9b281e2b23f 100644 --- a/dev-libs/msgpack/msgpack-1.1.0.ebuild +++ b/dev-libs/msgpack/msgpack-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 @@ -14,7 +14,7 @@ else fi DESCRIPTION="MessagePack is a binary-based efficient data interchange format" -HOMEPAGE="http://msgpack.org/ https://github.com/msgpack/msgpack-c/" +HOMEPAGE="https://msgpack.org/ https://github.com/msgpack/msgpack-c/" LICENSE="Apache-2.0" SLOT="0" diff --git a/dev-libs/msgpack/msgpack-1.4.2.ebuild b/dev-libs/msgpack/msgpack-1.4.2.ebuild index 186ab46e8bf..bda3e971dac 100644 --- a/dev-libs/msgpack/msgpack-1.4.2.ebuild +++ b/dev-libs/msgpack/msgpack-1.4.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=6 @@ -14,7 +14,7 @@ else fi DESCRIPTION="MessagePack is a binary-based efficient data interchange format" -HOMEPAGE="http://msgpack.org/ https://github.com/msgpack/msgpack-c/" +HOMEPAGE="https://msgpack.org/ https://github.com/msgpack/msgpack-c/" LICENSE="Boost-1.0" SLOT="0" diff --git a/dev-libs/msgpack/msgpack-2.0.0.ebuild b/dev-libs/msgpack/msgpack-2.0.0.ebuild index 11a00b6a7a3..8f7503aa83b 100644 --- a/dev-libs/msgpack/msgpack-2.0.0.ebuild +++ b/dev-libs/msgpack/msgpack-2.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=6 @@ -17,7 +17,7 @@ else fi DESCRIPTION="MessagePack is a binary-based efficient data interchange format" -HOMEPAGE="http://msgpack.org/ https://github.com/msgpack/msgpack-c/" +HOMEPAGE="https://msgpack.org/ https://github.com/msgpack/msgpack-c/" LICENSE="Apache-2.0" SLOT="0" diff --git a/dev-libs/msgpack/msgpack-2.1.1.ebuild b/dev-libs/msgpack/msgpack-2.1.1.ebuild index e0def45df75..6f48d0e5952 100644 --- a/dev-libs/msgpack/msgpack-2.1.1.ebuild +++ b/dev-libs/msgpack/msgpack-2.1.1.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=6 @@ -13,7 +13,7 @@ else fi DESCRIPTION="MessagePack is a binary-based efficient data interchange format" -HOMEPAGE="http://msgpack.org/ https://github.com/msgpack/msgpack-c/" +HOMEPAGE="https://msgpack.org/ https://github.com/msgpack/msgpack-c/" LICENSE="Boost-1.0" SLOT="0"