diff options
author | David Hicks <david@hicks.id.au> | 2017-08-01 20:01:28 +1000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2017-08-17 19:05:33 +0200 |
commit | 3fd642744cb5184714f4e403aed613614aeae8c0 (patch) | |
tree | b5432f1a28edd501561cf4056e875933e1027b60 | |
parent | app-emulation/libcacard: use HTTPS for HOMEPAGE and SRC_URI (diff) | |
download | gentoo-3fd642744cb5184714f4e403aed613614aeae8c0.tar.gz gentoo-3fd642744cb5184714f4e403aed613614aeae8c0.tar.bz2 gentoo-3fd642744cb5184714f4e403aed613614aeae8c0.zip |
sys-apps/usbredir: use HTTPS for HOMEPAGE and SRC_URI
Package-Manager: Portage-2.3.6, Repoman-2.3.3
-rw-r--r-- | sys-apps/usbredir/usbredir-0.7.1_p20170503.ebuild | 4 | ||||
-rw-r--r-- | sys-apps/usbredir/usbredir-0.7.ebuild | 4 | ||||
-rw-r--r-- | sys-apps/usbredir/usbredir-9999.ebuild | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/sys-apps/usbredir/usbredir-0.7.1_p20170503.ebuild b/sys-apps/usbredir/usbredir-0.7.1_p20170503.ebuild index e3e997c53049..19fbe148a630 100644 --- a/sys-apps/usbredir/usbredir-0.7.1_p20170503.ebuild +++ b/sys-apps/usbredir/usbredir-0.7.1_p20170503.ebuild @@ -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" diff --git a/sys-apps/usbredir/usbredir-0.7.ebuild b/sys-apps/usbredir/usbredir-0.7.ebuild index eb4e001c618a..9225004b14b2 100644 --- a/sys-apps/usbredir/usbredir-0.7.ebuild +++ b/sys-apps/usbredir/usbredir-0.7.ebuild @@ -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" diff --git a/sys-apps/usbredir/usbredir-9999.ebuild b/sys-apps/usbredir/usbredir-9999.ebuild index bacd7a0726dc..8c8f43ddda02 100644 --- a/sys-apps/usbredir/usbredir-9999.ebuild +++ b/sys-apps/usbredir/usbredir-9999.ebuild @@ -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" |