Gentoo Archives: gentoo-commits

From: "Krzysiek Pawlik (nelchael)" <nelchael@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-misc/xautomation: xautomation-0.96.ebuild ChangeLog
Date: Wed, 09 Jan 2008 08:39:37
Message-Id: E1JCWTF-0006sg-ET@stork.gentoo.org
1 nelchael 08/01/09 08:39:33
2
3 Modified: xautomation-0.96.ebuild ChangeLog
4 Log:
5 Add missing x11-proto/inputproto to DEPEND.
6 (Portage version: 2.1.4_rc14)
7
8 Revision Changes Path
9 1.10 x11-misc/xautomation/xautomation-0.96.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/xautomation/xautomation-0.96.ebuild?rev=1.10&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/xautomation/xautomation-0.96.ebuild?rev=1.10&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/xautomation/xautomation-0.96.ebuild?r1=1.9&r2=1.10
14
15 Index: xautomation-0.96.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/x11-misc/xautomation/xautomation-0.96.ebuild,v
18 retrieving revision 1.9
19 retrieving revision 1.10
20 diff -u -r1.9 -r1.10
21 --- xautomation-0.96.ebuild 22 Jul 2007 03:31:59 -0000 1.9
22 +++ xautomation-0.96.ebuild 9 Jan 2008 08:39:32 -0000 1.10
23 @@ -1,6 +1,6 @@
24 -# Copyright 1999-2007 Gentoo Foundation
25 +# Copyright 1999-2008 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xautomation/xautomation-0.96.ebuild,v 1.9 2007/07/22 03:31:59 dberkholz Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xautomation/xautomation-0.96.ebuild,v 1.10 2008/01/09 08:39:32 nelchael Exp $
29
30 DESCRIPTION="Control X from command line and find things on screen"
31 HOMEPAGE="http://hoopajoo.net/projects/xautomation.html"
32 @@ -15,6 +15,7 @@
33 x11-libs/libXt
34 x11-libs/libX11"
35 DEPEND="${RDEPEND}
36 + x11-proto/inputproto
37 x11-proto/xextproto
38 x11-proto/xproto
39 media-libs/libpng"
40
41
42
43 1.19 x11-misc/xautomation/ChangeLog
44
45 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/xautomation/ChangeLog?rev=1.19&view=markup
46 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/xautomation/ChangeLog?rev=1.19&content-type=text/plain
47 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/xautomation/ChangeLog?r1=1.18&r2=1.19
48
49 Index: ChangeLog
50 ===================================================================
51 RCS file: /var/cvsroot/gentoo-x86/x11-misc/xautomation/ChangeLog,v
52 retrieving revision 1.18
53 retrieving revision 1.19
54 diff -u -r1.18 -r1.19
55 --- ChangeLog 29 Aug 2007 16:25:42 -0000 1.18
56 +++ ChangeLog 9 Jan 2008 08:39:32 -0000 1.19
57 @@ -1,6 +1,10 @@
58 # ChangeLog for x11-misc/xautomation
59 -# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
60 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xautomation/ChangeLog,v 1.18 2007/08/29 16:25:42 phreak Exp $
61 +# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
62 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xautomation/ChangeLog,v 1.19 2008/01/09 08:39:32 nelchael Exp $
63 +
64 + 09 Jan 2008; Krzysiek Pawlik <nelchael@g.o>
65 + xautomation-0.96.ebuild:
66 + Add missing x11-proto/inputproto to DEPEND.
67
68 29 Aug 2007; Christian Heim <phreak@g.o> metadata.xml:
69 Removing agriffis from metadata due to his retirement (see #182294 for
70
71
72
73 --
74 gentoo-commits@l.g.o mailing list