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-kids/tuxmath/
Date: Sat, 20 Apr 2019 23:23:11
Message-Id: 1555677199.8eed3f14974c321d35d0c14a5643080bbe54f578.chewi@gentoo
1 commit: 8eed3f14974c321d35d0c14a5643080bbe54f578
2 Author: Wim Muskee <wimmuskee <AT> gmail <DOT> com>
3 AuthorDate: Fri Apr 19 06:55:04 2019 +0000
4 Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org>
5 CommitDate: Fri Apr 19 12:33:19 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8eed3f14
7
8 games-kids/tuxmath: update HOMEPAGE, metadata
9
10 Bug: https://bugs.gentoo.org/683184
11 Signed-off-by: Wim Muskee <wimmuskee <AT> gmail.com>
12 Closes: https://github.com/gentoo/gentoo/pull/11738
13 Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>
14
15 games-kids/tuxmath/metadata.xml | 1 +
16 games-kids/tuxmath/tuxmath-2.0.3-r1.ebuild | 4 ++--
17 2 files changed, 3 insertions(+), 2 deletions(-)
18
19 diff --git a/games-kids/tuxmath/metadata.xml b/games-kids/tuxmath/metadata.xml
20 index b916dfd6018..c1f02a41624 100644
21 --- a/games-kids/tuxmath/metadata.xml
22 +++ b/games-kids/tuxmath/metadata.xml
23 @@ -7,5 +7,6 @@
24 </maintainer>
25 <upstream>
26 <remote-id type="sourceforge">tuxmath</remote-id>
27 + <remote-id type="github">tux4kids/tuxmath</remote-id>
28 </upstream>
29 </pkgmetadata>
30
31 diff --git a/games-kids/tuxmath/tuxmath-2.0.3-r1.ebuild b/games-kids/tuxmath/tuxmath-2.0.3-r1.ebuild
32 index 56c09b87901..2ef1bded85d 100644
33 --- a/games-kids/tuxmath/tuxmath-2.0.3-r1.ebuild
34 +++ b/games-kids/tuxmath/tuxmath-2.0.3-r1.ebuild
35 @@ -1,4 +1,4 @@
36 -# Copyright 1999-2016 Gentoo Foundation
37 +# Copyright 1999-2019 Gentoo Authors
38 # Distributed under the terms of the GNU General Public License v2
39
40 EAPI=6
41 @@ -6,7 +6,7 @@ inherit eutils gnome2-utils
42
43 MY_PN="${PN}_w_fonts"
44 DESCRIPTION="Educational arcade game where you have to solve maths problems"
45 -HOMEPAGE="http://tux4kids.alioth.debian.org/tuxmath/"
46 +HOMEPAGE="https://github.com/tux4kids/tuxmath"
47 SRC_URI="mirror://debian/pool/main/t/${PN}/${PN}_${PV}.orig.tar.gz"
48
49 LICENSE="GPL-2 OFL-1.1"