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 EEABE1382C5 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 39073E0938; Thu, 22 Feb 2018 20:20:02 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 1843BE0932 for ; Thu, 22 Feb 2018 20:20:01 +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 094D2335C30 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 8E6E2211 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.cb04c132b4d521e9db0f96a56d6c5053c0b6f65c.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/OpenNI2/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/OpenNI2/OpenNI2-2.2_beta2.ebuild dev-libs/OpenNI2/OpenNI2-9999.ebuild X-VCS-Directories: dev-libs/OpenNI2/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: cb04c132b4d521e9db0f96a56d6c5053c0b6f65c 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: 0362b004-14c8-482e-bb84-5ac2d603d568 X-Archives-Hash: 314fc02f33aad3571f8b934b2c9f5d10 commit: cb04c132b4d521e9db0f96a56d6c5053c0b6f65c Author: Michael Mair-Keimberger gmail com> AuthorDate: Thu Feb 22 17:28:04 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=cb04c132 dev-libs/OpenNI2: use HTTPS dev-libs/OpenNI2/OpenNI2-2.2_beta2.ebuild | 4 ++-- dev-libs/OpenNI2/OpenNI2-9999.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dev-libs/OpenNI2/OpenNI2-2.2_beta2.ebuild b/dev-libs/OpenNI2/OpenNI2-2.2_beta2.ebuild index 218a3a477fa..4f39df7f406 100644 --- a/dev-libs/OpenNI2/OpenNI2-2.2_beta2.ebuild +++ b/dev-libs/OpenNI2/OpenNI2-2.2_beta2.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 @@ -21,7 +21,7 @@ else fi DESCRIPTION="OpenNI2 SDK" -HOMEPAGE="http://structure.io/openni" +HOMEPAGE="https://structure.io/openni" LICENSE="Apache-2.0" SLOT="0" IUSE="doc java neon opengl static-libs" diff --git a/dev-libs/OpenNI2/OpenNI2-9999.ebuild b/dev-libs/OpenNI2/OpenNI2-9999.ebuild index ced4cfb2c9e..1ced5f727b7 100644 --- a/dev-libs/OpenNI2/OpenNI2-9999.ebuild +++ b/dev-libs/OpenNI2/OpenNI2-9999.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 @@ -21,7 +21,7 @@ else fi DESCRIPTION="OpenNI2 SDK" -HOMEPAGE="http://structure.io/openni" +HOMEPAGE="https://structure.io/openni" LICENSE="Apache-2.0" SLOT="0" IUSE="doc java neon opengl static-libs"