summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <m.mairkeimberger@gmail.com>2018-05-19 09:45:44 +0200
committerAaron Bauman <bman@gentoo.org>2018-05-19 20:13:48 -0400
commitb6c7c384f56bb66443242886167df8adce548b88 (patch)
tree95ba446e76329fdc364047890ca7025b4ead5d1a /media-video/syncplay
parentsys-apps/miller: use HTTPS (diff)
downloadgentoo-b6c7c384f56bb66443242886167df8adce548b88.tar.gz
gentoo-b6c7c384f56bb66443242886167df8adce548b88.tar.bz2
gentoo-b6c7c384f56bb66443242886167df8adce548b88.zip
media-video/syncplay: use HTTPS
Closes: https://github.com/gentoo/gentoo/pull/8480
Diffstat (limited to 'media-video/syncplay')
-rw-r--r--media-video/syncplay/syncplay-1.5.0.ebuild4
-rw-r--r--media-video/syncplay/syncplay-1.5.1.ebuild2
-rw-r--r--media-video/syncplay/syncplay-9999.ebuild4
3 files changed, 5 insertions, 5 deletions
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"