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/quake2-icculus: quake2-icculus-0.16.1-r1.ebuild quake2-icculus-0.16.1.ebuild
Date: Tue, 20 Nov 2007 02:17:53
Message-Id: E1IuIgO-0004CD-On@stork.gentoo.org
1 mr_bones_ 07/11/20 02:17:48
2
3 Modified: quake2-icculus-0.16.1-r1.ebuild
4 quake2-icculus-0.16.1.ebuild
5 Log:
6 useq -> use
7 (Portage version: 2.1.3.19)
8
9 Revision Changes Path
10 1.7 games-fps/quake2-icculus/quake2-icculus-0.16.1-r1.ebuild
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-fps/quake2-icculus/quake2-icculus-0.16.1-r1.ebuild?rev=1.7&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-fps/quake2-icculus/quake2-icculus-0.16.1-r1.ebuild?rev=1.7&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-fps/quake2-icculus/quake2-icculus-0.16.1-r1.ebuild?r1=1.6&r2=1.7
15
16 Index: quake2-icculus-0.16.1-r1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/games-fps/quake2-icculus/quake2-icculus-0.16.1-r1.ebuild,v
19 retrieving revision 1.6
20 retrieving revision 1.7
21 diff -u -r1.6 -r1.7
22 --- quake2-icculus-0.16.1-r1.ebuild 9 Apr 2007 17:57:36 -0000 1.6
23 +++ quake2-icculus-0.16.1-r1.ebuild 20 Nov 2007 02:17:48 -0000 1.7
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2007 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/games-fps/quake2-icculus/quake2-icculus-0.16.1-r1.ebuild,v 1.6 2007/04/09 17:57:36 nyhm Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/games-fps/quake2-icculus/quake2-icculus-0.16.1-r1.ebuild,v 1.7 2007/11/20 02:17:48 mr_bones_ Exp $
29
30 inherit eutils toolchain-funcs games
31
32 @@ -95,7 +95,7 @@
33
34 yesno() {
35 for f in "$@" ; do
36 - if ! useq $f ; then
37 + if ! use $f ; then
38 echo NO
39 return 1
40 fi
41
42
43
44 1.20 games-fps/quake2-icculus/quake2-icculus-0.16.1.ebuild
45
46 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-fps/quake2-icculus/quake2-icculus-0.16.1.ebuild?rev=1.20&view=markup
47 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-fps/quake2-icculus/quake2-icculus-0.16.1.ebuild?rev=1.20&content-type=text/plain
48 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-fps/quake2-icculus/quake2-icculus-0.16.1.ebuild?r1=1.19&r2=1.20
49
50 Index: quake2-icculus-0.16.1.ebuild
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/games-fps/quake2-icculus/quake2-icculus-0.16.1.ebuild,v
53 retrieving revision 1.19
54 retrieving revision 1.20
55 diff -u -r1.19 -r1.20
56 --- quake2-icculus-0.16.1.ebuild 9 Apr 2007 17:57:36 -0000 1.19
57 +++ quake2-icculus-0.16.1.ebuild 20 Nov 2007 02:17:48 -0000 1.20
58 @@ -1,6 +1,6 @@
59 # Copyright 1999-2007 Gentoo Foundation
60 # Distributed under the terms of the GNU General Public License v2
61 -# $Header: /var/cvsroot/gentoo-x86/games-fps/quake2-icculus/quake2-icculus-0.16.1.ebuild,v 1.19 2007/04/09 17:57:36 nyhm Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/games-fps/quake2-icculus/quake2-icculus-0.16.1.ebuild,v 1.20 2007/11/20 02:17:48 mr_bones_ Exp $
63
64 inherit eutils toolchain-funcs games
65
66 @@ -74,7 +74,7 @@
67
68 yesno() {
69 for f in "$@" ; do
70 - if ! useq $f ; then
71 + if ! use $f ; then
72 echo NO
73 return 1
74 fi
75
76
77
78 --
79 gentoo-commits@g.o mailing list