Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: games-puzzle/numptyphysics/
Date: Sat, 24 Apr 2021 22:03:30
Message-Id: 1619301772.dbb7f8f41ac69d56c614dc43e6867357e5638e52.soap@gentoo
1 commit: dbb7f8f41ac69d56c614dc43e6867357e5638e52
2 Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
3 AuthorDate: Sat Apr 24 22:02:52 2021 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sat Apr 24 22:02:52 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dbb7f8f4
7
8 games-puzzle/numptyphysics: remove unused eclass, update LICENSE, HOMEPAGE
9
10 Package-Manager: Portage-3.0.18, Repoman-3.0.3
11 Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
12 Signed-off-by: David Seifert <soap <AT> gentoo.org>
13
14 games-puzzle/numptyphysics/numptyphysics-0.3.5.ebuild | 6 +++---
15 games-puzzle/numptyphysics/numptyphysics-9999.ebuild | 6 +++---
16 2 files changed, 6 insertions(+), 6 deletions(-)
17
18 diff --git a/games-puzzle/numptyphysics/numptyphysics-0.3.5.ebuild b/games-puzzle/numptyphysics/numptyphysics-0.3.5.ebuild
19 index 3e4879ce8aa..aed95f6655c 100644
20 --- a/games-puzzle/numptyphysics/numptyphysics-0.3.5.ebuild
21 +++ b/games-puzzle/numptyphysics/numptyphysics-0.3.5.ebuild
22 @@ -3,10 +3,10 @@
23
24 EAPI=7
25
26 -inherit flag-o-matic gnome2-utils toolchain-funcs
27 +inherit gnome2-utils toolchain-funcs
28
29 DESCRIPTION="Crayon Physics-like drawing puzzle game using the same excellent Box2D engine"
30 -HOMEPAGE="https://thp.io/2015/numptyphysics/"
31 +HOMEPAGE="https://github.com/thp/numptyphysics"
32
33 # This is only the SRC_URI for the user levels. The code is in git repo.
34 SRC_URI="user-levels? (
35 @@ -34,7 +34,7 @@ SRC_URI="user-levels? (
36 http://numptyphysics.garage.maemo.org/levels/zeez/zeez.npz
37 )"
38
39 -LICENSE="GPL-3"
40 +LICENSE="GPL-3+"
41 SLOT="0"
42 KEYWORDS="~amd64"
43 IUSE="+user-levels"
44
45 diff --git a/games-puzzle/numptyphysics/numptyphysics-9999.ebuild b/games-puzzle/numptyphysics/numptyphysics-9999.ebuild
46 index 91c738f58ca..e9ab6b1a7e7 100644
47 --- a/games-puzzle/numptyphysics/numptyphysics-9999.ebuild
48 +++ b/games-puzzle/numptyphysics/numptyphysics-9999.ebuild
49 @@ -3,10 +3,10 @@
50
51 EAPI=7
52
53 -inherit flag-o-matic git-r3 gnome2-utils toolchain-funcs
54 +inherit git-r3 gnome2-utils toolchain-funcs
55
56 DESCRIPTION="Crayon Physics-like drawing puzzle game using the same excellent Box2D engine"
57 -HOMEPAGE="https://thp.io/2015/numptyphysics/"
58 +HOMEPAGE="https://github.com/thp/numptyphysics"
59 EGIT_REPO_URI="https://github.com/thp/numptyphysics"
60 # This is only the SRC_URI for the user levels. The code is in git repo.
61 SRC_URI="user-levels? (
62 @@ -33,7 +33,7 @@ SRC_URI="user-levels? (
63 http://numptyphysics.garage.maemo.org/levels/zeez/zeez.npz
64 )"
65
66 -LICENSE="GPL-3"
67 +LICENSE="GPL-3+"
68 SLOT="0"
69 IUSE="+user-levels"