Gentoo Archives: gentoo-commits

From: Tim Harder <radhermit@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libsfml/
Date: Thu, 31 Aug 2017 11:36:35
Message-Id: 1504178716.46055948207280e23080379232ee89f2d21f8e97.radhermit@gentoo
1 commit: 46055948207280e23080379232ee89f2d21f8e97
2 Author: Tim Harder <radhermit <AT> gentoo <DOT> org>
3 AuthorDate: Thu Aug 31 11:25:16 2017 +0000
4 Commit: Tim Harder <radhermit <AT> gentoo <DOT> org>
5 CommitDate: Thu Aug 31 11:25:16 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=46055948
7
8 media-libs/libsfml: use https for HOMEPAGE
9
10 media-libs/libsfml/libsfml-2.3.2-r1.ebuild | 2 +-
11 media-libs/libsfml/libsfml-2.4.1.ebuild | 2 +-
12 media-libs/libsfml/libsfml-2.4.2.ebuild | 2 +-
13 3 files changed, 3 insertions(+), 3 deletions(-)
14
15 diff --git a/media-libs/libsfml/libsfml-2.3.2-r1.ebuild b/media-libs/libsfml/libsfml-2.3.2-r1.ebuild
16 index ee36d4fddfc..3a3d39abe39 100644
17 --- a/media-libs/libsfml/libsfml-2.3.2-r1.ebuild
18 +++ b/media-libs/libsfml/libsfml-2.3.2-r1.ebuild
19 @@ -8,7 +8,7 @@ inherit cmake-utils eutils
20 MY_P=SFML-${PV}
21
22 DESCRIPTION="Simple and Fast Multimedia Library (SFML)"
23 -HOMEPAGE="http://www.sfml-dev.org/ https://github.com/SFML/SFML"
24 +HOMEPAGE="https://www.sfml-dev.org/ https://github.com/SFML/SFML"
25 SRC_URI="https://github.com/SFML/SFML/archive/${PV}.tar.gz -> ${P}.tar.gz"
26
27 LICENSE="ZLIB"
28
29 diff --git a/media-libs/libsfml/libsfml-2.4.1.ebuild b/media-libs/libsfml/libsfml-2.4.1.ebuild
30 index ee175721bac..fe2e6ac0c09 100644
31 --- a/media-libs/libsfml/libsfml-2.4.1.ebuild
32 +++ b/media-libs/libsfml/libsfml-2.4.1.ebuild
33 @@ -8,7 +8,7 @@ inherit cmake-utils versionator
34 MY_P=SFML-${PV}
35
36 DESCRIPTION="Simple and Fast Multimedia Library (SFML)"
37 -HOMEPAGE="http://www.sfml-dev.org/ https://github.com/SFML/SFML"
38 +HOMEPAGE="https://www.sfml-dev.org/ https://github.com/SFML/SFML"
39 SRC_URI="https://github.com/SFML/SFML/archive/${PV}.tar.gz -> ${P}.tar.gz"
40
41 LICENSE="ZLIB"
42
43 diff --git a/media-libs/libsfml/libsfml-2.4.2.ebuild b/media-libs/libsfml/libsfml-2.4.2.ebuild
44 index 20e40ad19ad..9ea02efc173 100644
45 --- a/media-libs/libsfml/libsfml-2.4.2.ebuild
46 +++ b/media-libs/libsfml/libsfml-2.4.2.ebuild
47 @@ -8,7 +8,7 @@ inherit cmake-utils versionator
48 MY_P="SFML-${PV}"
49
50 DESCRIPTION="Simple and Fast Multimedia Library (SFML)"
51 -HOMEPAGE="http://www.sfml-dev.org/ https://github.com/SFML/SFML"
52 +HOMEPAGE="https://www.sfml-dev.org/ https://github.com/SFML/SFML"
53 SRC_URI="https://github.com/SFML/SFML/archive/${PV}.tar.gz -> ${P}.tar.gz"
54
55 LICENSE="ZLIB"