Gentoo Archives: gentoo-commits

From: "Chi-Thanh Christopher Nguyen (chithanh)" <chithanh@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-apps/xclock: xclock-1.0.6.ebuild ChangeLog
Date: Fri, 24 Feb 2012 15:36:39
Message-Id: 20120224153615.C6C2A2004B@flycatcher.gentoo.org
1 chithanh 12/02/24 15:36:15
2
3 Modified: ChangeLog
4 Added: xclock-1.0.6.ebuild
5 Log:
6 Version bump.
7
8 (Portage version: 2.2.0_alpha89/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.61 x11-apps/xclock/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-apps/xclock/ChangeLog?rev=1.61&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-apps/xclock/ChangeLog?rev=1.61&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-apps/xclock/ChangeLog?r1=1.60&r2=1.61
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/x11-apps/xclock/ChangeLog,v
20 retrieving revision 1.60
21 retrieving revision 1.61
22 diff -u -r1.60 -r1.61
23 --- ChangeLog 14 Feb 2011 23:41:01 -0000 1.60
24 +++ ChangeLog 24 Feb 2012 15:36:15 -0000 1.61
25 @@ -1,6 +1,16 @@
26 # ChangeLog for x11-apps/xclock
27 -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xclock/ChangeLog,v 1.60 2011/02/14 23:41:01 xarthisius Exp $
29 +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xclock/ChangeLog,v 1.61 2012/02/24 15:36:15 chithanh Exp $
31 +
32 + 24 Feb 2012; Chí-Thanh Christopher Nguyễn <chithanh@g.o>
33 + +xclock-1.0.6.ebuild:
34 + Version bump.
35 +
36 +*xclock-1.0.6 (24 Feb 2012)
37 +
38 + 24 Feb 2012; Chí-Thanh Christopher Nguyễn <chithanh@g.o>
39 + +xclock-1.0.6.ebuild:
40 + Version bump.
41
42 14 Feb 2011; Kacper Kowalik <xarthisius@g.o> xclock-1.0.5.ebuild:
43 ppc stable wrt #344827, #354237
44
45
46
47 1.1 x11-apps/xclock/xclock-1.0.6.ebuild
48
49 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-apps/xclock/xclock-1.0.6.ebuild?rev=1.1&view=markup
50 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-apps/xclock/xclock-1.0.6.ebuild?rev=1.1&content-type=text/plain
51
52 Index: xclock-1.0.6.ebuild
53 ===================================================================
54 # Copyright 1999-2012 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 # $Header: /var/cvsroot/gentoo-x86/x11-apps/xclock/xclock-1.0.6.ebuild,v 1.1 2012/02/24 15:36:15 chithanh Exp $
57
58 EAPI=4
59
60 inherit xorg-2
61
62 DESCRIPTION="analog / digital clock for X"
63
64 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris"
65 IUSE=""
66
67 RDEPEND="x11-libs/libX11
68 x11-libs/libXmu
69 x11-libs/libXrender
70 x11-libs/libXft
71 x11-libs/libxkbfile
72 x11-libs/libXaw"
73 DEPEND="${RDEPEND}"