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 ADC8A138331 for ; Thu, 22 Feb 2018 20:20:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9AD3BE0930; Thu, 22 Feb 2018 20:20:01 +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 7B704E0930 for ; Thu, 22 Feb 2018 20:20:01 +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 48615335C4C for ; Thu, 22 Feb 2018 20:20:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C86F1233 for ; Thu, 22 Feb 2018 20:19:58 +0000 (UTC) From: "Alexis Ballier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexis Ballier" Message-ID: <1519330709.3b15468d285838fe6b01be10a43e00c6d81b782c.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/ignition-transport/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/ignition-transport/ignition-transport-3.1.0-r1.ebuild net-libs/ignition-transport/ignition-transport-4.0.0.ebuild X-VCS-Directories: net-libs/ignition-transport/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: 3b15468d285838fe6b01be10a43e00c6d81b782c X-VCS-Branch: master Date: Thu, 22 Feb 2018 20:19:58 +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: 6c0f2251-f681-4eaa-925b-8dfe62981fec X-Archives-Hash: 4c13dd2365ec26bd5c682c948ae2ccbc commit: 3b15468d285838fe6b01be10a43e00c6d81b782c Author: Michael Mair-Keimberger gmail com> AuthorDate: Thu Feb 22 17:43:49 2018 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Thu Feb 22 20:18:29 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b15468d net-libs/ignition-transport: use HTTPS net-libs/ignition-transport/ignition-transport-3.1.0-r1.ebuild | 2 +- net-libs/ignition-transport/ignition-transport-4.0.0.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/net-libs/ignition-transport/ignition-transport-3.1.0-r1.ebuild b/net-libs/ignition-transport/ignition-transport-3.1.0-r1.ebuild index d90f82ffa1b..d061cf3b13b 100644 --- a/net-libs/ignition-transport/ignition-transport-3.1.0-r1.ebuild +++ b/net-libs/ignition-transport/ignition-transport-3.1.0-r1.ebuild @@ -6,7 +6,7 @@ EAPI=5 inherit cmake-utils vcs-snapshot flag-o-matic DESCRIPTION="Combines ZeroMQ with Protobufs to create a fast and efficient message passing system" -HOMEPAGE="http://ignitionrobotics.org/libraries/transport" +HOMEPAGE="https://ignitionrobotics.org/libraries/transport" SRC_URI="http://gazebosim.org/distributions/ign-transport/releases/${PN}3-${PV}.tar.bz2" LICENSE="Apache-2.0" diff --git a/net-libs/ignition-transport/ignition-transport-4.0.0.ebuild b/net-libs/ignition-transport/ignition-transport-4.0.0.ebuild index 7fc18b97a88..a2d37bb8411 100644 --- a/net-libs/ignition-transport/ignition-transport-4.0.0.ebuild +++ b/net-libs/ignition-transport/ignition-transport-4.0.0.ebuild @@ -6,7 +6,7 @@ EAPI=5 inherit cmake-utils vcs-snapshot flag-o-matic DESCRIPTION="Combines ZeroMQ with Protobufs to create a fast and efficient message passing system" -HOMEPAGE="http://ignitionrobotics.org/libraries/transport" +HOMEPAGE="https://ignitionrobotics.org/libraries/transport" SRC_URI="http://gazebosim.org/distributions/ign-transport/releases/${PN}4-${PV}.tar.bz2" LICENSE="Apache-2.0"