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/xev: xev-1.2.0.ebuild ChangeLog
Date: Sun, 18 Mar 2012 03:57:29
Message-Id: 20120318035720.12F872004B@flycatcher.gentoo.org
1 chithanh 12/03/18 03:57:20
2
3 Modified: xev-1.2.0.ebuild ChangeLog
4 Log:
5 xproto needs not be in RDEPEND.
6
7 (Portage version: 2.2.0_alpha90/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.3 x11-apps/xev/xev-1.2.0.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-apps/xev/xev-1.2.0.ebuild?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-apps/xev/xev-1.2.0.ebuild?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-apps/xev/xev-1.2.0.ebuild?r1=1.2&r2=1.3
15
16 Index: xev-1.2.0.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/x11-apps/xev/xev-1.2.0.ebuild,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- xev-1.2.0.ebuild 18 Mar 2012 01:43:01 -0000 1.2
23 +++ xev-1.2.0.ebuild 18 Mar 2012 03:57:19 -0000 1.3
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2012 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xev/xev-1.2.0.ebuild,v 1.2 2012/03/18 01:43:01 chithanh Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xev/xev-1.2.0.ebuild,v 1.3 2012/03/18 03:57:19 chithanh Exp $
29
30 EAPI=4
31
32 @@ -12,6 +12,6 @@
33 IUSE=""
34
35 RDEPEND="x11-libs/libX11
36 - x11-libs/libXrandr
37 + x11-libs/libXrandr"
38 +DEPEND="${RDEPEND}
39 x11-proto/xproto"
40 -DEPEND="${RDEPEND}"
41
42
43
44 1.55 x11-apps/xev/ChangeLog
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-apps/xev/ChangeLog?rev=1.55&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-apps/xev/ChangeLog?rev=1.55&content-type=text/plain
48 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-apps/xev/ChangeLog?r1=1.54&r2=1.55
49
50 Index: ChangeLog
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/x11-apps/xev/ChangeLog,v
53 retrieving revision 1.54
54 retrieving revision 1.55
55 diff -u -r1.54 -r1.55
56 --- ChangeLog 18 Mar 2012 01:43:01 -0000 1.54
57 +++ ChangeLog 18 Mar 2012 03:57:19 -0000 1.55
58 @@ -1,6 +1,10 @@
59 # ChangeLog for x11-apps/xev
60 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
61 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xev/ChangeLog,v 1.54 2012/03/18 01:43:01 chithanh Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xev/ChangeLog,v 1.55 2012/03/18 03:57:19 chithanh Exp $
63 +
64 + 18 Mar 2012; Chí-Thanh Christopher Nguyễn <chithanh@g.o>
65 + xev-1.2.0.ebuild:
66 + xproto needs not be in RDEPEND.
67
68 18 Mar 2012; Chí-Thanh Christopher Nguyễn <chithanh@g.o>
69 xev-1.2.0.ebuild: