Skip to content

Commit

Permalink
sys-apps/usbredir: use HTTPS for HOMEPAGE and SRC_URI
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.6, Repoman-2.3.3
  • Loading branch information
davidhicks authored and mgorny committed Aug 17, 2017
1 parent 563bd9c commit 3fd6427
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions sys-apps/usbredir/usbredir-0.7.1_p20170503.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
4 changes: 2 additions & 2 deletions sys-apps/usbredir/usbredir-0.7.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion sys-apps/usbredir/usbredir-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 3fd6427

Please sign in to comment.