jlec 15/03/25 15:37:19 Modified: xbattleai-1.2.2-r1.ebuild ChangeLog Log: Fix tcl/tk slotting (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)
Revision Changes Path 1.4 games-strategy/xbattleai/xbattleai-1.2.2-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/xbattleai/xbattleai-1.2.2-r1.ebuild?rev=1.4&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/xbattleai/xbattleai-1.2.2-r1.ebuild?rev=1.4&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/xbattleai/xbattleai-1.2.2-r1.ebuild?r1=1.3&r2=1.4 Index: xbattleai-1.2.2-r1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/games-strategy/xbattleai/xbattleai-1.2.2-r1.ebuild,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- xbattleai-1.2.2-r1.ebuild 25 Oct 2009 15:26:20 -0000 1.3 +++ xbattleai-1.2.2-r1.ebuild 25 Mar 2015 15:37:19 -0000 1.4 @@ -1,8 +1,9 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/xbattleai/xbattleai-1.2.2-r1.ebuild,v 1.3 2009/10/25 15:26:20 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/xbattleai/xbattleai-1.2.2-r1.ebuild,v 1.4 2015/03/25 15:37:19 jlec Exp $ EAPI=2 + inherit eutils games DESCRIPTION="A multi-player game of strategy and coordination" @@ -16,10 +17,11 @@ # Since this uses similar code and the same binary name as the original XBattle, # we want to make sure you can't install both at the same time -RDEPEND="x11-libs/libXext +RDEPEND=" + x11-libs/libXext x11-libs/libX11 - dev-lang/tcl - dev-lang/tk + dev-lang/tcl:0 + dev-lang/tk:0 !games-strategy/xbattle" DEPEND="${RDEPEND} x11-proto/xproto 1.5 games-strategy/xbattleai/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/xbattleai/ChangeLog?rev=1.5&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/xbattleai/ChangeLog?rev=1.5&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/xbattleai/ChangeLog?r1=1.4&r2=1.5 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/games-strategy/xbattleai/ChangeLog,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- ChangeLog 25 Oct 2009 15:26:20 -0000 1.4 +++ ChangeLog 25 Mar 2015 15:37:19 -0000 1.5 @@ -1,6 +1,9 @@ # ChangeLog for games-strategy/xbattleai -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/xbattleai/ChangeLog,v 1.4 2009/10/25 15:26:20 maekke Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-strategy/xbattleai/ChangeLog,v 1.5 2015/03/25 15:37:19 jlec Exp $ + + 25 Mar 2015; Justin Lecher <[email protected]> xbattleai-1.2.2-r1.ebuild: + Fix tcl/tk slotting 25 Oct 2009; Markus Meier <[email protected]> xbattleai-1.2.2-r1.ebuild: amd64/x86 stable, bug #288891 @@ -21,4 +24,3 @@ 22 Mar 2006; Chris Gianelloni <[email protected]> +metadata.xml, +xbattleai-1.2.2.ebuild: Initial import. Ebuild by Mark Miller <[email protected]>. Closing bug #72886. -
