diff options
Diffstat (limited to 'games-board/gmchess')
-rw-r--r-- | games-board/gmchess/ChangeLog | 7 | ||||
-rw-r--r-- | games-board/gmchess/gmchess-0.29.6.ebuild | 5 |
2 files changed, 8 insertions, 4 deletions
diff --git a/games-board/gmchess/ChangeLog b/games-board/gmchess/ChangeLog index b835b18cdeb4..5685580098c2 100644 --- a/games-board/gmchess/ChangeLog +++ b/games-board/gmchess/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-board/gmchess -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-board/gmchess/ChangeLog,v 1.1 2011/12/31 19:39:32 mr_bones_ Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-board/gmchess/ChangeLog,v 1.2 2012/02/03 18:33:35 mr_bones_ Exp $ + + 03 Feb 2012; Michael Sterrett <mr_bones_@gentoo.org> gmchess-0.29.6.ebuild: + test is broken so turn it off for now *gmchess-0.29.6 (31 Dec 2011) diff --git a/games-board/gmchess/gmchess-0.29.6.ebuild b/games-board/gmchess/gmchess-0.29.6.ebuild index da2036d9d6a6..0b643d0de288 100644 --- a/games-board/gmchess/gmchess-0.29.6.ebuild +++ b/games-board/gmchess/gmchess-0.29.6.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-board/gmchess/gmchess-0.29.6.ebuild,v 1.1 2011/12/31 19:39:32 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-board/gmchess/gmchess-0.29.6.ebuild,v 1.2 2012/02/03 18:33:35 mr_bones_ Exp $ EAPI=2 inherit games @@ -8,6 +8,7 @@ inherit games DESCRIPTION="Chinese chess with gtkmm and c++" HOMEPAGE="http://code.google.com/p/gmchess/" SRC_URI="http://${PN}.googlecode.com/files/${P}.tar.bz2" +RESTRICT="test" LICENSE="GPL-2" SLOT="0" |