mr_bones_    15/02/13 19:46:09

  Modified:             ChangeLog
  Added:                gnugo-3.9.1-r1.ebuild
  Log:
  add upstream patch to avoid crashing on invalid moves
  
  (Portage version: 2.2.14/cvs/Linux x86_64, unsigned Manifest commit)

Revision  Changes    Path
1.35                 games-board/gnugo/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/gnugo/ChangeLog?rev=1.35&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/gnugo/ChangeLog?rev=1.35&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/gnugo/ChangeLog?r1=1.34&r2=1.35

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-board/gnugo/ChangeLog,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- ChangeLog   21 Sep 2014 05:26:45 -0000      1.34
+++ ChangeLog   13 Feb 2015 19:46:09 -0000      1.35
@@ -1,6 +1,12 @@
 # ChangeLog for games-board/gnugo
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-board/gnugo/ChangeLog,v 1.34 
2014/09/21 05:26:45 mr_bones_ Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-board/gnugo/ChangeLog,v 1.35 
2015/02/13 19:46:09 mr_bones_ Exp $
+
+*gnugo-3.9.1-r1 (13 Feb 2015)
+
+  13 Feb 2015; Michael Sterrett <mr_bon...@gentoo.org>
+  +files/gnugo-3.9.1-invalid-move.patch, +gnugo-3.9.1-r1.ebuild:
+  add upstream patch to avoid crashing on invalid moves
 
   21 Sep 2014; Michael Sterrett <mr_bon...@gentoo.org> gnugo-3.9.1.ebuild:
   EAPI=5



1.1                  games-board/gnugo/gnugo-3.9.1-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/gnugo/gnugo-3.9.1-r1.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/gnugo/gnugo-3.9.1-r1.ebuild?rev=1.1&content-type=text/plain

Index: gnugo-3.9.1-r1.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/games-board/gnugo/gnugo-3.9.1-r1.ebuild,v 
1.1 2015/02/13 19:46:09 mr_bones_ Exp $

EAPI=5
inherit eutils games

DESCRIPTION="A Go-playing program"
HOMEPAGE="http://www.gnu.org/software/gnugo/devel.html";
SRC_URI="mirror://gentoo/${P}.tar.gz"

LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
IUSE="readline"

DEPEND="readline? ( sys-libs/readline ) 
        >=sys-libs/ncurses-5.2-r3"
RDEPEND=${DEPEND}

src_prepare() {
        epatch "${FILESDIR}"/${P}-invalid-move.patch
}

src_configure() {
        egamesconf \
                $(use_with readline) \
                --enable-cache-size=32
}

src_install() {
        default
        prepgamesdirs
}




Reply via email to