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"
