From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 40EC31396D0 for ; Thu, 17 Aug 2017 17:06:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 066C91FC091; Thu, 17 Aug 2017 17:06:08 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BCA811FC091 for ; Thu, 17 Aug 2017 17:06:07 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E75EE3418CF for ; Thu, 17 Aug 2017 17:06:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6D9C1792E for ; Thu, 17 Aug 2017 17:06:03 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1502989533.3fd642744cb5184714f4e403aed613614aeae8c0.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/usbredir/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/usbredir/usbredir-0.7.1_p20170503.ebuild sys-apps/usbredir/usbredir-0.7.ebuild sys-apps/usbredir/usbredir-9999.ebuild X-VCS-Directories: sys-apps/usbredir/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 3fd642744cb5184714f4e403aed613614aeae8c0 X-VCS-Branch: master Date: Thu, 17 Aug 2017 17:06:03 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 6679b49f-6109-42d1-a86d-82fa6ae22bf5 X-Archives-Hash: 78cf4f3e015c2f318cb4acd6484d2f0e commit: 3fd642744cb5184714f4e403aed613614aeae8c0 Author: David Hicks hicks id au> AuthorDate: Tue Aug 1 10:01:28 2017 +0000 Commit: Michał Górny gentoo org> CommitDate: Thu Aug 17 17:05:33 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3fd64274 sys-apps/usbredir: use HTTPS for HOMEPAGE and SRC_URI Package-Manager: Portage-2.3.6, Repoman-2.3.3 sys-apps/usbredir/usbredir-0.7.1_p20170503.ebuild | 4 ++-- sys-apps/usbredir/usbredir-0.7.ebuild | 4 ++-- 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 e3e997c5304..19fbe148a63 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 eb4e001c618..9225004b14b 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 bacd7a0726d..8c8f43ddda0 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"