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/warmux: warmux-11.04.1.ebuild ChangeLog
Date: Wed, 02 May 2012 05:54:56
Message-Id: 20120502055446.0A6A42004B@flycatcher.gentoo.org
1 mr_bones_ 12/05/02 05:54:46
2
3 Modified: warmux-11.04.1.ebuild ChangeLog
4 Log:
5 Add compile patch from Martin Jansa (bug #409871); silly sdl-gfx dep update (bug #414211)
6
7 (Portage version: 2.1.10.49/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.4 games-strategy/warmux/warmux-11.04.1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/warmux/warmux-11.04.1.ebuild?rev=1.4&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/warmux/warmux-11.04.1.ebuild?rev=1.4&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/warmux/warmux-11.04.1.ebuild?r1=1.3&r2=1.4
15
16 Index: warmux-11.04.1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/games-strategy/warmux/warmux-11.04.1.ebuild,v
19 retrieving revision 1.3
20 retrieving revision 1.4
21 diff -u -r1.3 -r1.4
22 --- warmux-11.04.1.ebuild 19 Sep 2011 19:45:57 -0000 1.3
23 +++ warmux-11.04.1.ebuild 2 May 2012 05:54:45 -0000 1.4
24 @@ -1,6 +1,6 @@
25 -# Copyright 1999-2011 Gentoo Foundation
26 +# Copyright 1999-2012 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/warmux/warmux-11.04.1.ebuild,v 1.3 2011/09/19 19:45:57 mr_bones_ Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/games-strategy/warmux/warmux-11.04.1.ebuild,v 1.4 2012/05/02 05:54:45 mr_bones_ Exp $
30
31 EAPI=2
32 inherit autotools eutils games
33 @@ -19,7 +19,7 @@
34 media-libs/sdl-mixer[vorbis]
35 media-libs/sdl-ttf
36 media-libs/sdl-net
37 - media-libs/sdl-gfx
38 + >=media-libs/sdl-gfx-2.0.22
39 net-misc/curl
40 media-fonts/dejavu
41 dev-libs/libxml2
42 @@ -35,7 +35,8 @@
43 src_prepare() {
44 epatch \
45 "${FILESDIR}"/${P}-gentoo.patch \
46 - "${FILESDIR}"/${P}-zlib.patch
47 + "${FILESDIR}"/${P}-zlib.patch \
48 + "${FILESDIR}"/${P}-action.patch
49 eautoreconf
50 }
51
52
53
54
55 1.10 games-strategy/warmux/ChangeLog
56
57 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/warmux/ChangeLog?rev=1.10&view=markup
58 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/warmux/ChangeLog?rev=1.10&content-type=text/plain
59 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/warmux/ChangeLog?r1=1.9&r2=1.10
60
61 Index: ChangeLog
62 ===================================================================
63 RCS file: /var/cvsroot/gentoo-x86/games-strategy/warmux/ChangeLog,v
64 retrieving revision 1.9
65 retrieving revision 1.10
66 diff -u -r1.9 -r1.10
67 --- ChangeLog 19 Sep 2011 19:45:57 -0000 1.9
68 +++ ChangeLog 2 May 2012 05:54:45 -0000 1.10
69 @@ -1,6 +1,11 @@
70 # ChangeLog for games-strategy/warmux
71 -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
72 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/warmux/ChangeLog,v 1.9 2011/09/19 19:45:57 mr_bones_ Exp $
73 +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
74 +# $Header: /var/cvsroot/gentoo-x86/games-strategy/warmux/ChangeLog,v 1.10 2012/05/02 05:54:45 mr_bones_ Exp $
75 +
76 + 02 May 2012; Michael Sterrett <mr_bones_@g.o> warmux-11.04.1.ebuild,
77 + +files/warmux-11.04.1-action.patch:
78 + Add compile patch from Martin Jansa (bug #409871); silly sdl-gfx dep update
79 + (bug #414211)
80
81 19 Sep 2011; Michael Sterrett <mr_bones_@g.o> warmux-11.04.1.ebuild,
82 +files/warmux-11.04.1-zlib.patch: