Gentoo Archives: gentoo-commits

From: "Tristan Heaven (nyhm)" <nyhm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in games-fps/ut2004-data: ut2004-data-3186-r3.ebuild ChangeLog
Date: Fri, 19 Jun 2009 12:42:40
Message-Id: E1MHdQV-0005cm-34@stork.gentoo.org
1 nyhm 09/06/19 12:42:39
2
3 Modified: ut2004-data-3186-r3.ebuild ChangeLog
4 Log:
5 Don't install libsdl and openal, bug #264989
6 (Portage version: 2.2_rc33/cvs/Linux i686)
7
8 Revision Changes Path
9 1.13 games-fps/ut2004-data/ut2004-data-3186-r3.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-fps/ut2004-data/ut2004-data-3186-r3.ebuild?rev=1.13&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-fps/ut2004-data/ut2004-data-3186-r3.ebuild?rev=1.13&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-fps/ut2004-data/ut2004-data-3186-r3.ebuild?r1=1.12&r2=1.13
14
15 Index: ut2004-data-3186-r3.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/games-fps/ut2004-data/ut2004-data-3186-r3.ebuild,v
18 retrieving revision 1.12
19 retrieving revision 1.13
20 diff -u -r1.12 -r1.13
21 --- ut2004-data-3186-r3.ebuild 12 Mar 2007 15:44:29 -0000 1.12
22 +++ ut2004-data-3186-r3.ebuild 19 Jun 2009 12:42:39 -0000 1.13
23 @@ -1,6 +1,6 @@
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-fps/ut2004-data/ut2004-data-3186-r3.ebuild,v 1.12 2007/03/12 15:44:29 genone Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/games-fps/ut2004-data/ut2004-data-3186-r3.ebuild,v 1.13 2009/06/19 12:42:39 nyhm Exp $
29
30 inherit eutils games games-ut2k4mod
31
32 @@ -144,16 +144,6 @@
33 exeinto "${dir}"
34 doexe bin/ut2004 || die "copying ut2004"
35
36 - exeinto "${dir}"/System
37 - # We install the provided libraries because upstream wants it that way.
38 - # If you want to use your own system binaries, then feel free to uncomment
39 - # the following. You will also want to comment the doexe line below that
40 - # installs the libraries.
41 -# newexe System/openal.so openal.so-binary
42 -# newexe System/libSDL-1.2.so.0 libSDL-1.2.so.0-binary
43 - doexe System/{libSDL-1.2.so.0,openal.so} \
44 - || die "copying libraries"
45 -
46 # Uncompressing files
47 einfo "Uncompressing files... this *will* take a while..."
48 for j in {Animations,Maps,Sounds,StaticMeshes,Textures}
49
50
51
52 1.23 games-fps/ut2004-data/ChangeLog
53
54 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-fps/ut2004-data/ChangeLog?rev=1.23&view=markup
55 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-fps/ut2004-data/ChangeLog?rev=1.23&content-type=text/plain
56 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-fps/ut2004-data/ChangeLog?r1=1.22&r2=1.23
57
58 Index: ChangeLog
59 ===================================================================
60 RCS file: /var/cvsroot/gentoo-x86/games-fps/ut2004-data/ChangeLog,v
61 retrieving revision 1.22
62 retrieving revision 1.23
63 diff -u -r1.22 -r1.23
64 --- ChangeLog 28 Jul 2008 16:55:16 -0000 1.22
65 +++ ChangeLog 19 Jun 2009 12:42:39 -0000 1.23
66 @@ -1,6 +1,9 @@
67 # ChangeLog for games-fps/ut2004-data
68 -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
69 -# $Header: /var/cvsroot/gentoo-x86/games-fps/ut2004-data/ChangeLog,v 1.22 2008/07/28 16:55:16 wolf31o2 Exp $
70 +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
71 +# $Header: /var/cvsroot/gentoo-x86/games-fps/ut2004-data/ChangeLog,v 1.23 2009/06/19 12:42:39 nyhm Exp $
72 +
73 + 19 Jun 2009; Tristan Heaven <nyhm@g.o> ut2004-data-3186-r3.ebuild:
74 + Don't install libsdl and openal, bug #264989
75
76 28 Jul 2008; Chris Gianelloni <wolf31o2@g.o> metadata.xml:
77 Removing myself from metadata.xml since I am retiring from the project.