Gentoo Archives: gentoo-commits

From: "Alfredo Tupone (tupone)" <tupone@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in games-strategy/warzone2100: ChangeLog warzone2100-3.1.1.ebuild
Date: Wed, 29 Oct 2014 12:50:03
Message-Id: 20141029124958.5CA469003@oystercatcher.gentoo.org
1 tupone 14/10/29 12:49:58
2
3 Modified: ChangeLog warzone2100-3.1.1.ebuild
4 Log:
5 Fix Bug #523876
6
7 (Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key 0145142D)
8
9 Revision Changes Path
10 1.87 games-strategy/warzone2100/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/warzone2100/ChangeLog?rev=1.87&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/warzone2100/ChangeLog?rev=1.87&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/warzone2100/ChangeLog?r1=1.86&r2=1.87
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/games-strategy/warzone2100/ChangeLog,v
19 retrieving revision 1.86
20 retrieving revision 1.87
21 diff -u -r1.86 -r1.87
22 --- ChangeLog 10 Aug 2014 07:04:01 -0000 1.86
23 +++ ChangeLog 29 Oct 2014 12:49:58 -0000 1.87
24 @@ -1,6 +1,10 @@
25 # ChangeLog for games-strategy/warzone2100
26 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/warzone2100/ChangeLog,v 1.86 2014/08/10 07:04:01 mr_bones_ Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/games-strategy/warzone2100/ChangeLog,v 1.87 2014/10/29 12:49:58 tupone Exp $
29 +
30 + 29 Oct 2014; Alfredo Tupone <tupone@g.o> warzone2100-3.1.1.ebuild,
31 + +files/warzone2100-3.1.1-openGL.patch:
32 + Fix Bug #523876 by Lars Wendler (Polynomial-C)
33
34 10 Aug 2014; Michael Sterrett <mr_bones_@g.o> warzone2100-3.1.1.ebuild:
35 tidy deps (bug #519486(
36
37
38
39 1.4 games-strategy/warzone2100/warzone2100-3.1.1.ebuild
40
41 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/warzone2100/warzone2100-3.1.1.ebuild?rev=1.4&view=markup
42 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/warzone2100/warzone2100-3.1.1.ebuild?rev=1.4&content-type=text/plain
43 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/warzone2100/warzone2100-3.1.1.ebuild?r1=1.3&r2=1.4
44
45 Index: warzone2100-3.1.1.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/games-strategy/warzone2100/warzone2100-3.1.1.ebuild,v
48 retrieving revision 1.3
49 retrieving revision 1.4
50 diff -u -r1.3 -r1.4
51 --- warzone2100-3.1.1.ebuild 10 Aug 2014 07:04:01 -0000 1.3
52 +++ warzone2100-3.1.1.ebuild 29 Oct 2014 12:49:58 -0000 1.4
53 @@ -1,6 +1,6 @@
54 # Copyright 1999-2014 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/warzone2100/warzone2100-3.1.1.ebuild,v 1.3 2014/08/10 07:04:01 mr_bones_ Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/games-strategy/warzone2100/warzone2100-3.1.1.ebuild,v 1.4 2014/10/29 12:49:58 tupone Exp $
58
59 EAPI=5
60 inherit autotools toolchain-funcs eutils versionator gnome2-utils games
61 @@ -55,7 +55,8 @@
62 -e 's/#top_builddir/top_builddir/' \
63 po/Makevars || die
64
65 - epatch "${FILESDIR}"/${P}-pkgconf.patch
66 + epatch "${FILESDIR}"/${P}-pkgconf.patch \
67 + "${FILESDIR}"/${P}-openGL.patch
68
69 eautoreconf
70 }