Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libsfml/
Date: Thu, 21 Feb 2019 10:29:59
Message-Id: 1550744949.ebd07bbe21eef6c1759a6c70962993f1128ea4d8.asturm@gentoo
1 commit: ebd07bbe21eef6c1759a6c70962993f1128ea4d8
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Wed Feb 20 20:29:58 2019 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Thu Feb 21 10:29:09 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ebd07bbe
7
8 media-libs/libsfml: use HTTPS
9
10 Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
11 Closes: https://github.com/gentoo/gentoo/pull/11119
12 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
13
14 media-libs/libsfml/libsfml-2.5.1.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/media-libs/libsfml/libsfml-2.5.1.ebuild b/media-libs/libsfml/libsfml-2.5.1.ebuild
18 index 6da461a12eb..715c1d5a224 100644
19 --- a/media-libs/libsfml/libsfml-2.5.1.ebuild
20 +++ b/media-libs/libsfml/libsfml-2.5.1.ebuild
21 @@ -7,7 +7,7 @@ inherit cmake-utils eapi7-ver
22 MY_P="SFML-${PV}"
23
24 DESCRIPTION="Simple and Fast Multimedia Library (SFML)"
25 -HOMEPAGE="http://www.sfml-dev.org/ https://github.com/SFML/SFML"
26 +HOMEPAGE="https://www.sfml-dev.org/ https://github.com/SFML/SFML"
27 SRC_URI="https://github.com/SFML/SFML/archive/${PV}.tar.gz -> ${P}.tar.gz"
28
29 LICENSE="ZLIB"