Gentoo Archives: gentoo-commits

From: Alexis Ballier <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/OpenNI2/
Date: Thu, 22 Feb 2018 20:20:02
Message-Id: 1519330709.cb04c132b4d521e9db0f96a56d6c5053c0b6f65c.aballier@gentoo
1 commit: cb04c132b4d521e9db0f96a56d6c5053c0b6f65c
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Thu Feb 22 17:28:04 2018 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Thu Feb 22 20:18:29 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cb04c132
7
8 dev-libs/OpenNI2: use HTTPS
9
10 dev-libs/OpenNI2/OpenNI2-2.2_beta2.ebuild | 4 ++--
11 dev-libs/OpenNI2/OpenNI2-9999.ebuild | 4 ++--
12 2 files changed, 4 insertions(+), 4 deletions(-)
13
14 diff --git a/dev-libs/OpenNI2/OpenNI2-2.2_beta2.ebuild b/dev-libs/OpenNI2/OpenNI2-2.2_beta2.ebuild
15 index 218a3a477fa..4f39df7f406 100644
16 --- a/dev-libs/OpenNI2/OpenNI2-2.2_beta2.ebuild
17 +++ b/dev-libs/OpenNI2/OpenNI2-2.2_beta2.ebuild
18 @@ -1,4 +1,4 @@
19 -# Copyright 1999-2017 Gentoo Foundation
20 +# Copyright 1999-2018 Gentoo Foundation
21 # Distributed under the terms of the GNU General Public License v2
22
23 EAPI=5
24 @@ -21,7 +21,7 @@ else
25 fi
26
27 DESCRIPTION="OpenNI2 SDK"
28 -HOMEPAGE="http://structure.io/openni"
29 +HOMEPAGE="https://structure.io/openni"
30 LICENSE="Apache-2.0"
31 SLOT="0"
32 IUSE="doc java neon opengl static-libs"
33
34 diff --git a/dev-libs/OpenNI2/OpenNI2-9999.ebuild b/dev-libs/OpenNI2/OpenNI2-9999.ebuild
35 index ced4cfb2c9e..1ced5f727b7 100644
36 --- a/dev-libs/OpenNI2/OpenNI2-9999.ebuild
37 +++ b/dev-libs/OpenNI2/OpenNI2-9999.ebuild
38 @@ -1,4 +1,4 @@
39 -# Copyright 1999-2017 Gentoo Foundation
40 +# Copyright 1999-2018 Gentoo Foundation
41 # Distributed under the terms of the GNU General Public License v2
42
43 EAPI=5
44 @@ -21,7 +21,7 @@ else
45 fi
46
47 DESCRIPTION="OpenNI2 SDK"
48 -HOMEPAGE="http://structure.io/openni"
49 +HOMEPAGE="https://structure.io/openni"
50 LICENSE="Apache-2.0"
51 SLOT="0"
52 IUSE="doc java neon opengl static-libs"