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/setxkbmap: setxkbmap-1.3.0.ebuild ChangeLog
Date: Fri, 23 Mar 2012 15:30:12
Message-Id: 20120323152952.ED42A2004B@flycatcher.gentoo.org
1 chithanh 12/03/23 15:29:52
2
3 Modified: ChangeLog
4 Added: setxkbmap-1.3.0.ebuild
5 Log:
6 Version bump.
7
8 (Portage version: 2.2.0_alpha94/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.58 x11-apps/setxkbmap/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-apps/setxkbmap/ChangeLog?rev=1.58&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-apps/setxkbmap/ChangeLog?rev=1.58&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-apps/setxkbmap/ChangeLog?r1=1.57&r2=1.58
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/x11-apps/setxkbmap/ChangeLog,v
20 retrieving revision 1.57
21 retrieving revision 1.58
22 diff -u -r1.57 -r1.58
23 --- ChangeLog 14 Feb 2011 23:04:23 -0000 1.57
24 +++ ChangeLog 23 Mar 2012 15:29:52 -0000 1.58
25 @@ -1,6 +1,12 @@
26 # ChangeLog for x11-apps/setxkbmap
27 -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/setxkbmap/ChangeLog,v 1.57 2011/02/14 23:04:23 xarthisius Exp $
29 +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/x11-apps/setxkbmap/ChangeLog,v 1.58 2012/03/23 15:29:52 chithanh Exp $
31 +
32 +*setxkbmap-1.3.0 (23 Mar 2012)
33 +
34 + 23 Mar 2012; Chí-Thanh Christopher Nguyễn <chithanh@g.o>
35 + +setxkbmap-1.3.0.ebuild:
36 + Version bump.
37
38 14 Feb 2011; Kacper Kowalik <xarthisius@g.o>
39 setxkbmap-1.2.0.ebuild:
40
41
42
43 1.1 x11-apps/setxkbmap/setxkbmap-1.3.0.ebuild
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-apps/setxkbmap/setxkbmap-1.3.0.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-apps/setxkbmap/setxkbmap-1.3.0.ebuild?rev=1.1&content-type=text/plain
47
48 Index: setxkbmap-1.3.0.ebuild
49 ===================================================================
50 # Copyright 1999-2012 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $Header: /var/cvsroot/gentoo-x86/x11-apps/setxkbmap/setxkbmap-1.3.0.ebuild,v 1.1 2012/03/23 15:29:52 chithanh Exp $
53
54 EAPI=4
55
56 inherit xorg-2
57
58 DESCRIPTION="Controls the keyboard layout of a running X server."
59
60 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux"
61 IUSE=""
62 RDEPEND="x11-libs/libxkbfile
63 x11-libs/libX11"
64 DEPEND="${RDEPEND}"