Gentoo Archives: gentoo-commits

From: "Robin H. Johnson (robbat2)" <robbat2@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-apps/xgc: xgc-1.0.1-r1.ebuild ChangeLog
Date: Thu, 19 Aug 2010 00:01:52
Message-Id: 20100819000145.993972004B@flycatcher.gentoo.org
1 robbat2 10/08/19 00:01:45
2
3 Modified: xgc-1.0.1-r1.ebuild ChangeLog
4 Log:
5 Works on AMD64.
6 (Portage version: 2.2_rc67/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.9 x11-apps/xgc/xgc-1.0.1-r1.ebuild
10
11 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-apps/xgc/xgc-1.0.1-r1.ebuild?rev=1.9&view=markup
12 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-apps/xgc/xgc-1.0.1-r1.ebuild?rev=1.9&content-type=text/plain
13 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-apps/xgc/xgc-1.0.1-r1.ebuild?r1=1.8&r2=1.9
14
15 Index: xgc-1.0.1-r1.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/x11-apps/xgc/xgc-1.0.1-r1.ebuild,v
18 retrieving revision 1.8
19 retrieving revision 1.9
20 diff -p -w -b -B -u -u -r1.8 -r1.9
21 --- xgc-1.0.1-r1.ebuild 7 Jul 2009 01:38:59 -0000 1.8
22 +++ xgc-1.0.1-r1.ebuild 19 Aug 2010 00:01:45 -0000 1.9
23 @@ -1,6 +1,6 @@
24 -# Copyright 1999-2009 Gentoo Foundation
25 +# Copyright 1999-2010 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xgc/xgc-1.0.1-r1.ebuild,v 1.8 2009/07/07 01:38:59 jer Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xgc/xgc-1.0.1-r1.ebuild,v 1.9 2010/08/19 00:01:45 robbat2 Exp $
29
30 # Must be before x-modular eclass is inherited
31 #SNAPSHOT="yes"
32 @@ -8,7 +8,7 @@
33 inherit x-modular
34
35 DESCRIPTION="X graphics demo"
36 -KEYWORDS="arm hppa ~mips ppc ppc64 s390 sh sparc x86"
37 +KEYWORDS="arm hppa ~mips ppc ppc64 s390 sh sparc x86 ~amd64"
38 IUSE=""
39 RDEPEND="x11-libs/libXaw"
40 DEPEND="${RDEPEND}"
41
42
43
44 1.23 x11-apps/xgc/ChangeLog
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-apps/xgc/ChangeLog?rev=1.23&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-apps/xgc/ChangeLog?rev=1.23&content-type=text/plain
48 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-apps/xgc/ChangeLog?r1=1.22&r2=1.23
49
50 Index: ChangeLog
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/x11-apps/xgc/ChangeLog,v
53 retrieving revision 1.22
54 retrieving revision 1.23
55 diff -p -w -b -B -u -u -r1.22 -r1.23
56 --- ChangeLog 7 Jul 2009 01:38:59 -0000 1.22
57 +++ ChangeLog 19 Aug 2010 00:01:45 -0000 1.23
58 @@ -1,6 +1,9 @@
59 # ChangeLog for x11-apps/xgc
60 -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
61 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xgc/ChangeLog,v 1.22 2009/07/07 01:38:59 jer Exp $
62 +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
63 +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xgc/ChangeLog,v 1.23 2010/08/19 00:01:45 robbat2 Exp $
64 +
65 + 19 Aug 2010; Robin H. Johnson <robbat2@g.o> xgc-1.0.1-r1.ebuild:
66 + Works on AMD64.
67
68 07 Jul 2009; Jeroen Roovers <jer@g.o> xgc-1.0.1-r1.ebuild:
69 Stable for HPPA too.