Gentoo Archives: gentoo-commits

From: Pacho Ramos <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: games-puzzle/numptyphysics/
Date: Sun, 27 May 2018 16:14:44
Message-Id: 1527437673.690c4e76546af032b4821b25b6846c638de46192.pacho@gentoo
1 commit: 690c4e76546af032b4821b25b6846c638de46192
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Sun May 27 16:11:36 2018 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Sun May 27 16:14:33 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=690c4e76
7
8 games-puzzle/numptyphysics: Make repoman more happy
9
10 Package-Manager: Portage-2.3.38, Repoman-2.3.9
11
12 games-puzzle/numptyphysics/numptyphysics-0.3.4.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/games-puzzle/numptyphysics/numptyphysics-0.3.4.ebuild b/games-puzzle/numptyphysics/numptyphysics-0.3.4.ebuild
16 index 7e0ad57dfbe..f06dc622d84 100644
17 --- a/games-puzzle/numptyphysics/numptyphysics-0.3.4.ebuild
18 +++ b/games-puzzle/numptyphysics/numptyphysics-0.3.4.ebuild
19 @@ -4,7 +4,7 @@
20 EAPI=6
21 inherit eutils gnome2-utils flag-o-matic
22
23 -DESCRIPTION="A drawing puzzle game in the spirit of Crayon Physics using the same excellent Box2D engine"
24 +DESCRIPTION="Crayon Physics-like drawing puzzle game using the same excellent Box2D engine"
25 HOMEPAGE="http://thp.io/2015/numptyphysics/"
26
27 # This is only the SRC_URI for the user levels. The code is in git repo.
28 @@ -52,7 +52,7 @@ DEPEND="${DEPEND}
29 src_prepare() {
30 default
31 append-cxxflags -std=c++11 -Isrc
32 - eapply ${FILESDIR}/${P}-gentoo.patch
33 + eapply "${FILESDIR}"/${P}-gentoo.patch
34 }
35
36 pkg_preinst() {