Gentoo Archives: gentoo-commits

From: "Michael Sterrett (mr_bones_)" <mr_bones_@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in games-strategy/wesnoth: wesnoth-1.10.4.ebuild ChangeLog
Date: Sun, 04 Nov 2012 05:13:05
Message-Id: 20121104051243.0FFCB215FF@flycatcher.gentoo.org
1 mr_bones_ 12/11/04 05:12:42
2
3 Modified: wesnoth-1.10.4.ebuild ChangeLog
4 Log:
5 add upstream patch for building against newer boost (bug #440742)
6
7 (Portage version: 2.1.11.9/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.6 games-strategy/wesnoth/wesnoth-1.10.4.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/wesnoth/wesnoth-1.10.4.ebuild?rev=1.6&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/wesnoth/wesnoth-1.10.4.ebuild?rev=1.6&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/wesnoth/wesnoth-1.10.4.ebuild?r1=1.5&r2=1.6
15
16 Index: wesnoth-1.10.4.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/games-strategy/wesnoth/wesnoth-1.10.4.ebuild,v
19 retrieving revision 1.5
20 retrieving revision 1.6
21 diff -u -r1.5 -r1.6
22 --- wesnoth-1.10.4.ebuild 18 Oct 2012 21:06:19 -0000 1.5
23 +++ wesnoth-1.10.4.ebuild 4 Nov 2012 05:12:42 -0000 1.6
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2012 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/wesnoth/wesnoth-1.10.4.ebuild,v 1.5 2012/10/18 21:06:19 mr_bones_ Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/games-strategy/wesnoth/wesnoth-1.10.4.ebuild,v 1.6 2012/11/04 05:12:42 mr_bones_ Exp $
29
30 EAPI=2
31 inherit cmake-utils eutils multilib toolchain-funcs flag-o-matic games
32 @@ -33,6 +33,7 @@
33 sys-devel/gettext"
34
35 src_prepare() {
36 + epatch "${FILESDIR}"/${P}-boost.patch
37 if use dedicated || use server ; then
38 sed \
39 -e "s:GAMES_BINDIR:${GAMES_BINDIR}:" \
40
41
42
43 1.216 games-strategy/wesnoth/ChangeLog
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/wesnoth/ChangeLog?rev=1.216&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/wesnoth/ChangeLog?rev=1.216&content-type=text/plain
47 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/wesnoth/ChangeLog?r1=1.215&r2=1.216
48
49 Index: ChangeLog
50 ===================================================================
51 RCS file: /var/cvsroot/gentoo-x86/games-strategy/wesnoth/ChangeLog,v
52 retrieving revision 1.215
53 retrieving revision 1.216
54 diff -u -r1.215 -r1.216
55 --- ChangeLog 18 Oct 2012 21:06:19 -0000 1.215
56 +++ ChangeLog 4 Nov 2012 05:12:42 -0000 1.216
57 @@ -1,6 +1,10 @@
58 # ChangeLog for games-strategy/wesnoth
59 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
60 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/wesnoth/ChangeLog,v 1.215 2012/10/18 21:06:19 mr_bones_ Exp $
61 +# $Header: /var/cvsroot/gentoo-x86/games-strategy/wesnoth/ChangeLog,v 1.216 2012/11/04 05:12:42 mr_bones_ Exp $
62 +
63 + 04 Nov 2012; Michael Sterrett <mr_bones_@g.o>
64 + +files/wesnoth-1.10.4-boost.patch, wesnoth-1.10.4.ebuild:
65 + add upstream patch for building against newer boost (bug #440742)
66
67 18 Oct 2012; Michael Sterrett <mr_bones_@g.o> wesnoth-1.10.4.ebuild:
68 added joystick use dep for libsdl (bug #438846)