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/billardgl: billardgl-1.75-r1.ebuild ChangeLog
Date: Mon, 06 Apr 2009 05:20:46
Message-Id: E1LqhGG-0004A5-9J@stork.gentoo.org
1 mr_bones_ 09/04/06 05:20:44
2
3 Modified: billardgl-1.75-r1.ebuild ChangeLog
4 Log:
5 EAPI=2; honor CXX
6 (Portage version: 2.1.6.7/cvs/Linux i686)
7
8 Revision Changes Path
9 1.11 games-sports/billardgl/billardgl-1.75-r1.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-sports/billardgl/billardgl-1.75-r1.ebuild?rev=1.11&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-sports/billardgl/billardgl-1.75-r1.ebuild?rev=1.11&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-sports/billardgl/billardgl-1.75-r1.ebuild?r1=1.10&r2=1.11
14
15 Index: billardgl-1.75-r1.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/games-sports/billardgl/billardgl-1.75-r1.ebuild,v
18 retrieving revision 1.10
19 retrieving revision 1.11
20 diff -u -r1.10 -r1.11
21 --- billardgl-1.75-r1.ebuild 14 Feb 2007 01:40:34 -0000 1.10
22 +++ billardgl-1.75-r1.ebuild 6 Apr 2009 05:20:44 -0000 1.11
23 @@ -1,7 +1,8 @@
24 -# Copyright 1999-2007 Gentoo Foundation
25 +# Copyright 1999-2009 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/games-sports/billardgl/billardgl-1.75-r1.ebuild,v 1.10 2007/02/14 01:40:34 nyhm Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/games-sports/billardgl/billardgl-1.75-r1.ebuild,v 1.11 2009/04/06 05:20:44 mr_bones_ Exp $
29
30 +EAPI=2
31 inherit eutils games
32
33 DESCRIPTION="an OpenGL billards game"
34 @@ -22,14 +23,15 @@
35
36 S=${WORKDIR}/BillardGL-${PV}/src
37
38 -src_unpack() {
39 - unpack ${A}
40 - cd "${S}"
41 +src_prepare() {
42 sed -i \
43 -e "s:/usr/share/BillardGL/:${GAMES_DATADIR}/${PN}/:" \
44 Namen.h \
45 || die "sed Namen.h failed"
46 sed -i \
47 + -e '/^LINK/s:g++:$(CXX):' \
48 + -e '/^CXX[[:space:]]/d' \
49 + -e '/^CC[[:space:]]/d' \
50 -e '/^CXXFLAGS/s:=.*\(-D.*\)-.*:+=\1:' \
51 -e "/^LFLAGS/s:=:=${LDFLAGS}:" \
52 Makefile \
53
54
55
56 1.11 games-sports/billardgl/ChangeLog
57
58 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-sports/billardgl/ChangeLog?rev=1.11&view=markup
59 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-sports/billardgl/ChangeLog?rev=1.11&content-type=text/plain
60 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-sports/billardgl/ChangeLog?r1=1.10&r2=1.11
61
62 Index: ChangeLog
63 ===================================================================
64 RCS file: /var/cvsroot/gentoo-x86/games-sports/billardgl/ChangeLog,v
65 retrieving revision 1.10
66 retrieving revision 1.11
67 diff -u -r1.10 -r1.11
68 --- ChangeLog 14 Feb 2007 01:40:34 -0000 1.10
69 +++ ChangeLog 6 Apr 2009 05:20:44 -0000 1.11
70 @@ -1,6 +1,10 @@
71 # ChangeLog for games-sports/billardgl
72 -# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
73 -# $Header: /var/cvsroot/gentoo-x86/games-sports/billardgl/ChangeLog,v 1.10 2007/02/14 01:40:34 nyhm Exp $
74 +# Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2
75 +# $Header: /var/cvsroot/gentoo-x86/games-sports/billardgl/ChangeLog,v 1.11 2009/04/06 05:20:44 mr_bones_ Exp $
76 +
77 + 06 Apr 2009; Michael Sterrett <mr_bones_@g.o>
78 + billardgl-1.75-r1.ebuild:
79 + EAPI=2; honor CXX
80
81 14 Feb 2007; Tristan Heaven <nyhm@g.o> -files/billardgl.png,
82 billardgl-1.75-r1.ebuild: