sys-apps/usbredir: use HTTPS for HOMEPAGE and SRC_URI
authorDavid Hicks <david@hicks.id.au>
Tue, 1 Aug 2017 10:01:28 +0000 (20:01 +1000)
committerMichał Górny <mgorny@gentoo.org>
Thu, 17 Aug 2017 17:05:33 +0000 (19:05 +0200)
Package-Manager: Portage-2.3.6, Repoman-2.3.3

sys-apps/usbredir/usbredir-0.7.1_p20170503.ebuild
sys-apps/usbredir/usbredir-0.7.ebuild
sys-apps/usbredir/usbredir-9999.ebuild

index e3e997c53049bc808c0185cc3f3d6163b50244a6..19fbe148a6305f2cb1528482ddd448feb81d1e61 100644 (file)
@@ -7,8 +7,8 @@ inherit eutils flag-o-matic
 MY_PV=${PV/_p*/}
 
 DESCRIPTION="TCP daemon and set of libraries for usbredir protocol (redirecting USB traffic)"
-HOMEPAGE="http://spice-space.org/page/UsbRedir"
-SRC_URI="http://spice-space.org/download/${PN}/${PN}-${MY_PV}.tar.bz2
+HOMEPAGE="https://www.spice-space.org/page/UsbRedir"
+SRC_URI="https://www.spice-space.org/download/usbredir/usbredir-${MY_PV}.tar.bz2
        https://dev.gentoo.org/~tamiko/distfiles/${P}-patches.tar.xz"
 
 LICENSE="GPL-2 LGPL-2.1"
index eb4e001c618ae1c79174cd2b9e442fdaf4a95565..9225004b14b2a213439b92280c11e1c9ad8b2d50 100644 (file)
@@ -5,8 +5,8 @@ EAPI=5
 inherit eutils flag-o-matic
 
 DESCRIPTION="TCP daemon and set of libraries for usbredir protocol (redirecting USB traffic)"
-HOMEPAGE="http://spice-space.org/page/UsbRedir"
-SRC_URI="http://spice-space.org/download/${PN}/${P}.tar.bz2"
+HOMEPAGE="https://www.spice-space.org/page/UsbRedir"
+SRC_URI="https://www.spice-space.org/download/usbredir/${P}.tar.bz2"
 
 LICENSE="GPL-2 LGPL-2.1"
 SLOT="0"
index bacd7a0726dcad99b19cae57c6698241eb669326..8c8f43ddda023dbcdf7cfa1f611bed0034885ee5 100644 (file)
@@ -6,7 +6,7 @@ EAPI=6
 inherit eutils flag-o-matic autotools git-r3
 
 DESCRIPTION="TCP daemon and set of libraries for usbredir protocol (redirecting USB traffic)"
-HOMEPAGE="http://spice-space.org/page/UsbRedir"
+HOMEPAGE="https://www.spice-space.org/page/UsbRedir"
 EGIT_REPO_URI="https://anongit.freedesktop.org/git/spice/usbredir.git"
 
 LICENSE="GPL-2 LGPL-2.1"