Gentoo Archives: gentoo-commits

From: Johannes Huber <johu@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-cpp/websocketpp/
Date: Sat, 06 Oct 2018 21:24:06
Message-Id: 1538861011.22db4a8bda20dfa352607e9677f82db9bee28293.johu@gentoo
1 commit: 22db4a8bda20dfa352607e9677f82db9bee28293
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Sat Sep 15 15:17:54 2018 +0000
4 Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 6 21:23:31 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=22db4a8b
7
8 dev-cpp/websocketpp: use HTTPS
9
10 Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
11 Signed-off-by: Johannes Huber <johu <AT> gentoo.org>
12 Closes: https://github.com/gentoo/gentoo/pull/9872
13 Closes: https://bugs.gentoo.org/667866
14
15 dev-cpp/websocketpp/websocketpp-0.7.0-r2.ebuild | 4 ++--
16 dev-cpp/websocketpp/websocketpp-0.8.1.ebuild | 4 ++--
17 2 files changed, 4 insertions(+), 4 deletions(-)
18
19 diff --git a/dev-cpp/websocketpp/websocketpp-0.7.0-r2.ebuild b/dev-cpp/websocketpp/websocketpp-0.7.0-r2.ebuild
20 index 1f3730df214..49aa4f68f4d 100644
21 --- a/dev-cpp/websocketpp/websocketpp-0.7.0-r2.ebuild
22 +++ b/dev-cpp/websocketpp/websocketpp-0.7.0-r2.ebuild
23 @@ -1,4 +1,4 @@
24 -# Copyright 1999-2018 Gentoo Foundation
25 +# Copyright 1999-2018 Gentoo Authors
26 # Distributed under the terms of the GNU General Public License v2
27
28 EAPI=6
29 @@ -6,7 +6,7 @@ EAPI=6
30 inherit cmake-utils
31
32 DESCRIPTION="C++/Boost Asio based websocket client/server library"
33 -HOMEPAGE="http://www.zaphoyd.com/websocketpp"
34 +HOMEPAGE="https://www.zaphoyd.com/websocketpp"
35 SRC_URI="https://github.com/zaphoyd/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
36
37 KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc64 ~x86"
38
39 diff --git a/dev-cpp/websocketpp/websocketpp-0.8.1.ebuild b/dev-cpp/websocketpp/websocketpp-0.8.1.ebuild
40 index 0818e872e79..332c2d9ffca 100644
41 --- a/dev-cpp/websocketpp/websocketpp-0.8.1.ebuild
42 +++ b/dev-cpp/websocketpp/websocketpp-0.8.1.ebuild
43 @@ -1,4 +1,4 @@
44 -# Copyright 1999-2018 Gentoo Foundation
45 +# Copyright 1999-2018 Gentoo Authors
46 # Distributed under the terms of the GNU General Public License v2
47
48 EAPI=6
49 @@ -6,7 +6,7 @@ EAPI=6
50 inherit cmake-utils
51
52 DESCRIPTION="C++/Boost Asio based websocket client/server library"
53 -HOMEPAGE="http://www.zaphoyd.com/websocketpp"
54 +HOMEPAGE="https://www.zaphoyd.com/websocketpp"
55 SRC_URI="https://github.com/zaphoyd/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
56
57 KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc64 ~x86"