commit: 6bc7eceb6efa29fc146bcca13164bc5f7ce665b3
Author: Michael Sterrett <mr_bones_ <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 23 15:10:31 2015 +0000
Commit: Michael Sterrett <mr_bones_ <AT> gentoo <DOT> org>
CommitDate: Fri Oct 23 15:10:44 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6bc7eceb
apply upstream patch for --addbook option to fix bug #563864
Package-Manager: portage-2.2.20.1
games-board/gnuchess/files/gnuchess-6.2.2-addbook.patch | 10 ++++++++++
.../{gnuchess-6.2.2.ebuild => gnuchess-6.2.2-r1.ebuild} | 2 ++
2 files changed, 12 insertions(+)
diff --git a/games-board/gnuchess/files/gnuchess-6.2.2-addbook.patch
b/games-board/gnuchess/files/gnuchess-6.2.2-addbook.patch
new file mode 100644
index 0000000..21b3dc3
--- /dev/null
+++ b/games-board/gnuchess/files/gnuchess-6.2.2-addbook.patch
@@ -0,0 +1,10 @@
+--- trunk/src/main.cc 2015/10/17 13:52:22 127
++++ trunk/src/main.cc 2015/10/18 17:28:56 128
+@@ -412,6 +412,7 @@
+ char data[9+MAXSTR+1+4]="";
+ sprintf( data, "book add %s\nquit", opt_addbook );
+ SendToEngine( data );
++ SET (flags, QUIT);
+ }
+
+ if ( opt_easy == 0 )
diff --git a/games-board/gnuchess/gnuchess-6.2.2.ebuild
b/games-board/gnuchess/gnuchess-6.2.2-r1.ebuild
similarity index 91%
rename from games-board/gnuchess/gnuchess-6.2.2.ebuild
rename to games-board/gnuchess/gnuchess-6.2.2-r1.ebuild
index 75d5001..484ec12 100644
--- a/games-board/gnuchess/gnuchess-6.2.2.ebuild
+++ b/games-board/gnuchess/gnuchess-6.2.2-r1.ebuild
@@ -14,6 +14,8 @@ LICENSE="GPL-3"
SLOT="0"
IUSE=""
+PATCHES=( "${FILESDIR}"/${P}-addbook.patch )
+
src_configure() {
strip-flags # bug #199097
egamesconf --without-readline # bug 491088