media-video/syncplay: use HTTPS
authorMichael Mair-Keimberger <m.mairkeimberger@gmail.com>
Sat, 19 May 2018 07:45:44 +0000 (09:45 +0200)
committerAaron Bauman <bman@gentoo.org>
Sun, 20 May 2018 00:13:48 +0000 (20:13 -0400)
Closes: https://github.com/gentoo/gentoo/pull/8480

media-video/syncplay/syncplay-1.5.0.ebuild
media-video/syncplay/syncplay-1.5.1.ebuild
media-video/syncplay/syncplay-9999.ebuild

index ae5ec478536475de1badc51c80fb807e4759a585..82e3ec8bd455c0b5b5c9e435806b1575850adcd3 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -10,7 +10,7 @@ inherit python-r1
 MY_PV=${PV/_rc/-RC}
 
 DESCRIPTION="Client/server to synchronize media playback"
-HOMEPAGE="http://syncplay.pl"
+HOMEPAGE="https://syncplay.pl"
 SRC_URI="https://github.com/Syncplay/syncplay/archive/v${MY_PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="Apache-2.0"
index 1261425ad26bb54be1452af20af38961b22d4750..908f6042f4ae63a084a11908eeefdafdcd416838 100644 (file)
@@ -8,7 +8,7 @@ PYTHON_COMPAT=( python2_7 )
 inherit python-r1
 
 DESCRIPTION="Client/server to synchronize media playback"
-HOMEPAGE="http://syncplay.pl"
+HOMEPAGE="https://syncplay.pl"
 SRC_URI="https://github.com/Syncplay/syncplay/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="Apache-2.0"
index eec07d40d0803b9bf80161e8149f365f269f0522..fd8e3170c71b4d6a84e29c1c922ada693909118a 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -10,7 +10,7 @@ inherit git-r3 python-r1
 MY_PV=${PV/_rc/-RC}
 
 DESCRIPTION="Client/server to synchronize media playback"
-HOMEPAGE="http://syncplay.pl"
+HOMEPAGE="https://syncplay.pl"
 EGIT_REPO_URI="https://github.com/Syncplay/${PN}.git"
 
 LICENSE="Apache-2.0"