Gentoo Archives: gentoo-commits

From: Aaron Bauman <bman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/synergy/
Date: Thu, 14 May 2020 22:19:47
Message-Id: 1589494764.38fd296fb630e912beb0da91715a8ae20413fa30.bman@gentoo
1 commit: 38fd296fb630e912beb0da91715a8ae20413fa30
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Sat Apr 11 10:08:40 2020 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Thu May 14 22:19:24 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=38fd296f
7
8 x11-misc/synergy: use correct HOMEPAGE
9
10 Package-Manager: Portage-2.3.98, Repoman-2.3.22
11 Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
12 Closes: https://github.com/gentoo/gentoo/pull/15303
13 Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
14
15 x11-misc/synergy/synergy-2.0.0.ebuild | 2 +-
16 1 file changed, 1 insertion(+), 1 deletion(-)
17
18 diff --git a/x11-misc/synergy/synergy-2.0.0.ebuild b/x11-misc/synergy/synergy-2.0.0.ebuild
19 index 2de99eaae20..3a3b2d0bfac 100644
20 --- a/x11-misc/synergy/synergy-2.0.0.ebuild
21 +++ b/x11-misc/synergy/synergy-2.0.0.ebuild
22 @@ -5,7 +5,7 @@ EAPI=6
23 inherit eutils flag-o-matic gnome2-utils cmake-utils
24
25 DESCRIPTION="Lets you easily share a single mouse and keyboard between multiple computers"
26 -HOMEPAGE="http://synergy-project.org/ https://github.com/symless/synergy-core"
27 +HOMEPAGE="https://symless.com/synergy https://github.com/symless/synergy-core"
28 SRC_URI="
29 https://github.com/symless/${PN}-core/archive/v${PV}-stable.tar.gz -> ${P}.tar.gz
30 "