Gentoo Archives: gentoo-commits

From: "Ned Ludd (solar)" <solar@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in games-fps/fuhquake-bin: fuhquake-bin-0.31.ebuild ChangeLog
Date: Tue, 25 Dec 2007 22:18:40
Message-Id: E1J7I6d-0003FP-FV@stork.gentoo.org
1 solar 07/12/25 22:18:35
2
3 Modified: fuhquake-bin-0.31.ebuild ChangeLog
4 Log:
5 - binary packages that are linked with libc.so.6 need to use sys-libs/glibc in RDEPEND
6 (Portage version: 2.1.3.9)
7
8 Revision Changes Path
9 1.7 games-fps/fuhquake-bin/fuhquake-bin-0.31.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-fps/fuhquake-bin/fuhquake-bin-0.31.ebuild?rev=1.7&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-fps/fuhquake-bin/fuhquake-bin-0.31.ebuild?rev=1.7&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-fps/fuhquake-bin/fuhquake-bin-0.31.ebuild?r1=1.6&r2=1.7
14
15 Index: fuhquake-bin-0.31.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/games-fps/fuhquake-bin/fuhquake-bin-0.31.ebuild,v
18 retrieving revision 1.6
19 retrieving revision 1.7
20 diff -u -r1.6 -r1.7
21 --- fuhquake-bin-0.31.ebuild 12 Aug 2007 19:52:41 -0000 1.6
22 +++ fuhquake-bin-0.31.ebuild 25 Dec 2007 22:18:34 -0000 1.7
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/fuhquake-bin/fuhquake-bin-0.31.ebuild,v 1.6 2007/08/12 19:52:41 malc Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/games-fps/fuhquake-bin/fuhquake-bin-0.31.ebuild,v 1.7 2007/12/25 22:18:34 solar Exp $
28
29 inherit games
30
31 @@ -18,6 +18,7 @@
32
33 RDEPEND="!svga? (
34 x11-libs/libXext )
35 + sys-libs/glibc
36 svga? ( media-libs/svgalib )
37 amd64? ( app-emulation/emul-linux-x86-xlibs )
38 opengl? (
39
40
41
42 1.6 games-fps/fuhquake-bin/ChangeLog
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-fps/fuhquake-bin/ChangeLog?rev=1.6&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-fps/fuhquake-bin/ChangeLog?rev=1.6&content-type=text/plain
46 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-fps/fuhquake-bin/ChangeLog?r1=1.5&r2=1.6
47
48 Index: ChangeLog
49 ===================================================================
50 RCS file: /var/cvsroot/gentoo-x86/games-fps/fuhquake-bin/ChangeLog,v
51 retrieving revision 1.5
52 retrieving revision 1.6
53 diff -u -r1.5 -r1.6
54 --- ChangeLog 12 Aug 2007 19:52:41 -0000 1.5
55 +++ ChangeLog 25 Dec 2007 22:18:34 -0000 1.6
56 @@ -1,6 +1,10 @@
57 # ChangeLog for games-fps/fuhquake-bin
58 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
59 -# $Header: /var/cvsroot/gentoo-x86/games-fps/fuhquake-bin/ChangeLog,v 1.5 2007/08/12 19:52:41 malc Exp $
60 +# $Header: /var/cvsroot/gentoo-x86/games-fps/fuhquake-bin/ChangeLog,v 1.6 2007/12/25 22:18:34 solar Exp $
61 +
62 + 25 Dec 2007; <solar@g.o> fuhquake-bin-0.31.ebuild:
63 + - binary packages that are linked with libc.so.6 need to use sys-libs/glibc
64 + in RDEPEND
65
66 12 Aug 2007; <malc@g.o> fuhquake-bin-0.31.ebuild:
67 Add dep on app-emulation/emul-linux-x86-xlibs for amd64, add ~amd64 - bug
68
69
70
71 --
72 gentoo-commits@g.o mailing list