Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libupnpp/
Date: Mon, 15 Apr 2019 08:35:49
Message-Id: 1555317246.53301f78cea7f8fffa32759382ef18c1ddd8be9a.soap@gentoo
1 commit: 53301f78cea7f8fffa32759382ef18c1ddd8be9a
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Tue Apr 9 18:53:51 2019 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Mon Apr 15 08:34:06 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=53301f78
7
8 net-libs/libupnpp: use HTTPS
9
10 Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
11 Closes: https://github.com/gentoo/gentoo/pull/11645
12 Signed-off-by: David Seifert <soap <AT> gentoo.org>
13
14 net-libs/libupnpp/libupnpp-0.16.1.ebuild | 4 ++--
15 net-libs/libupnpp/libupnpp-0.17.0.ebuild | 2 +-
16 2 files changed, 3 insertions(+), 3 deletions(-)
17
18 diff --git a/net-libs/libupnpp/libupnpp-0.16.1.ebuild b/net-libs/libupnpp/libupnpp-0.16.1.ebuild
19 index a9708d584ec..86d95189100 100644
20 --- a/net-libs/libupnpp/libupnpp-0.16.1.ebuild
21 +++ b/net-libs/libupnpp/libupnpp-0.16.1.ebuild
22 @@ -1,9 +1,9 @@
23 -# Copyright 1999-2018 Gentoo Authors
24 +# Copyright 1999-2019 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 EAPI=6
28 DESCRIPTION="The libupnpp C++ library wraps libupnp for easier use by upmpdcli and upplay"
29 -HOMEPAGE="http://www.lesbonscomptes.com/upmpdcli"
30 +HOMEPAGE="https://www.lesbonscomptes.com/upmpdcli"
31 SRC_URI="https://www.lesbonscomptes.com/upmpdcli/downloads/${P}.tar.gz"
32
33 LICENSE="GPL-2"
34
35 diff --git a/net-libs/libupnpp/libupnpp-0.17.0.ebuild b/net-libs/libupnpp/libupnpp-0.17.0.ebuild
36 index 3806b746ec9..cdc9273992b 100644
37 --- a/net-libs/libupnpp/libupnpp-0.17.0.ebuild
38 +++ b/net-libs/libupnpp/libupnpp-0.17.0.ebuild
39 @@ -3,7 +3,7 @@
40
41 EAPI=7
42 DESCRIPTION="The libupnpp C++ library wraps libupnp for easier use by upmpdcli and upplay"
43 -HOMEPAGE="http://www.lesbonscomptes.com/upmpdcli"
44 +HOMEPAGE="https://www.lesbonscomptes.com/upmpdcli"
45 SRC_URI="https://www.lesbonscomptes.com/upmpdcli/downloads/${P}.tar.gz"
46
47 LICENSE="GPL-2"