Gentoo Archives: gentoo-commits

From: Sebastian Pipping <sping@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/betagarden:master commit in: games-board/gambit/
Date: Sat, 27 Sep 2014 18:10:55
Message-Id: 1411841431.997bc5811a39764f43a8588b8d1c178715d2b8e9.sping@gentoo
1 commit: 997bc5811a39764f43a8588b8d1c178715d2b8e9
2 Author: Sebastian Pipping <sebastian <AT> pipping <DOT> org>
3 AuthorDate: Sat Sep 27 18:10:31 2014 +0000
4 Commit: Sebastian Pipping <sping <AT> gentoo <DOT> org>
5 CommitDate: Sat Sep 27 18:10:31 2014 +0000
6 URL: http://sources.gentoo.org/gitweb/?p=proj/betagarden.git;a=commit;h=997bc581
7
8 games-board/gambit: 0_p65
9
10 ---
11 games-board/gambit/{gambit-0_p47.ebuild => gambit-0_p65.ebuild} | 4 ++--
12 1 file changed, 2 insertions(+), 2 deletions(-)
13
14 diff --git a/games-board/gambit/gambit-0_p47.ebuild b/games-board/gambit/gambit-0_p65.ebuild
15 similarity index 90%
16 rename from games-board/gambit/gambit-0_p47.ebuild
17 rename to games-board/gambit/gambit-0_p65.ebuild
18 index 922464c..2156d43 100644
19 --- a/games-board/gambit/gambit-0_p47.ebuild
20 +++ b/games-board/gambit/gambit-0_p65.ebuild
21 @@ -9,7 +9,7 @@ inherit cmake-utils subversion
22
23 DESCRIPTION="Qt-based chess application + engine \"gupta\""
24 HOMEPAGE="http://sourceforge.net/projects/gambitchess/"
25 -ESVN_REPO_URI="svn://svn.code.sf.net/p/gambitchess/code/"
26 +ESVN_REPO_URI="svn://svn.code.sf.net/p/gambitchess/code/trunk/"
27 ESVN_REVISION=${PV/*_p/}
28
29 LICENSE="CC0-1.0"
30 @@ -52,7 +52,7 @@ src_configure() {
31
32 src_compile() {
33 cmake-utils_src_compile
34 - emake -C engine/gupta STRIP=/bin/true CFLAGS_RELEASE= release || die
35 + emake -C engine/gupta VERBOSE=1 STRIP=/bin/true CFLAGS_RELEASE= release || die
36 }
37
38 src_install() {