Gentoo Archives: gentoo-commits

From: "Matt Turner (mattst88)" <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in games-board/xfrisk: xfrisk-1.2.ebuild ChangeLog
Date: Tue, 02 Aug 2011 05:47:00
Message-Id: 20110802054651.2E84B2004C@flycatcher.gentoo.org
1 mattst88 11/08/02 05:46:51
2
3 Modified: xfrisk-1.2.ebuild ChangeLog
4 Log:
5 Renamed x11-libs/Xaw3d to x11-libs/libXaw3d.
6
7 (Portage version: 2.1.10.3/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.10 games-board/xfrisk/xfrisk-1.2.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/xfrisk/xfrisk-1.2.ebuild?rev=1.10&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/xfrisk/xfrisk-1.2.ebuild?rev=1.10&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/xfrisk/xfrisk-1.2.ebuild?r1=1.9&r2=1.10
15
16 Index: xfrisk-1.2.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/games-board/xfrisk/xfrisk-1.2.ebuild,v
19 retrieving revision 1.9
20 retrieving revision 1.10
21 diff -u -r1.9 -r1.10
22 --- xfrisk-1.2.ebuild 17 Sep 2010 06:28:13 -0000 1.9
23 +++ xfrisk-1.2.ebuild 2 Aug 2011 05:46:50 -0000 1.10
24 @@ -1,6 +1,6 @@
25 -# Copyright 1999-2010 Gentoo Foundation
26 +# Copyright 1999-2011 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/games-board/xfrisk/xfrisk-1.2.ebuild,v 1.9 2010/09/17 06:28:13 mr_bones_ Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/games-board/xfrisk/xfrisk-1.2.ebuild,v 1.10 2011/08/02 05:46:50 mattst88 Exp $
30
31 EAPI=2
32 inherit games
33 @@ -15,7 +15,7 @@
34 IUSE=""
35
36 RDEPEND="x11-libs/libXmu
37 - x11-libs/Xaw3d"
38 + x11-libs/libXaw3d"
39 DEPEND="${RDEPEND}
40 x11-libs/libXaw"
41
42
43
44
45 1.9 games-board/xfrisk/ChangeLog
46
47 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/xfrisk/ChangeLog?rev=1.9&view=markup
48 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/xfrisk/ChangeLog?rev=1.9&content-type=text/plain
49 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/xfrisk/ChangeLog?r1=1.8&r2=1.9
50
51 Index: ChangeLog
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/games-board/xfrisk/ChangeLog,v
54 retrieving revision 1.8
55 retrieving revision 1.9
56 diff -u -r1.8 -r1.9
57 --- ChangeLog 17 Sep 2010 06:28:13 -0000 1.8
58 +++ ChangeLog 2 Aug 2011 05:46:50 -0000 1.9
59 @@ -1,6 +1,9 @@
60 # ChangeLog for games-board/xfrisk
61 -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
62 -# $Header: /var/cvsroot/gentoo-x86/games-board/xfrisk/ChangeLog,v 1.8 2010/09/17 06:28:13 mr_bones_ Exp $
63 +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
64 +# $Header: /var/cvsroot/gentoo-x86/games-board/xfrisk/ChangeLog,v 1.9 2011/08/02 05:46:50 mattst88 Exp $
65 +
66 + 02 Aug 2011; Matt Turner <mattst88@g.o> xfrisk-1.2.ebuild:
67 + Renamed x11-libs/Xaw3d to x11-libs/libXaw3d.
68
69 17 Sep 2010; Michael Sterrett <mr_bones_@g.o> xfrisk-1.2.ebuild:
70 respect LDFLAGS (bug #337722)