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-fps/quake3-data: quake3-data-1.32b.ebuild ChangeLog
Date: Wed, 24 Jun 2009 19:36:04
Message-Id: E1MJYGH-0006MK-Ck@stork.gentoo.org
1 mr_bones_ 09/06/24 19:36:01
2
3 Modified: quake3-data-1.32b.ebuild ChangeLog
4 Log:
5 correct wording and typo (bug #275309)
6 (Portage version: 2.1.6.13/cvs/Linux i686)
7
8 Revision Changes Path
9 1.15 games-fps/quake3-data/quake3-data-1.32b.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-fps/quake3-data/quake3-data-1.32b.ebuild?rev=1.15&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-fps/quake3-data/quake3-data-1.32b.ebuild?rev=1.15&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-fps/quake3-data/quake3-data-1.32b.ebuild?r1=1.14&r2=1.15
14
15 Index: quake3-data-1.32b.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/games-fps/quake3-data/quake3-data-1.32b.ebuild,v
18 retrieving revision 1.14
19 retrieving revision 1.15
20 diff -u -r1.14 -r1.15
21 --- quake3-data-1.32b.ebuild 26 Sep 2008 18:39:23 -0000 1.14
22 +++ quake3-data-1.32b.ebuild 24 Jun 2009 19:36:01 -0000 1.15
23 @@ -1,6 +1,6 @@
24 -# Copyright 1999-2008 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/quake3-data/quake3-data-1.32b.ebuild,v 1.14 2008/09/26 18:39:23 zmedico Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/games-fps/quake3-data/quake3-data-1.32b.ebuild,v 1.15 2009/06/24 19:36:01 mr_bones_ Exp $
29
30 inherit eutils games
31
32 @@ -47,7 +47,7 @@
33 echo
34 elog "You need to copy pak0.pk3 from your Quake3 CD into:"
35 elog " ${dir}/baseq3."
36 - elog "Or if you have got a Window installation of Q3 make a symlink to save space."
37 + elog "Or if you have a Windows installation of Q3 make a symlink to save space."
38 elog
39 elog "Or, re-emerge quake3-data with USE=cdinstall."
40 echo
41
42
43
44 1.12 games-fps/quake3-data/ChangeLog
45
46 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-fps/quake3-data/ChangeLog?rev=1.12&view=markup
47 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-fps/quake3-data/ChangeLog?rev=1.12&content-type=text/plain
48 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-fps/quake3-data/ChangeLog?r1=1.11&r2=1.12
49
50 Index: ChangeLog
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/games-fps/quake3-data/ChangeLog,v
53 retrieving revision 1.11
54 retrieving revision 1.12
55 diff -u -r1.11 -r1.12
56 --- ChangeLog 26 Sep 2008 18:39:23 -0000 1.11
57 +++ ChangeLog 24 Jun 2009 19:36:01 -0000 1.12
58 @@ -1,6 +1,10 @@
59 # ChangeLog for games-fps/quake3-data
60 -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
61 -# $Header: /var/cvsroot/gentoo-x86/games-fps/quake3-data/ChangeLog,v 1.11 2008/09/26 18:39:23 zmedico Exp $
62 +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
63 +# $Header: /var/cvsroot/gentoo-x86/games-fps/quake3-data/ChangeLog,v 1.12 2009/06/24 19:36:01 mr_bones_ Exp $
64 +
65 + 24 Jun 2009; Michael Sterrett <mr_bones_@g.o>
66 + quake3-data-1.32b.ebuild:
67 + correct wording and typo (bug #275309)
68
69 26 Sep 2008; Zac Medico <zmedico@g.o> quake3-data-1.32b.ebuild:
70 Set PROPERTIES=interactive since src_unpack() calls cdrom_get_cds().