Gentoo Archives: gentoo-commits

From: "Bernard Cafarelli (voyageur)" <voyageur@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-plugins/asclock: ChangeLog asclock-2.0.12-r1.ebuild
Date: Tue, 03 Nov 2009 15:27:13
Message-Id: E1N5LHp-0002il-RE@stork.gentoo.org
1 voyageur 09/11/03 15:27:09
2
3 Modified: ChangeLog asclock-2.0.12-r1.ebuild
4 Log:
5 ~amd64 fix and keyword, bug #234642
6 (Portage version: 2.2_rc48/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.22 x11-plugins/asclock/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/asclock/ChangeLog?rev=1.22&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/asclock/ChangeLog?rev=1.22&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/asclock/ChangeLog?r1=1.21&r2=1.22
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/x11-plugins/asclock/ChangeLog,v
18 retrieving revision 1.21
19 retrieving revision 1.22
20 diff -u -r1.21 -r1.22
21 --- ChangeLog 3 May 2009 02:13:07 -0000 1.21
22 +++ ChangeLog 3 Nov 2009 15:27:09 -0000 1.22
23 @@ -1,6 +1,10 @@
24 # ChangeLog for x11-plugins/asclock
25 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/asclock/ChangeLog,v 1.21 2009/05/03 02:13:07 arfrever Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/asclock/ChangeLog,v 1.22 2009/11/03 15:27:09 voyageur Exp $
28 +
29 + 03 Nov 2009; Bernard Cafarelli <voyageur@g.o>
30 + asclock-2.0.12-r1.ebuild:
31 + ~amd64 fix and keyword, bug #234642
32
33 03 May 2009; Arfrever Frehtes Taifersar Arahesis <arfrever@g.o>
34 asclock-2.0.12-r1.ebuild:
35
36
37
38 1.8 x11-plugins/asclock/asclock-2.0.12-r1.ebuild
39
40 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/asclock/asclock-2.0.12-r1.ebuild?rev=1.8&view=markup
41 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/asclock/asclock-2.0.12-r1.ebuild?rev=1.8&content-type=text/plain
42 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/asclock/asclock-2.0.12-r1.ebuild?r1=1.7&r2=1.8
43
44 Index: asclock-2.0.12-r1.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/x11-plugins/asclock/asclock-2.0.12-r1.ebuild,v
47 retrieving revision 1.7
48 retrieving revision 1.8
49 diff -u -r1.7 -r1.8
50 --- asclock-2.0.12-r1.ebuild 3 May 2009 02:13:07 -0000 1.7
51 +++ asclock-2.0.12-r1.ebuild 3 Nov 2009 15:27:09 -0000 1.8
52 @@ -1,6 +1,6 @@
53 # Copyright 1999-2009 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/asclock/asclock-2.0.12-r1.ebuild,v 1.7 2009/05/03 02:13:07 arfrever Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/asclock/asclock-2.0.12-r1.ebuild,v 1.8 2009/11/03 15:27:09 voyageur Exp $
57
58 inherit eutils toolchain-funcs
59
60 @@ -10,7 +10,7 @@
61 HOMEPAGE="http://www.tigr.net/afterstep/list.pl"
62 LICENSE="GPL-2"
63 SLOT="0"
64 -KEYWORDS="~mips ppc sparc x86"
65 +KEYWORDS="~amd64 ~mips ppc sparc x86"
66
67 DEPEND="x11-libs/libXpm"
68 RDEPEND="${DEPEND}
69 @@ -31,7 +31,7 @@
70 $(tc-getCC) \
71 ${CPPFLAGS} ${CFLAGS} ${ASFLAGS} \
72 -I/usr/include \
73 - -Dlinux -D__i386__ \
74 + -Dlinux \
75 -D_POSIX_C_SOURCE=199309L \
76 -D_POSIX_SOURCE \
77 -D_XOPEN_SOURCE \