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/wargus: wargus-2.2.5.5.ebuild ChangeLog
Date: Wed, 21 Dec 2011 18:46:11
Message-Id: 20111221184600.6DEC52004B@flycatcher.gentoo.org
1 mr_bones_ 11/12/21 18:46:00
2
3 Modified: wargus-2.2.5.5.ebuild ChangeLog
4 Log:
5 patch to build against newer libpng from jannis (bug #395501)
6
7 (Portage version: 2.1.10.41/cvs/Linux i686)
8
9 Revision Changes Path
10 1.5 games-strategy/wargus/wargus-2.2.5.5.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/wargus/wargus-2.2.5.5.ebuild?rev=1.5&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/wargus/wargus-2.2.5.5.ebuild?rev=1.5&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/wargus/wargus-2.2.5.5.ebuild?r1=1.4&r2=1.5
15
16 Index: wargus-2.2.5.5.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/games-strategy/wargus/wargus-2.2.5.5.ebuild,v
19 retrieving revision 1.4
20 retrieving revision 1.5
21 diff -u -r1.4 -r1.5
22 --- wargus-2.2.5.5.ebuild 9 Mar 2011 22:55:07 -0000 1.4
23 +++ wargus-2.2.5.5.ebuild 21 Dec 2011 18:46:00 -0000 1.5
24 @@ -1,6 +1,6 @@
25 -# Copyright 1999-2010 Gentoo Foundation
26 +# Copyright 1999-2011 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/wargus/wargus-2.2.5.5.ebuild,v 1.4 2011/03/09 22:55:07 mr_bones_ Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/games-strategy/wargus/wargus-2.2.5.5.ebuild,v 1.5 2011/12/21 18:46:00 mr_bones_ Exp $
30
31 EAPI=2
32 inherit eutils games
33 @@ -20,6 +20,7 @@
34
35 src_prepare() {
36 cdrom_get_cds data/rezdat.war
37 + epatch "${FILESDIR}/${P}-libpng.patch"
38 edos2unix build.sh
39 }
40
41
42
43
44 1.13 games-strategy/wargus/ChangeLog
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/wargus/ChangeLog?rev=1.13&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/wargus/ChangeLog?rev=1.13&content-type=text/plain
48 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/wargus/ChangeLog?r1=1.12&r2=1.13
49
50 Index: ChangeLog
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/games-strategy/wargus/ChangeLog,v
53 retrieving revision 1.12
54 retrieving revision 1.13
55 diff -u -r1.12 -r1.13
56 --- ChangeLog 29 Nov 2010 07:05:41 -0000 1.12
57 +++ ChangeLog 21 Dec 2011 18:46:00 -0000 1.13
58 @@ -1,6 +1,10 @@
59 # ChangeLog for games-strategy/wargus
60 -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
61 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/wargus/ChangeLog,v 1.12 2010/11/29 07:05:41 mr_bones_ Exp $
62 +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
63 +# $Header: /var/cvsroot/gentoo-x86/games-strategy/wargus/ChangeLog,v 1.13 2011/12/21 18:46:00 mr_bones_ Exp $
64 +
65 + 21 Dec 2011; Michael Sterrett <mr_bones_@g.o> wargus-2.2.5.5.ebuild,
66 + +files/wargus-2.2.5.5-libpng.patch:
67 + patch to build against newer libpng from jannis (bug #395501)
68
69 *wargus-2.2.5.5 (29 Nov 2010)