Gentoo Archives: gentoo-commits

From: "Tristan Heaven (nyhm)" <nyhm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in games-strategy/wesnoth: wesnoth-1.8.ebuild
Date: Sat, 03 Apr 2010 23:45:06
Message-Id: E1NyD1I-00077W-El@stork.gentoo.org
1 nyhm 10/04/03 23:44:52
2
3 Modified: wesnoth-1.8.ebuild
4 Log:
5 inherit multilib for get_libdir
6 (Portage version: 2.2_rc67/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.6 games-strategy/wesnoth/wesnoth-1.8.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/wesnoth/wesnoth-1.8.ebuild?rev=1.6&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/wesnoth/wesnoth-1.8.ebuild?rev=1.6&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/wesnoth/wesnoth-1.8.ebuild?r1=1.5&r2=1.6
14
15 Index: wesnoth-1.8.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/games-strategy/wesnoth/wesnoth-1.8.ebuild,v
18 retrieving revision 1.5
19 retrieving revision 1.6
20 diff -u -r1.5 -r1.6
21 --- wesnoth-1.8.ebuild 2 Apr 2010 15:27:10 -0000 1.5
22 +++ wesnoth-1.8.ebuild 3 Apr 2010 23:44:52 -0000 1.6
23 @@ -1,9 +1,9 @@
24 # Copyright 1999-2010 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/wesnoth/wesnoth-1.8.ebuild,v 1.5 2010/04/02 15:27:10 mr_bones_ Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/games-strategy/wesnoth/wesnoth-1.8.ebuild,v 1.6 2010/04/03 23:44:52 nyhm Exp $
28
29 EAPI=2
30 -inherit cmake-utils eutils toolchain-funcs flag-o-matic games
31 +inherit cmake-utils eutils multilib toolchain-funcs flag-o-matic games
32
33 DESCRIPTION="Battle for Wesnoth - A fantasy turn-based strategy game"
34 HOMEPAGE="http://www.wesnoth.org/"