diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2021-04-25 00:02:52 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2021-04-25 00:02:52 +0200 |
commit | dbb7f8f41ac69d56c614dc43e6867357e5638e52 (patch) | |
tree | 7d825eca04499f45c37eae9ae9fa3787328b259b /games-puzzle | |
parent | games-roguelike/neon-chrome: update eclasses (diff) | |
download | gentoo-dbb7f8f41ac69d56c614dc43e6867357e5638e52.tar.gz gentoo-dbb7f8f41ac69d56c614dc43e6867357e5638e52.tar.bz2 gentoo-dbb7f8f41ac69d56c614dc43e6867357e5638e52.zip |
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@levelnine.at>
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'games-puzzle')
-rw-r--r-- | games-puzzle/numptyphysics/numptyphysics-0.3.5.ebuild | 6 | ||||
-rw-r--r-- | 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 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" |