commit:     dbb7f8f41ac69d56c614dc43e6867357e5638e52
Author:     Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Sat Apr 24 22:02:52 2021 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sat Apr 24 22:02:52 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dbb7f8f4

games-puzzle/numptyphysics: remove unused eclass, update LICENSE, HOMEPAGE

Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Signed-off-by: David Seifert <soap <AT> gentoo.org>

 games-puzzle/numptyphysics/numptyphysics-0.3.5.ebuild | 6 +++---
 games-puzzle/numptyphysics/numptyphysics-9999.ebuild  | 6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/games-puzzle/numptyphysics/numptyphysics-0.3.5.ebuild 
b/games-puzzle/numptyphysics/numptyphysics-0.3.5.ebuild
index 3e4879ce8aa..aed95f6655c 100644
--- a/games-puzzle/numptyphysics/numptyphysics-0.3.5.ebuild
+++ b/games-puzzle/numptyphysics/numptyphysics-0.3.5.ebuild
@@ -3,10 +3,10 @@
 
 EAPI=7
 
-inherit flag-o-matic gnome2-utils toolchain-funcs
+inherit gnome2-utils toolchain-funcs
 
 DESCRIPTION="Crayon Physics-like drawing puzzle game using the same excellent 
Box2D engine"
-HOMEPAGE="https://thp.io/2015/numptyphysics/";
+HOMEPAGE="https://github.com/thp/numptyphysics";
 
 # This is only the SRC_URI for the user levels. The code is in git repo.
 SRC_URI="user-levels? (
@@ -34,7 +34,7 @@ SRC_URI="user-levels? (
        http://numptyphysics.garage.maemo.org/levels/zeez/zeez.npz
 )"
 
-LICENSE="GPL-3"
+LICENSE="GPL-3+"
 SLOT="0"
 KEYWORDS="~amd64"
 IUSE="+user-levels"

diff --git a/games-puzzle/numptyphysics/numptyphysics-9999.ebuild 
b/games-puzzle/numptyphysics/numptyphysics-9999.ebuild
index 91c738f58ca..e9ab6b1a7e7 100644
--- a/games-puzzle/numptyphysics/numptyphysics-9999.ebuild
+++ b/games-puzzle/numptyphysics/numptyphysics-9999.ebuild
@@ -3,10 +3,10 @@
 
 EAPI=7
 
-inherit flag-o-matic git-r3 gnome2-utils toolchain-funcs
+inherit git-r3 gnome2-utils toolchain-funcs
 
 DESCRIPTION="Crayon Physics-like drawing puzzle game using the same excellent 
Box2D engine"
-HOMEPAGE="https://thp.io/2015/numptyphysics/";
+HOMEPAGE="https://github.com/thp/numptyphysics";
 EGIT_REPO_URI="https://github.com/thp/numptyphysics";
 # This is only the SRC_URI for the user levels. The code is in git repo.
 SRC_URI="user-levels? (
@@ -33,7 +33,7 @@ SRC_URI="user-levels? (
        http://numptyphysics.garage.maemo.org/levels/zeez/zeez.npz
 )"
 
-LICENSE="GPL-3"
+LICENSE="GPL-3+"
 SLOT="0"
 IUSE="+user-levels"
 

Reply via email to