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.1.ebuild ChangeLog xev-1.1.0.ebuild
Date: Thu, 31 Jan 2013 10:32:45
Message-Id: 20130131103241.8FBE02171D@flycatcher.gentoo.org
1 chithanh 13/01/31 10:32:41
2
3 Modified: ChangeLog
4 Added: xev-1.2.1.ebuild
5 Removed: xev-1.1.0.ebuild
6 Log:
7 Version bump. Switch to EAPI=5 and drop old.
8
9 (Portage version: 2.1.11.31/cvs/Linux x86_64, unsigned Manifest commit)
10
11 Revision Changes Path
12 1.64 x11-apps/xev/ChangeLog
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-apps/xev/ChangeLog?rev=1.64&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-apps/xev/ChangeLog?rev=1.64&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-apps/xev/ChangeLog?r1=1.63&r2=1.64
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/x11-apps/xev/ChangeLog,v
21 retrieving revision 1.63
22 retrieving revision 1.64
23 diff -u -r1.63 -r1.64
24 --- ChangeLog 26 Aug 2012 16:41:42 -0000 1.63
25 +++ ChangeLog 31 Jan 2013 10:32:41 -0000 1.64
26 @@ -1,6 +1,12 @@
27 # ChangeLog for x11-apps/xev
28 -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xev/ChangeLog,v 1.63 2012/08/26 16:41:42 armin76 Exp $
30 +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
31 +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xev/ChangeLog,v 1.64 2013/01/31 10:32:41 chithanh Exp $
32 +
33 +*xev-1.2.1 (31 Jan 2013)
34 +
35 + 31 Jan 2013; Chí-Thanh Christopher Nguyễn <chithanh@g.o>
36 + +xev-1.2.1.ebuild, -xev-1.1.0.ebuild:
37 + Version bump. Switch to EAPI=5 and drop old.
38
39 26 Aug 2012; Raúl Porcel <armin76@g.o> xev-1.2.0.ebuild:
40 alpha/ia64/s390/sh/sparc stable wrt #419473
41 @@ -217,4 +223,3 @@
42
43 08 Aug 2005; Donnie Berkholz <spyderous@g.o>; +xev-0.99.0.ebuild:
44 Initial commit for modular X.
45 -
46
47
48
49 1.1 x11-apps/xev/xev-1.2.1.ebuild
50
51 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-apps/xev/xev-1.2.1.ebuild?rev=1.1&view=markup
52 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-apps/xev/xev-1.2.1.ebuild?rev=1.1&content-type=text/plain
53
54 Index: xev-1.2.1.ebuild
55 ===================================================================
56 # Copyright 1999-2013 Gentoo Foundation
57 # Distributed under the terms of the GNU General Public License v2
58 # $Header: /var/cvsroot/gentoo-x86/x11-apps/xev/xev-1.2.1.ebuild,v 1.1 2013/01/31 10:32:41 chithanh Exp $
59
60 EAPI=5
61
62 inherit xorg-2
63
64 DESCRIPTION="print contents of X events"
65
66 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~x86-winnt"
67 IUSE=""
68
69 RDEPEND="x11-libs/libX11
70 x11-libs/libXrandr"
71 DEPEND="${RDEPEND}
72 x11-proto/xproto"