Gentoo Archives: gentoo-commits

From: "Mike Frysinger (vapier)" <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in games-fps/quake3: quake3-9999.ebuild ChangeLog
Date: Mon, 31 Dec 2007 21:27:54
Message-Id: E1J9SAm-0000XI-9k@stork.gentoo.org
1 vapier 07/12/31 21:27:48
2
3 Modified: quake3-9999.ebuild ChangeLog
4 Log:
5 Fixes from David Watzke for building with newer svn checkouts #203733.
6 (Portage version: 2.1.4_rc12)
7
8 Revision Changes Path
9 1.14 games-fps/quake3/quake3-9999.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-fps/quake3/quake3-9999.ebuild?rev=1.14&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-fps/quake3/quake3-9999.ebuild?rev=1.14&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-fps/quake3/quake3-9999.ebuild?r1=1.13&r2=1.14
14
15 Index: quake3-9999.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/games-fps/quake3/quake3-9999.ebuild,v
18 retrieving revision 1.13
19 retrieving revision 1.14
20 diff -u -r1.13 -r1.14
21 --- quake3-9999.ebuild 24 Jun 2007 17:49:23 -0000 1.13
22 +++ quake3-9999.ebuild 31 Dec 2007 21:27:47 -0000 1.14
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2007 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/games-fps/quake3/quake3-9999.ebuild,v 1.13 2007/06/24 17:49:23 peper Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/games-fps/quake3/quake3-9999.ebuild,v 1.14 2007/12/31 21:27:47 vapier Exp $
28
29 # quake3-9999 -> latest svn
30 # quake3-9999.REV -> use svn REV
31 @@ -77,15 +77,13 @@
32
33 src_install() {
34 dodoc id-readme.txt TODO README BUGS ChangeLog
35 - cd code/unix
36 - dodoc README.*
37
38 if use opengl ; then
39 - doicon quake3.png
40 + doicon misc/quake3.png
41 make_desktop_entry quake3 "Quake III Arena"
42 fi
43
44 - cd ../../build/release*
45 + cd build/release*
46 local old_x x
47 for old_x in ioq* ; do
48 x=${old_x%.*}
49
50
51
52 1.49 games-fps/quake3/ChangeLog
53
54 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-fps/quake3/ChangeLog?rev=1.49&view=markup
55 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-fps/quake3/ChangeLog?rev=1.49&content-type=text/plain
56 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-fps/quake3/ChangeLog?r1=1.48&r2=1.49
57
58 Index: ChangeLog
59 ===================================================================
60 RCS file: /var/cvsroot/gentoo-x86/games-fps/quake3/ChangeLog,v
61 retrieving revision 1.48
62 retrieving revision 1.49
63 diff -u -r1.48 -r1.49
64 --- ChangeLog 24 Jun 2007 17:49:23 -0000 1.48
65 +++ ChangeLog 31 Dec 2007 21:27:47 -0000 1.49
66 @@ -1,6 +1,9 @@
67 # ChangeLog for games-fps/quake3
68 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
69 -# $Header: /var/cvsroot/gentoo-x86/games-fps/quake3/ChangeLog,v 1.48 2007/06/24 17:49:23 peper Exp $
70 +# $Header: /var/cvsroot/gentoo-x86/games-fps/quake3/ChangeLog,v 1.49 2007/12/31 21:27:47 vapier Exp $
71 +
72 + 31 Dec 2007; Mike Frysinger <vapier@g.o> quake3-9999.ebuild:
73 + Fixes from David Watzke for building with newer svn checkouts #203733.
74
75 24 Jun 2007; Piotr JaroszyƄski <peper@g.o> quake3-9999.ebuild:
76 (QA) Don't use KEYWORDS="-*". bug #160519.
77
78
79
80 --
81 gentoo-commits@g.o mailing list