From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1018449-garchives=archives.gentoo.org@lists.gentoo.org>
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 BDD081382C5
	for <garchives@archives.gentoo.org>; Wed, 18 Apr 2018 18:16:02 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 00149E0907;
	Wed, 18 Apr 2018 18:16:01 +0000 (UTC)
Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4])
	(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 BCAD3E0907
	for <gentoo-commits@lists.gentoo.org>; Wed, 18 Apr 2018 18:16:01 +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 89C06335C73
	for <gentoo-commits@lists.gentoo.org>; Wed, 18 Apr 2018 18:16:00 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 3EA57270
	for <gentoo-commits@lists.gentoo.org>; Wed, 18 Apr 2018 18:15:58 +0000 (UTC)
From: "David Seifert" <soap@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" <soap@gentoo.org>
Message-ID: <1524075278.64a28e62d48b668eee2ef8838057b4e67e55e27b.soap@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.1_p20180211.ebuild sys-apps/usbredir/usbredir-9999.ebuild
X-VCS-Directories: sys-apps/usbredir/
X-VCS-Committer: soap
X-VCS-Committer-Name: David Seifert
X-VCS-Revision: 64a28e62d48b668eee2ef8838057b4e67e55e27b
X-VCS-Branch: master
Date: Wed, 18 Apr 2018 18:15:58 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Archives-Salt: 8c907712-3100-4b25-b4e3-1cd702e3a3f2
X-Archives-Hash: 2985836d0c2c7362ea2ae17dd07765aa

commit:     64a28e62d48b668eee2ef8838057b4e67e55e27b
Author:     Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Wed Apr 18 08:11:25 2018 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Wed Apr 18 18:14:38 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=64a28e62

sys-apps/usbredir: fix HOMEPAGE

Closes: https://github.com/gentoo/gentoo/pull/8054

 sys-apps/usbredir/usbredir-0.7.1_p20170503.ebuild | 4 ++--
 sys-apps/usbredir/usbredir-0.7.1_p20180211.ebuild | 2 +-
 sys-apps/usbredir/usbredir-9999.ebuild            | 4 ++--
 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 19fbe148a63..585d59c0ca1 100644
--- a/sys-apps/usbredir/usbredir-0.7.1_p20170503.ebuild
+++ b/sys-apps/usbredir/usbredir-0.7.1_p20170503.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
@@ -7,7 +7,7 @@ inherit eutils flag-o-matic
 MY_PV=${PV/_p*/}
 
 DESCRIPTION="TCP daemon and set of libraries for usbredir protocol (redirecting USB traffic)"
-HOMEPAGE="https://www.spice-space.org/page/UsbRedir"
+HOMEPAGE="https://www.spice-space.org/usbredir.html"
 SRC_URI="https://www.spice-space.org/download/usbredir/usbredir-${MY_PV}.tar.bz2
 	https://dev.gentoo.org/~tamiko/distfiles/${P}-patches.tar.xz"
 

diff --git a/sys-apps/usbredir/usbredir-0.7.1_p20180211.ebuild b/sys-apps/usbredir/usbredir-0.7.1_p20180211.ebuild
index 511853883be..cbf611d135e 100644
--- a/sys-apps/usbredir/usbredir-0.7.1_p20180211.ebuild
+++ b/sys-apps/usbredir/usbredir-0.7.1_p20180211.ebuild
@@ -7,7 +7,7 @@ inherit eutils flag-o-matic
 MY_PV=${PV/_p*/}
 
 DESCRIPTION="TCP daemon and set of libraries for usbredir protocol (redirecting USB traffic)"
-HOMEPAGE="https://www.spice-space.org/page/UsbRedir"
+HOMEPAGE="https://www.spice-space.org/usbredir.html"
 SRC_URI="https://www.spice-space.org/download/usbredir/usbredir-${MY_PV}.tar.bz2
 	https://dev.gentoo.org/~tamiko/distfiles/${P}-patches.tar.xz"
 

diff --git a/sys-apps/usbredir/usbredir-9999.ebuild b/sys-apps/usbredir/usbredir-9999.ebuild
index 8c8f43ddda0..84886235db9 100644
--- a/sys-apps/usbredir/usbredir-9999.ebuild
+++ b/sys-apps/usbredir/usbredir-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
@@ -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="https://www.spice-space.org/page/UsbRedir"
+HOMEPAGE="https://www.spice-space.org/usbredir.html"
 EGIT_REPO_URI="https://anongit.freedesktop.org/git/spice/usbredir.git"
 
 LICENSE="GPL-2 LGPL-2.1"