From b6c7c384f56bb66443242886167df8adce548b88 Mon Sep 17 00:00:00 2001 From: Michael Mair-Keimberger Date: Sat, 19 May 2018 09:45:44 +0200 Subject: media-video/syncplay: use HTTPS Closes: https://github.com/gentoo/gentoo/pull/8480 --- media-video/syncplay/syncplay-1.5.0.ebuild | 4 ++-- media-video/syncplay/syncplay-1.5.1.ebuild | 2 +- media-video/syncplay/syncplay-9999.ebuild | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) (limited to 'media-video/syncplay') diff --git a/media-video/syncplay/syncplay-1.5.0.ebuild b/media-video/syncplay/syncplay-1.5.0.ebuild index ae5ec4785364..82e3ec8bd455 100644 --- a/media-video/syncplay/syncplay-1.5.0.ebuild +++ b/media-video/syncplay/syncplay-1.5.0.ebuild @@ -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" diff --git a/media-video/syncplay/syncplay-1.5.1.ebuild b/media-video/syncplay/syncplay-1.5.1.ebuild index 1261425ad26b..908f6042f4ae 100644 --- a/media-video/syncplay/syncplay-1.5.1.ebuild +++ b/media-video/syncplay/syncplay-1.5.1.ebuild @@ -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" diff --git a/media-video/syncplay/syncplay-9999.ebuild b/media-video/syncplay/syncplay-9999.ebuild index eec07d40d080..fd8e3170c71b 100644 --- a/media-video/syncplay/syncplay-9999.ebuild +++ b/media-video/syncplay/syncplay-9999.ebuild @@ -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" -- cgit v1.2.3-65-gdbad