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-sports/foobillard: ChangeLog foobillard-3.0a.ebuild
Date: Mon, 21 Feb 2011 20:29:08
Message-Id: 20110221202858.31A4720054@flycatcher.gentoo.org
1 mr_bones_ 11/02/21 20:28:58
2
3 Modified: ChangeLog foobillard-3.0a.ebuild
4 Log:
5 work around issues with some drivers related to GL_CLAMP (bug #355821) - patch submitted by Alan Swanson
6
7 (Portage version: 2.1.9.25/cvs/Linux i686)
8
9 Revision Changes Path
10 1.18 games-sports/foobillard/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-sports/foobillard/ChangeLog?rev=1.18&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-sports/foobillard/ChangeLog?rev=1.18&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-sports/foobillard/ChangeLog?r1=1.17&r2=1.18
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/games-sports/foobillard/ChangeLog,v
19 retrieving revision 1.17
20 retrieving revision 1.18
21 diff -u -r1.17 -r1.18
22 --- ChangeLog 16 Sep 2010 17:02:08 -0000 1.17
23 +++ ChangeLog 21 Feb 2011 20:28:58 -0000 1.18
24 @@ -1,6 +1,11 @@
25 # ChangeLog for games-sports/foobillard
26 -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/games-sports/foobillard/ChangeLog,v 1.17 2010/09/16 17:02:08 scarabeus Exp $
28 +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/games-sports/foobillard/ChangeLog,v 1.18 2011/02/21 20:28:58 mr_bones_ Exp $
30 +
31 + 21 Feb 2011; Michael Sterrett <mr_bones_@g.o>
32 + foobillard-3.0a.ebuild, +files/foobillard-3.0a-gl-clamp.patch:
33 + work around issues with some drivers related to GL_CLAMP (bug #355821)
34 + - patch submitted by Alan Swanson
35
36 16 Sep 2010; Tomáš Chvátal <scarabeus@g.o>
37 foobillard-3.0a.ebuild:
38
39
40
41 1.15 games-sports/foobillard/foobillard-3.0a.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-sports/foobillard/foobillard-3.0a.ebuild?rev=1.15&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-sports/foobillard/foobillard-3.0a.ebuild?rev=1.15&content-type=text/plain
45 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-sports/foobillard/foobillard-3.0a.ebuild?r1=1.14&r2=1.15
46
47 Index: foobillard-3.0a.ebuild
48 ===================================================================
49 RCS file: /var/cvsroot/gentoo-x86/games-sports/foobillard/foobillard-3.0a.ebuild,v
50 retrieving revision 1.14
51 retrieving revision 1.15
52 diff -u -r1.14 -r1.15
53 --- foobillard-3.0a.ebuild 16 Sep 2010 17:02:08 -0000 1.14
54 +++ foobillard-3.0a.ebuild 21 Feb 2011 20:28:58 -0000 1.15
55 @@ -1,6 +1,6 @@
56 -# Copyright 1999-2010 Gentoo Foundation
57 +# Copyright 1999-2011 Gentoo Foundation
58 # Distributed under the terms of the GNU General Public License v2
59 -# $Header: /var/cvsroot/gentoo-x86/games-sports/foobillard/foobillard-3.0a.ebuild,v 1.14 2010/09/16 17:02:08 scarabeus Exp $
60 +# $Header: /var/cvsroot/gentoo-x86/games-sports/foobillard/foobillard-3.0a.ebuild,v 1.15 2011/02/21 20:28:58 mr_bones_ Exp $
61
62 EAPI=2
63 inherit eutils autotools games
64 @@ -29,7 +29,8 @@
65 epatch \
66 "${FILESDIR}"/${P}-no_nvidia.patch \
67 "${FILESDIR}"/${P}-fbsd.patch \
68 - "${FILESDIR}"/${P}-as-needed.patch
69 + "${FILESDIR}"/${P}-as-needed.patch \
70 + "${FILESDIR}"/${P}-gl-clamp.patch
71
72 eautoreconf
73 }