Gentoo Archives: gentoo-commits

From: "Tomas Chvatal (scarabeus)" <scarabeus@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-apps/xconsole: ChangeLog xconsole-1.0.4.ebuild
Date: Mon, 27 Sep 2010 12:32:32
Message-Id: 20100927123228.663D120051@flycatcher.gentoo.org
1 scarabeus 10/09/27 12:32:28
2
3 Modified: ChangeLog
4 Added: xconsole-1.0.4.ebuild
5 Log:
6 Version bump.
7
8 (Portage version: 2.2_rc87/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.35 x11-apps/xconsole/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-apps/xconsole/ChangeLog?rev=1.35&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-apps/xconsole/ChangeLog?rev=1.35&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-apps/xconsole/ChangeLog?r1=1.34&r2=1.35
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/x11-apps/xconsole/ChangeLog,v
20 retrieving revision 1.34
21 retrieving revision 1.35
22 diff -u -r1.34 -r1.35
23 --- ChangeLog 4 Feb 2010 11:12:24 -0000 1.34
24 +++ ChangeLog 27 Sep 2010 12:32:28 -0000 1.35
25 @@ -1,6 +1,12 @@
26 # ChangeLog for x11-apps/xconsole
27 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xconsole/ChangeLog,v 1.34 2010/02/04 11:12:24 aballier Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xconsole/ChangeLog,v 1.35 2010/09/27 12:32:28 scarabeus Exp $
30 +
31 +*xconsole-1.0.4 (27 Sep 2010)
32 +
33 + 27 Sep 2010; Tomáš Chvátal <scarabeus@g.o>
34 + +xconsole-1.0.4.ebuild:
35 + Version bump.
36
37 04 Feb 2010; Alexis Ballier <aballier@g.o>
38 xconsole-1.0.3-r1.ebuild:
39
40
41
42 1.1 x11-apps/xconsole/xconsole-1.0.4.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-apps/xconsole/xconsole-1.0.4.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-apps/xconsole/xconsole-1.0.4.ebuild?rev=1.1&content-type=text/plain
46
47 Index: xconsole-1.0.4.ebuild
48 ===================================================================
49 # Copyright 1999-2010 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/x11-apps/xconsole/xconsole-1.0.4.ebuild,v 1.1 2010/09/27 12:32:28 scarabeus Exp $
52
53 EAPI=3
54 XORG_STATIC=no
55 inherit xorg-2
56
57 DESCRIPTION="monitor system console messages with X"
58 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
59 IUSE=""
60 RDEPEND="x11-libs/libXaw
61 x11-libs/libXmu
62 x11-libs/libXt
63 x11-libs/libX11"
64 DEPEND="${RDEPEND}"