Gentoo Archives: gentoo-commits

From: James Le Cuirot <chewi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: games-board/gmchess/
Date: Sat, 10 Feb 2018 10:43:15
Message-Id: 1518259375.de6c560fd40e65d4c0b6ae4ee635a13d81ba9fe7.chewi@gentoo
1 commit: de6c560fd40e65d4c0b6ae4ee635a13d81ba9fe7
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Fri Feb 9 17:26:16 2018 +0000
4 Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org>
5 CommitDate: Sat Feb 10 10:42:55 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de6c560f
7
8 games-board/gmchess: fix HOMEPAGE
9
10 games-board/gmchess/gmchess-0.29.6-r2.ebuild | 4 ++--
11 1 file changed, 2 insertions(+), 2 deletions(-)
12
13 diff --git a/games-board/gmchess/gmchess-0.29.6-r2.ebuild b/games-board/gmchess/gmchess-0.29.6-r2.ebuild
14 index a89d41d0433..007c5027012 100644
15 --- a/games-board/gmchess/gmchess-0.29.6-r2.ebuild
16 +++ b/games-board/gmchess/gmchess-0.29.6-r2.ebuild
17 @@ -1,11 +1,11 @@
18 -# Copyright 1999-2016 Gentoo Foundation
19 +# Copyright 1999-2018 Gentoo Foundation
20 # Distributed under the terms of the GNU General Public License v2
21
22 EAPI=6
23 inherit autotools flag-o-matic libtool gnome2-utils
24
25 DESCRIPTION="Chinese chess with gtkmm and c++"
26 -HOMEPAGE="https://code.google.com/p/gmchess/"
27 +HOMEPAGE="https://github.com/lerosua/gmchess"
28 SRC_URI="https://${PN}.googlecode.com/files/${P}.tar.bz2"
29 RESTRICT="test"