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: Fri, 01 Dec 2017 19:31:29
Message-Id: 1512156606.b2aab83123725406b3372267256d163e2d3655c6.soap@gentoo
1 commit: b2aab83123725406b3372267256d163e2d3655c6
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Fri Dec 1 18:57:35 2017 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Fri Dec 1 19:30:06 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b2aab831
7
8 games-puzzle/numptyphysics: [QA] Fix DESCRIPTION.toolong
9
10 games-puzzle/numptyphysics/numptyphysics-9999.ebuild | 2 +-
11 1 file changed, 1 insertion(+), 1 deletion(-)
12
13 diff --git a/games-puzzle/numptyphysics/numptyphysics-9999.ebuild b/games-puzzle/numptyphysics/numptyphysics-9999.ebuild
14 index 9539100497a..aed85c6e884 100644
15 --- a/games-puzzle/numptyphysics/numptyphysics-9999.ebuild
16 +++ b/games-puzzle/numptyphysics/numptyphysics-9999.ebuild
17 @@ -4,7 +4,7 @@
18 EAPI=5
19 inherit eutils gnome2-utils flag-o-matic git-r3 games
20
21 -DESCRIPTION="A drawing puzzle game in the spirit of Crayon Physics using the same excellent Box2D engine"
22 +DESCRIPTION="Crayon Physics-like drawing puzzle game using the same excellent Box2D engine"
23 HOMEPAGE="http://thp.io/2015/numptyphysics/"
24
25 # This is only the SRC_URI for the user levels. The code is in git repo.