From dbb7f8f41ac69d56c614dc43e6867357e5638e52 Mon Sep 17 00:00:00 2001 From: Michael Mair-Keimberger Date: Sun, 25 Apr 2021 00:02:52 +0200 Subject: 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 Signed-off-by: David Seifert --- games-puzzle/numptyphysics/numptyphysics-0.3.5.ebuild | 6 +++--- games-puzzle/numptyphysics/numptyphysics-9999.ebuild | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) (limited to 'games-puzzle') diff --git a/games-puzzle/numptyphysics/numptyphysics-0.3.5.ebuild b/games-puzzle/numptyphysics/numptyphysics-0.3.5.ebuild index 3e4879ce8aaf..aed95f6655cd 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 91c738f58ca1..e9ab6b1a7e7d 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" -- cgit v1.2.3-65-gdbad